PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Rolladensteuerung



cashi
22.05.09, 19:48
Hi,

ich habe ziemlich alte/billige Geräte zur Verfügung möchte aber trotzdem das mein Rolladen bei Dunkelheit herunterfährt, bei Helligkeit jedoch NICHT nach oben fährt. Das soll dann über nen Taster erfolgen.
Meine Hardware : Helligkeitssensor XY an Binäreingang Merten <title>Katalogeintrag</title><style id="HtmlPropPage"> BODY { font: messagebox; background: buttonface; } </style><script language="JavaScript"> function InitForm(Device) { var CatalogEntry; CatalogEntry = Device.CatalogEntry; if (CatalogEntry != null) { ManufacturerName_Value.innerText = CatalogEntry.Manufacturer.Name; CatalogEntryName_Value.innerText = CatalogEntry.Name; OrderNumber_Value.innerText = CatalogEntry.OrderNumber; var value; value = CatalogEntry.RailMounted; if (value == null) { RailMounted_Part.outerHTML = ""; } else { RailMounted_Value.innerText = CatalogEntry.Format("$(RailMounted,Boolean)"); } value = CatalogEntry.Attribute("Colour"); if (value != null) { Color_Value.innerText = value; } else { Color_Part.outerHTML = ""; } value = CatalogEntry.Attribute("WidthInModules"); if (value != null && value != 0) { WidthInModules_Value.innerText = value; } else { WidthInModules_Part.outerHTML = ""; } value = CatalogEntry.Attribute("WidthInMillimeters"); if (value != null && value != 0) { WidthInMillimeters_Value.innerText = value; } else { WidthInMillimeters_Part.outerHTML = ""; } value = CatalogEntry.Attribute("QuantityUnit"); if (value != null) { QuantityUnit_Value.innerText = value; } else { QuantityUnit_Part.outerHTML = ""; } value = CatalogEntry.Attribute("Series"); if (value != null) { Series_Value.innerText = value; } else { Series_Part.outerHTML = ""; } value = CatalogEntry.Attribute("CatalogName"); if (value != null) { CatalogName_Value.innerText = value; } else { CatalogName_Part.outerHTML = ""; } value = CatalogEntry.Attribute("PageNumber"); if (value != null && value != 0) { PageNumber_Value.innerText = value; } else { PageNumber_Part.outerHTML = ""; } var ApplicationProgram; var PeiProgram; ApplicationProgram = Device.ApplicationProgram; PeiProgram = Device.PeiProgram; var HardwareProduct; HardwareProduct = Device.CatalogEntry.Parent; if (HardwareProduct != null) { BauType_Value.innerText = HardwareProduct.Format("$(BCUTypeNumber,eteC.BCUTypeNumber)"); value = HardwareProduct.BusCurrent; if (value != null && value != 0) { BusCurrent_Value.innerText = value; } else { BusCurrent_Part.outerHTML = ""; } } var Description = CatalogEntry.Description if (Description != "") { //Description = Description.replace("\n", "
"); CatalogEntryDescription_Value.innerText = Description; } } } </script>6402 02, Rolladenaktor Siemens N 521 (<title>Katalogeintrag</title><style id="HtmlPropPage"> BODY { font: messagebox; background: buttonface; } </style><script language="JavaScript"> function InitForm(Device) { var CatalogEntry; CatalogEntry = Device.CatalogEntry; if (CatalogEntry != null) { ManufacturerName_Value.innerText = CatalogEntry.Manufacturer.Name; CatalogEntryName_Value.innerText = CatalogEntry.Name; OrderNumber_Value.innerText = CatalogEntry.OrderNumber; var value; value = CatalogEntry.RailMounted; if (value == null) { RailMounted_Part.outerHTML = ""; } else { RailMounted_Value.innerText = CatalogEntry.Format("$(RailMounted,Boolean)"); } value = CatalogEntry.Attribute("Colour"); if (value != null) { Color_Value.innerText = value; } else { Color_Part.outerHTML = ""; } value = CatalogEntry.Attribute("WidthInModules"); if (value != null && value != 0) { WidthInModules_Value.innerText = value; } else { WidthInModules_Part.outerHTML = ""; } value = CatalogEntry.Attribute("WidthInMillimeters"); if (value != null && value != 0) { WidthInMillimeters_Value.innerText = value; } else { WidthInMillimeters_Part.outerHTML = ""; } value = CatalogEntry.Attribute("QuantityUnit"); if (value != null) { QuantityUnit_Value.innerText = value; } else { QuantityUnit_Part.outerHTML = ""; } value = CatalogEntry.Attribute("Series"); if (value != null) { Series_Value.innerText = value; } else { Series_Part.outerHTML = ""; } value = CatalogEntry.Attribute("CatalogName"); if (value != null) { CatalogName_Value.innerText = value; } else { CatalogName_Part.outerHTML = ""; } value = CatalogEntry.Attribute("PageNumber"); if (value != null && value != 0) { PageNumber_Value.innerText = value; } else { PageNumber_Part.outerHTML = ""; } var ApplicationProgram; var PeiProgram; ApplicationProgram = Device.ApplicationProgram; PeiProgram = Device.PeiProgram; var HardwareProduct; HardwareProduct = Device.CatalogEntry.Parent; if (HardwareProduct != null) { BauType_Value.innerText = HardwareProduct.Format("$(BCUTypeNumber,eteC.BCUTypeNumber)"); value = HardwareProduct.BusCurrent; if (value != null && value != 0) { BusCurrent_Value.innerText = value; } else { BusCurrent_Part.outerHTML = ""; } } var Description = CatalogEntry.Description if (Description != "") { //Description = Description.replace("\n", "
"); CatalogEntryDescription_Value.innerText = Description; } } } </script> 5WG1 521-1AB01 ) und Logikbaustein ABB LB/S 1.1 .
Klar schaffe ich es bei dunkelheit den Rolladen nach unten fahren zu lassen jedoch die "sperre" das er bei Tag NICHT hochfährt überfordert mich da ich nur UND-Gatter an meiner Logik habe und am Jalousie-aktor kein Zwangsführungsobjekt....

Steh ich auf dem Schlauch ? Danke, Cashi

Hujer
23.05.09, 06:13
Hallo Cashi,

es funktioniert nur, wenn du den Merten BE mit folgender Applikation betreibst:

Bin. zykl. 1221, Bin. Standard 1220 oder Bin zykl. 1221/4

in allen kannst du eine Flankenauswertung machen.