;============================================================ ; Profibus Device ASTECH IFPROFI for VLM 200/250 DP-slave ; Model : IFPROFI ; Description : IFPROFI Profibus-DP option board for VLM-Series ; Language : English ; Date : 23 April 2007 ; Author : ASTECH GmbH ;============================================================ #Profibus_DP GSD_Revision = 2 ; Device identification Vendor_Name = "ASTECH" Model_Name = "VLM2_IFPROFI-DP" Revision = "V2.0" Ident_Number = 0x2079 Protocol_Ident = 0 Station_Type = 0 FMS_supp = 0 Hardware_Release = "Revision A" Software_Release = "V7.3" ; Supported baudrates 9.6_supp = 1 19.2_supp = 1 93.75_supp = 1 187.5_supp = 1 500_supp = 1 1.5M_supp = 1 3M_supp = 1 6M_supp = 1 12M_supp = 1 ; Maximum responder time for supported baudrates MaxTsdr_9.6 = 60 MaxTsdr_19.2 = 60 MaxTsdr_93.75 = 60 MaxTsdr_187.5 = 60 MaxTsdr_500 = 100 MaxTsdr_1.5M = 150 MaxTsdr_3M = 250 MaxTsdr_6M = 450 MaxTsdr_12M = 800 ; Supported hardware features Redundancy = 0 ; not supported Repeater_Ctrl_Sig = 0 ; not supported 24V_Pins = 0 ; not connected Implementation_Type = "SPC3" Bitmap_Device = "VLM250_" ; Supported DP features Freeze_Mode_supp = 1 Sync_Mode_supp = 1 Auto_Baud_supp = 1 Set_Slave_Add_supp = 1 ; Maximum polling frequency Min_Slave_Intervall = 1 ; 100 us ; Maximum supported sizes Modular_Station = 1 ; modular Max_Module = 1 Max_Input_Len = 244 Max_Output_Len = 244 Max_Data_Len = 432 Modul_Offset = 0 Fail_Safe = 0 ; state CLEAR not accepted Slave_Family = 9 Max_Diag_Data_Len = 8 ; Definition of modules Module = "Mode M1: 2Counter 4Veloc 2Rate" 0x97,0x20 EndModule Module = "Mode M2: 2C 4V 2R 4Integr 4Time" 0xD7,0x20 EndModule Module = "Mode M3: 2C 4V 2R 1Lamp 1Exposu" 0x99,0x20 EndModule Module = "Mode M4: 4Veloc 2R 4Length" 0x9B,0x20 EndModule Module = "Mode M5: 2C 4V 2R 4Len 1La 1Ex" 0x9D,0x20 EndModule Module = "Mode M6: reserved" 0xDA,0x20 EndModule Module = "Mode M7: 2C 1Number 29ASCII" 0xDF,0x20 EndModule ;============================================================