ACS_PB_PN_PRM_DPV1_DATA_TYPEΒΆ

Structure Information

Available as of PLC runtime system: V2.4 Remark:
Included in library: ACSDrivesBase_AC500_V20.lib  
Visible Variable Type Default Value Description
abyPrmGroup ARRAY[1..37] OF BYTE 0 Drive parameter Group Number. For example: Parameter 20.12 , Group number is 20.
abyPrmIndex ARRAY[1..37] OF BYTE 0 Drive parameter Index Number. For example: Parameter 20.12 , Index number is 12.
abyPrmType ARRAY[1..37] OF BYTE 0 While using READ block, it will act as an output and for WRITE block, it will act as an input. For writing, user need to speficy the Drive Parameter Type here. Refer ACS_PB_PN_PRM_TYPE_ENUM for ENUM for each data type ACS_PB_PN_PRM_TYPE_ENUM.
adwPrmValue ARRAY[1..37] OF DWORD 0 While using READ block, it will act as an output and for WRITE block, it will act as an input. For writing the value to drive, user need to specify the value here. While reading, user will receive the value here.

Description

Structure ACS_PB_PN_PRM_DPV1_DATA_TYPE is used to assign assigning Group, Index, Type and Value in input DATA for ACS_PB_WRITE_N_PRM_DPV1 and ACS_PN_WRITE_N_PRM_DPV1.

Same structure is used in ACS_PB_READ_N_PRM_DPV1 and ACS_PN_READ_N_PRM_DPV1 for assigning Group and Index in Input DATA . READ Function Block reads the values and stores it in type and Value array available in the same structure.