$ **************************************************************************** $ METTLER TOLEDO $ **************************************************************************** $ $ Product: IND360 $ $ (c) Copyright 2020 Mettler-Toledo POLC All Rights Reserved. $ $ Author: Wang xiaolin $ Date: 27.07.2020 $ version: 1.01 $ $ **************************************************************************** $ $ ATTENTION: $ Changes in this file can cause configuration or communication problems. $ $ **************************************************************************** $ $ Changes: $ Version Date Name Description SoftwareVersion $ 1.00 26.05.2020 Wang xiaolin Initial Version $ 1.01 27.07.2020 Wang xiaolin Secondary Version Embedded code no change Extend the input/output images to produce additional slots. $ **************************************************************************** #Profibus_DP ; General DP specifications GSD_Revision = 5 Vendor_Name = "METTLER TOLEDO" Model_Name = "IND360" Revision = "1.01" Ident_Number = 0x1153 ; Defined by PNO (Use Registration-Form-PROFIBUS_e_6-1.pdf.) Protocol_Ident = 0 ; PROFIBUS DP Station_Type = 0 ; 0: DP Slave Hardware_Release = "V1.00" Software_Release = "V1.00" 9.6_supp = 1 19.2_supp = 1 31.25_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 MaxTsdr_9.6 = 60 MaxTsdr_19.2 = 60 MaxTsdr_31.25 = 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 Redundancy = 0 Repeater_Ctrl_Sig = 2 24V_Pins = 0 Implementation_Type = "netX" Bitmap_Device = "R360PBR" Bitmap_Diag = "R360PBD" Bitmap_SF = "R360PBS" ; Slave related DP specifications Freeze_Mode_supp = 1 Sync_Mode_supp = 1 Auto_Baud_supp = 1 Set_Slave_Add_supp = 0 Min_Slave_Intervall = 6 Modular_Station = 1 Max_Module = 1 ;8 blocks = 32 words = 64 bytes max Max_Input_Len = 64 ;8 blocks = 32 words = 64 bytes max Max_Output_Len = 64 ;8+8 blocks = 128 bytes max Max_Data_Len = 128 Max_Diag_Data_Len = 244 Slave_Family = 0 ; 0: General Ident_Maintenance_supp = 1 ; Device supports I&M functions ; Slave related DP-V1 extension specifications DPV1_Slave = 1 ; Device uses DP-V1 functionality DPV1_Data_Types = 0 ; Device doesn't support coding vendor specific data as data types in extended identifier format for modules ; DP-V1 Class 1 C1_Read_Write_supp = 1 ; C1 Class communication supported C1_Max_Data_Len = 240 ; Max user data lenght on a MSAC_1 communication channel C1_Response_Timeout = 100 ; Max processing time of an acyclic service on a Class1 communication ; DP-V1 Class 2 C2_Read_Write_supp = 1 ; C2 Class communication supported C2_Max_Count_Channels = 1 ; Max amout of Class2 channels supported C2_Max_Data_Len = 240 ; Max user data lenght on a MSAC_2 communication channel C2_Response_Timeout = 100 ; Max processing time of an acyclic service on a Class2 communication Max_Initiate_PDU_Length = 244 ; Max length of an initial PDU Request ; Maximum user parametrization data length Max_User_Prm_Data_Len = 3 ; 3 DP-V1 Status bytes + 6 user parameter bytes Ext_User_Prm_Data_Const(0) = 0x80,0x00,0x00 ; Module definitions ; Output from PLC words followed by Input to PLC words ;************************************************************************* ;*** 8 Word Input/Output *** ;************************************************************************* Module= "2 Block" 0x53,0x53,0x63,0x63 ; 8B input, 8B input, 8B output, 8B output; 1 EndModule ;************************************************************************* ;*** 64 Byte Input/Output *** ;************************************************************************* Module= "8 Block" 0x40,0x9F,0x40,0x9F,0x80,0x9F,0x80,0x9F ; 32byte input, 32byte input, 32 byte output, 32 byte output 2 EndModule