Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. Standard ¶ Library Identification ¶ Placeholder: Standard Default Resolution: Standard, * (System) Namespace: Standard Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: Standard
SFCActionControl (FB) ¶ FUNCTION_BLOCK SFCActionControl InOut: Scope Name Type Comment Input N BOOL Non stored action qualifier R0 BOOL Overriding reset action qualifier S0 BOOL Set (stored) action qualifier L BOOL Time limited action qualifier D BOOL Time delayed action qualifier P BOOL Pulse action qualifier SD BOOL Stored and time delayed action qualifier DS BOOL Delayed and stored action qualifier SL BOOL Stored and time limited action qualifier T TIME Current time Output Q BOOL Associated action is executed, if Q equals TRUE Structure: Reset (Action)
SFCActionControl.Reset (ACT) ¶
SFCActionType (STRUCT) ¶ TYPE SFCActionType : STRUCT InOut: Name Type x BOOL _x BOOL t TIME _t TIME AC SFCActionControl
SFCElement (FB) ¶ FUNCTION_BLOCK SFCElement IMPLEMENTS ISFCElement InOut: Scope Name Type Input Const wsName WSTRING paPreElements POINTER TO ARRAY [0..0] OF ISFCElement uiPreElements UINT paPostElements POINTER TO ARRAY [0..0] OF ISFCElement uiPostElements UINT Properties: Name Methods: GetPostElements GetPreElements Structure: GetPostElements (Method) GetPreElements (Method) Name (Property)
SFCElement.GetPostElements (METH) ¶ METHOD GetPostElements : BOOL InOut: Scope Name Type Return GetPostElements BOOL Output pitfPostElements POINTER TO ARRAY [0..0] OF ISFCElement uiNumElements UINT
SFCElement.GetPreElements (METH) ¶ METHOD GetPreElements : BOOL InOut: Scope Name Type Return GetPreElements BOOL Output pitfPreElements POINTER TO ARRAY [0..0] OF ISFCElement uiNumElements UINT
SFCElement.Name (PROP) ¶ PROPERTY Name : WSTRING
SFCJump (FB) ¶ FUNCTION_BLOCK SFCJump EXTENDS SFCElement IMPLEMENTS ISFCJump InOut: Scope Name Type Inherited from Input Const wsName WSTRING SFCElement paPreElements POINTER TO ARRAY [0..0] OF ISFCElement SFCElement uiPreElements UINT SFCElement paPostElements POINTER TO ARRAY [0..0] OF ISFCElement SFCElement uiPostElements UINT SFCElement Properties: Name , inherited from SFCElement Methods: GetPostElements , inherited from SFCElement GetPreElements , inherited from SFCElement
SFCStep (FB) ¶ FUNCTION_BLOCK SFCStep EXTENDS SFCElement IMPLEMENTS ISFCStep InOut: Scope Name Type Inherited from Input Const wsName WSTRING SFCElement paPreElements POINTER TO ARRAY [0..0] OF ISFCElement SFCElement uiPreElements UINT SFCElement paPostElements POINTER TO ARRAY [0..0] OF ISFCElement SFCElement uiPostElements UINT SFCElement Properties: StepData Name , inherited from SFCElement Methods: GetPostElements , inherited from SFCElement GetPreElements , inherited from SFCElement Structure: StepData (Property)