;============================================================ ; Profibus Device Database of INSTART. ; Description : SNI Profibus DP slave ; Language : English ; Date : 2022-08-01 ; Author : yy @ INSTART ;============================================================ #Profibus_DP GSD_Revision = 4 ;Version ID of the GSD file format ; Device identification Vendor_Name = "INSTART" Model_Name = "SNI" Revision = "Version 1.0" Ident_Number = 0x103C Protocol_Ident = 0 ; DP protocol Station_Type = 0 ; Slave device FMS_supp = 0 ; FMS not supported Hardware_Release = "Version 1.2" Software_Release = "Version 1.2" ; Supported baudrates 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 = 1 6M_supp = 1 12M_supp = 1 ; Maximum responder time for supported baudrates MaxTsdr_9.6 = 60 MaxTsdr_19.2 = 60 MaxTsdr_45.45 = 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 ; TTL 24V_Pins = 0 ; not connected Implementation_Type = "SPC3" ; Supported DP features Freeze_Mode_supp = 1 ; supported Sync_Mode_supp = 1 ; supported Auto_Baud_supp = 1 ; supported Set_Slave_Add_supp = 0 ; not supported ; Maximum polling frequency Min_Slave_Intervall = 6 ; 100 us ; Maximum supported sizes Modular_Station = 1 ; modular Max_Module = 1 Max_Input_Len = 32 Max_Output_Len = 32 Max_Data_Len = 64 Modul_Offset = 1 Fail_Safe = 0 ; Slave does not accept data frames with zero data length in state CLEAR. Slave_Family = 0@INSTART Max_Diag_Data_Len = 6 ; Definition of modules Module = "PKW module " 0xF3, 0x00 30 EndModule Module = "PPO 1: 4 PKW , 2 PZD " 0xF3, 0xF1 31 EndModule Module = "PPO 2: 4 PKW , 6 PZD " 0xF3, 0xF5 32 EndModule Module = "PPO 3: 0 PKW , 2 PZD " 0x00, 0xF1 33 EndModule Module = "PPO 4: 0 PKW , 6 PZD " 0x00, 0xF5 34 EndModule Module = "PPO 5: 4 PKW , 10 PZD " 0xF3, 0xF9 35 EndModule ;====================================================================================