;============================================================ ; Profibus Device Database of HMS Industrial Networks AB ; Model : ANYBUS-IC PDP ; Description : ANYBUS-IC Profibus DP slave ; Language : English ; Date : 30 September 2003 ; Author : HMS Industrial Networks AB ; ; MODIFICATIONS: ; 30 September 2003: ; - 'MaxTsdr_xxx' for all baudrates have been optimized for the SPC3 ASIC. ; - 'Revision' upgrade ; - 'Hardware_Release' upgrade ; - 'Software_Release' upgrade ;============================================================ #Profibus_DP GSD_Revision = 2 ; Device identification Vendor_Name = "HMS Industrial Networks AB" Model_Name = "AnyBus-IC PDP" Revision = "Version 1.1" Ident_Number = 0x1810 Protocol_Ident = 0 ; DP protocol Station_Type = 0 ; Slave device FMS_supp = 0 ; FMS not supported Hardware_Release = "Version 1.1" Software_Release = "Version 1.1" ;Used bitmap Bitmap_Device = "ABIC_DE" Bitmap_Diag = "ABIC_DI" Bitmap_SF = "ABIC_SF" ; 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 = 15 MaxTsdr_19.2 = 15 MaxTsdr_45.45 = 15 MaxTsdr_93.75 = 15 MaxTsdr_187.5 = 15 MaxTsdr_500 = 15 MaxTsdr_1.5M = 25 MaxTsdr_3M = 50 MaxTsdr_6M = 100 MaxTsdr_12M = 200 ; Supported hardware features Redundancy = 0 ; not supported Repeater_Ctrl_Sig = 2 ; 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 = 1 ; supported ; Maximum polling frequency Min_Slave_Intervall = 1 ; 100 us ; Maximum supported sizes Modular_Station = 1 ; modular Max_Module = 24 Max_Input_Len = 48 Max_Output_Len = 48 Max_Data_Len = 96 Modul_Offset = 1 Fail_Safe = 1 ; Data telegram without data in state CLEAR accepted Slave_Family = 0 Max_Diag_Data_Len = 6 ; Definition of modules Module = "IN/OUT: 1 Byte" 0x30 EndModule ; Module = "IN/OUT: 2 Byte ( 1 word)" 0x70 EndModule ; Module = "IN/OUT: 4 Byte ( 2 word)" 0x71 EndModule ; Module = "IN/OUT: 8 Byte ( 4 word)" 0x73 EndModule ; Module = "IN/OUT: 16 Byte ( 8 word)" 0x77 EndModule ; Module = "IN/OUT: 32 Byte (16 word)" 0x7F EndModule ; Module = "INPUT: 1 Byte" 0x10 EndModule ; Module = "INPUT: 2 Byte ( 1 word)" 0x50 EndModule ; Module = "INPUT: 4 Byte ( 2 word)" 0x51 EndModule ; Module = "INPUT: 8 Byte ( 4 word)" 0x53 EndModule ; Module = "INPUT: 16 Byte ( 8 word)" 0x57 EndModule ; Module = "INPUT: 32 Byte (16 word)" 0x5F EndModule ; Module = "OUTPUT: 1 Byte" 0x20 EndModule ; Module = "OUTPUT: 2 Byte ( 1 word)" 0x60 EndModule ; Module = "OUTPUT: 4 Byte ( 2 word)" 0x61 EndModule ; Module = "OUTPUT: 8 Byte ( 4 word)" 0x63 EndModule ; Module = "OUTPUT: 16 Byte ( 8 word)" 0x67 EndModule ; Module = "OUTPUT: 32 Byte (16 word)" 0x6F EndModule