;============================================================ ; Profibus Device ASTECH Unigate LDM4xA and LDM4xP ; Model : LDM 4x Series ; Description : LDM 4x Series with Profibus-DP ; Language : English ; Date : 6 September 2005 ; Author : ASTECH GmbH ;============================================================ #Profibus_DP GSD_Revision = 1 ; Device identification Vendor_Name = "ASTECH" Model_Name = "LDM4xP" Revision = "V2.0" Ident_Number = 0x2079 Protocol_Ident = 0 Station_Type = 0 FMS_supp = 0 Hardware_Release = "Revision D" Software_Release = "V2.0" ; 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 = "LDM4xP_" ; 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 = "Standard: 1/1/2/4/4/1 Byte" 0x9C,0x20 EndModule Module = "-------------------------------" 0x00,0x00 EndModule Module = "ASCII: 2/4/1/25 Byte" 0xDF,0x00,0x00 EndModule ;============================================================