StateMachine.ShuttingDown (METH) ¶ METHOD ShuttingDown : UDINT InOut: Scope Name Type Return ShuttingDown UDINT
StateMachine.StartConnect (METH) ¶ METHOD StartConnect : SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return StartConnect SysTypes.RTS_IEC_RESULT
StateMachine.StartShutdown (METH) ¶ METHOD StartShutdown : SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return StartShutdown SysTypes.RTS_IEC_RESULT
StateMachine.WaitingForCommSetting (METH) ¶ METHOD WaitingForCommSetting : SysTypes.RTS_IEC_RESULT Waiting for communication settings InOut: Scope Name Type Return WaitingForCommSetting SysTypes.RTS_IEC_RESULT Input xPreview BOOL
StateMachine.BeforeShutdown (METH) ¶ METHOD BeforeShutdown Called before the shutdown operation is started InOut: Scope Name Type Comment Input xDuringExit BOOL This variable signals whether a shutdown of the whole program is done or whether only the application is shutdown (eg. during download or reset)
StateMachine.AsyncPLCHandler (PROP) ¶ PROPERTY AsyncPLCHandler : REFERENCE TO AsyncWrapper Property had no setter with version < 3.5.10.0
StateMachine.GetDeviceInfo (METH) ¶ METHOD GetDeviceInfo : POINTER TO PLCH.RudimentaryDeviceInfo Returns a pointer to a RudimentaryDeviceInfo variable containing information about the device we are connected to. If the information is not yet available (e.g. if called in wrong state, i.e. when not connected) this method returns 0 InOut: Scope Name Type Return GetDeviceInfo POINTER TO PLCH.RudimentaryDeviceInfo
DataItemItfVector (FB) ¶ FUNCTION_BLOCK DataItemItfVector EXTENDS Collections.BaseVector Methods: AddItem FB_Exit GetItem abstrAssign Structure: AddItem (Method) FB_Exit (Method) GetItem (Method) abstrAssign (Method)
DataItemItfVector.AddItem (METH) ¶ METHOD AddItem : UDINT InOut: Scope Name Type Return AddItem UDINT Input item IDatasources.IDataItem
DataItemItfVector.FB_Exit (METH) ¶ METHOD FB_Exit : BOOL InOut: Scope Name Type Return FB_Exit BOOL Input bInCopyCode BOOL