;******************************************************************** ; (c) 2005 Peek Traffic B.V. ; Basicweg 16 ; 3821 BR Amersfoort ; Telefon: ++31 33 4541777 ; ; LED Sign Controller ; ; Changes: ; Name: Jos Beukeveld ; Date: 11 june 2003 ; Description: Added description of in and output bytes ; ; Name: Jos Beukeveld ; Date: 6 april 2005 ; Description: Interface for LSC version 2 ; ; Name: Jos Beukeveld ; Date: 13 december 2005 ; Description: Modified user parameters for IRS RWS for LSC version 2 ; Modified explaination of the in and output bytes. ; ; Name: Jos Beukeveld ; Date: 18 december 2006 ; Description: PRCR 101 ; Modifications due to Profibus certification. ; ;******************************************************************** #Profibus_DP ; ----- Prm-Text-Def-List ---- PrmText = 1 Text(0) = "No Reset" Text(1) = "Reset on Error" EndPrmText PrmText = 2 Text(0) = "No Reset" Text(1) = "Reset on Error" EndPrmText PrmText = 3 Text(0) = "No Reset" Text(1) = "Reset on Error" EndPrmText PrmText = 4 Text(0) = "No Reset" Text(1) = "Reset on Error" EndPrmText PrmText = 5 Text(0) = "No Reset" Text(1) = "Reset on Error" EndPrmText PrmText = 6 Text(0) = "No Reset" Text(1) = "Reset on Error" EndPrmText PrmText = 7 Text(0) = "No Reset" Text(1) = "Reset on Error" EndPrmText PrmText = 8 Text(0) = "No Reset" Text(1) = "Reset on Error" EndPrmText PrmText = 9 Text(0) = "SuperDim Cycle 120 sec." Text(1) = "SuperDim Cycle 600 sec." Text(2) = "SuperDim Cycle 1800 sec." Text(3) = "SuperDim Cycle 3600 sec." EndPrmText PrmText = 10 Text(0) = "Normal SuperDim test" Text(1) = "Long SuperDim test" EndPrmText ; ----- Ext-User-Prm-Def-List ---- ExtUserPrmData = 1 "Comm Err on Slave board(s)" Bit(0) 0 0-1 Prm_Text_Ref = 1 EndExtUserPrmData ExtUserPrmData = 2 "Comm Err on Master board(s)" Bit(1) 0 0-1 Prm_Text_Ref = 2 EndExtUserPrmData ExtUserPrmData = 3 "Wrong Sign" Bit(2) 0 0-1 Prm_Text_Ref = 3 EndExtUserPrmData ExtUserPrmData = 4 "Lamp Voltage too low" Bit(3) 0 0-1 Prm_Text_Ref = 4 EndExtUserPrmData ExtUserPrmData = 5 "Main Relay watchdog" Bit(4) 0 0-1 Prm_Text_Ref = 5 EndExtUserPrmData ExtUserPrmData = 6 "Power Supply" Bit(5) 0 0-1 Prm_Text_Ref = 6 EndExtUserPrmData ExtUserPrmData = 7 "Display Configuration" Bit(6) 0 0-1 Prm_Text_Ref = 7 EndExtUserPrmData ExtUserPrmData = 8 "Main relay" Bit(7) 0 0-1 Prm_Text_Ref = 8 EndExtUserPrmData ExtUserPrmData = 9 "SuperDim Cycle time" BitArea(4-5) 0 0-3 Prm_Text_Ref = 9 EndExtUserPrmData ExtUserPrmData = 10 "SuperDim duration" Bit(6) 0 0-1 Prm_Text_Ref = 10 EndExtUserPrmData ExtUserPrmData = 11 "Sign Status Cycle Time" Unsigned8 0 0-255 EndExtUserPrmData ExtUserPrmData = 12 "LED String Status Cycle Time" Unsigned8 0 0-255 EndExtUserPrmData ExtUserPrmData = 13 "Diagnostic Refresh Time" Unsigned8 0 0-255 EndExtUserPrmData ; ; ----- Diag-Def-List ----- Unit_Diag_Area = 0-7 Value(0) = "Bit 0" Value(1) = "Bit 1" Value(2) = "Bit 2" Value(3) = "Bit 3" Value(4) = "Bit 4" Value(5) = "Bit 5" Value(6) = "Bit 6" Value(7) = "Bit 7" Unit_Diag_Area_End ; GSD_Revision = 2 ;General parameters Vendor_Name = "Peek Traffic BV, the Netherlands" Model_Name = "LED SIGN CONTROLLER" Revision = "V1.00.01" Ident_Number = 0x0A22 Protocol_Ident = 0 Station_Type = 0 FMS_supp = 0 Hardware_Release = "HW_R V2.01" Software_Release = "SW_R V2.0.8" 9.6_supp = 1 19.2_supp = 1 45.45_supp = 1 93.75_supp = 1 187.5_supp = 1 500_supp = 1 1.5M_supp = 1 3M_supp = 0 6M_supp = 0 12M_supp = 0 MaxTsdr_9.6 = 60 MaxTsdr_19.2 = 60 MaxTsdr_45.45 = 250 MaxTsdr_93.75 = 60 MaxTsdr_187.5 = 60 MaxTsdr_500 = 100 MaxTsdr_1.5M = 150 Redundancy = 0 Repeater_Ctrl_Sig = 0 24V_Pins = 0 Implementation_Type = "SPC3" Bitmap_Device = "Bitmap1N" Bitmap_Diag = "Bitmap1D" Bitmap_SF = "Bitmap1S" ; Slave-Specification: Freeze_Mode_supp = 1 Sync_Mode_supp = 1 Set_Slave_Add_Supp = 0 Auto_Baud_supp = 1 Min_Slave_Intervall = 10 Fail_Safe = 0 Max_Diag_Data_Len = 12 Modul_Offset = 0 Slave_Family = 0 ;Updated by PROCENTEC Modular_Station = 0 ; UserPrmData: Length and Preset: User_Prm_Data_Len = 6 User_Prm_Data = 0x00,0x00,0x00,0x3C,0x02,0x03 Max_User_Prm_Data_Len = 6 Ext_User_Prm_Data_Ref(1) = 1 Ext_User_Prm_Data_Ref(1) = 2 Ext_User_Prm_Data_Ref(1) = 3 Ext_User_Prm_Data_Ref(1) = 4 Ext_User_Prm_Data_Ref(1) = 5 Ext_User_Prm_Data_Ref(1) = 6 Ext_User_Prm_Data_Ref(1) = 7 Ext_User_Prm_Data_Ref(1) = 8 Ext_User_Prm_Data_Ref(2) = 9 Ext_User_Prm_Data_Ref(2) = 10 Ext_User_Prm_Data_Ref(3) = 11 Ext_User_Prm_Data_Ref(4) = 12 Ext_User_Prm_Data_Ref(5) = 13 ; Module Definition List Module="6 bytes Out, 8 bytes In" 0x25,0x17 ;OUTPUT ( 6 bytes ) ; # | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | ;---------------------------------------------------------------------------- ; 0 | res | res | res | flash | active | forced | reset |loopback| ; | | | | sync | sign | cooling| alarm | bit | ;---------------------------------------------------------------------------- ; 1 | sign | res | res | Dimlevel | ; | OFF | | | | ;---------------------------------------------------------------------------- ; 2 | Picture group | ;---------------------------------------------------------------------------- ; 3 | Picture code High byte | ;---------------------------------------------------------------------------- ; 4 | Picture code Low byte | ;---------------------------------------------------------------------------- ; 5 | Picture variation code | ;---------------------------------------------------------------------------- ; ;INPUT ( 8 bytes ) ; # | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | ;---------------------------------------------------------------------------- ; 0 | res | res | res | res | res | status | status |loopback| ; | | | | | | cooling| heating|return | ;---------------------------------------------------------------------------- ; 1 |Ftl Err |Ftl Err |Ftl Err |Ftl Err |LampVolt|Ftl Err |Ftl Err |Ftl Err | ; |MainRel |DispConf|PwrSuppl|RelaisWD|too Low |WrngSign| Master | Slave | ;---------------------------------------------------------------------------- ; 2 | |LampVolt|Tempra |Tempra |Error | ; | |too High|too High|too Low |FalconPw| ;---------------------------------------------------------------------------- ; 3 | picture group | ;---------------------------------------------------------------------------- ; 4 | picture code high byte | ;---------------------------------------------------------------------------- ; 5 | picture code low byte | ;---------------------------------------------------------------------------- ; 6 | picture variation code | ;---------------------------------------------------------------------------- ; 7 | picture status | ;---------------------------------------------------------------------------- EndModule