E_PMLCommand

E_PMLCommand

TYPE E_PMLCommand : 
(
    (* states according to PackTags v3.0 *)
    ePMLCommand_Undefined   := 0,
    ePMLCommand_Reset       := 1,
    ePMLCommand_Start       := 2,
    ePMLCommand_Stop        := 3,
    ePMLCommand_Hold        := 4,
    ePMLCommand_Unhold      := 5,
    ePMLCommand_Suspend     := 6,
    ePMLCommand_Unsuspend   := 7,
    ePMLCommand_Abort       := 8,
    ePMLCommand_Clear       := 9
);
END_TYPE

Voraussetzungen

Entwicklungsumgebung

Zielplattform

Einzubindende SPS Bibliotheken

Ab TwinCAT v3.1 Build 4018

PC (i386)

Tc3_PackML_V2