CS31_READ_VERΒΆ

../_images/bcbfd47ee389c8b10a33139000eba54e

Function Block CS31_READ_VER is used to read out the firmware version of CS31 Bus Modules.

Parameter Value
Library_File_Name CS31_AC500_V20.lib
Firmware V2.0.0
Type Type_Function_Block_History
Group Group/Subgroup

Function Block CS31_READ_VER is used to readout the firmware version of CS31 Bus Module and of the Expansion Modules connected to them. The result is returned in a structure of the type strFWVersion_CS31.

The structure strFWVersion_CS31 is composed as follows:

TYPE strFWVersion_CS31 :

STRUCT

  abyFW_BM: ARRAY[0..4] OF BYTE; (* 5 bytes: FW version of CS31 Bus Module*)
  abyFW_Ext_1: ARRAY[0..3] OF BYTE; (* 4 bytes: FW version of Expansion Module 1*)
  abyFW_Ext_2: ARRAY[0..3] OF BYTE; (* 4 bytes: FW version of Expansion Module 2*)
  abyFW_Ext_3: ARRAY[0..3] OF BYTE; (* 4 bytes: FW version of Expansion Module 3*)
  abyFW_Ext_4: ARRAY[0..3] OF BYTE; (* 4 bytes: FW version of Expansion Module 4*)
  abyFW_Ext_5: ARRAY[0..3] OF BYTE; (* 4 bytes: FW version of Expansion Module 5*)
  abyFW_Ext_6: ARRAY[0..3] OF BYTE; (* 4 bytes: FW version of Expansion Module 6*)
  abyFW_Ext_7: ARRAY[0..3] OF BYTE; (* 4 bytes: FW version of Expansion Module 7*)

END_STRUCT

END_TYPE