ST_CoEDriveIoInterface

Datenstruktur zur Abbildung des Prozessabbildes eines CoE-Antriebs zur Verwendung der Funktionsbausteine FB_CoEDriveEnable und FB_CoEDriveMoveVelocity.

TYPE ST_CoEDriveIoInterface :
STRUCT
    iControl      : UINT;
    iStatus       : UINT;
    iCmdVelo      : DINT;
    iActVelo      : DINT;
    stAdsAddr     : ST_AmsAddr;
    iChannel      : BYTE;
    eStateMachine : E_CoEDriveEnableState;
END_STRUCT
END_TYPE