For mapping i made a stucture. So i only have to map the first one. But somehowe i have to map them all. Why ? How can i make mapping easy ?
TYPE stASDA_T : STRUCT SW : ASDA_UnionSW; Op_Mode_Act : SINT ; Ist_Pos : DINT ; //6064 Ist_vSpeed : DINT ; //606C Input : stASDA_UnionInputs; // 60FD Status : ASDA_UnionMS ; END_STRUCT END_TYPE
Log in to post a comment.
For mapping i made a stucture. So i only have to map the first one. But somehowe i have to map them all. Why ? How can i make mapping easy ?
TYPE stASDA_T :
STRUCT
SW : ASDA_UnionSW;
Op_Mode_Act : SINT ;
Ist_Pos : DINT ; //6064
Ist_vSpeed : DINT ; //606C
Input : stASDA_UnionInputs; // 60FD
Status : ASDA_UnionMS ;
END_STRUCT
END_TYPE