;============================================================ ; Profibus Device ASTECH CROMLAVIEW CR2x0P ; Model : CR2x0P Series ; Description : CR2x0P Series with Profibus-DP ; Language : English ; Date : 21 April 2010 ; Author : ASTECH GmbH ;============================================================ #Profibus_DP GSD_Revision = 1 ; Device identification Vendor_Name = "ASTECH" Model_Name = "CR2x0P1" Revision = "V1.0" Ident_Number = 0x2079 Protocol_Ident = 0 Station_Type = 0 FMS_supp = 0 Hardware_Release = "Revision F" Software_Release = "V1.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 = "CR2x0P_" ; 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 = "M1: 2Out-Word/2In-Byte" 0xD1,0xE0 EndModule Module = "M2: 8Out-Word/2In-Byte" 0xD7,0xE0 EndModule Module = "M3: 14Out-Word/2In-Byte" 0xDD,0xE0 EndModule ;============================================================