SpecialChars (GVL) ¶ Attributes: qualified_only InOut: Scope Name Type Initial Comment Constant LeftParenthese BYTE 91 ‘[’ RightParenthese BYTE 93 ‘]’ Comma BYTE 44 ‘,’
GlobalVariables ¶ ErrorSituationTests (GVL) GVL (GVL) Settings (GVL)
ErrorSituationTests (GVL) ¶ Attributes: qualified_only InOut: Name Type Helper ErrorSituationHelper
DatasourcesMgr.ActionRecordingStart (METH) ¶ METHOD ActionRecordingStart : IDatasources.SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return ActionRecordingStart IDatasources.SysTypes.RTS_IEC_RESULT
DatasourcesMgr.AllItemsOk (METH) ¶ METHOD AllItemsOk : SysTypes.RTS_IEC_RESULT This method will return ERR_OK when all active items of all datasources have the quality good else it will return ERR_DS_BADITEMS. It might return ERR_DS_MULTITASKING_LOCKED when it is currently not possible to have access to all datasources. In this case the client should call this method again later. InOut: Scope Name Type Return AllItemsOk SysTypes.RTS_IEC_RESULT
DatasourcesMgr.BeginDataConfiguration (METH) ¶ METHOD BeginDataConfiguration : SysTypes.RTS_IEC_RESULT This method locks the concurrent task for monitoring items and allows subsequent accesses to the configuration of the active. To unlock again afterwards, call EndDataConfiguration .. important:: Before calling methods like UseData or ReleaseData it is necessary to do this syncronisation to prevent undefined behaviour. InOut: Scope Name Type Comment Return BeginDataConfiguration SysTypes.RTS_IEC_RESULT Returns a runtime system error code (see CmpErrors.library) or one of |Errors| Input xBlocking BOOL This variable signals the way to do the synchronization. TRUE: the call will be blocking FALSE: the call will be nonblocking and might faile with the error code [Errors.ERR_DS_MULTITASKING_LOCKED|
DatasourcesMgr.EndDataConfiguration (METH) ¶ METHOD EndDataConfiguration : SysTypes.RTS_IEC_RESULT Releases a previously taken lock by BeginDataConfiguration InOut: Scope Name Type Comment Return EndDataConfiguration SysTypes.RTS_IEC_RESULT Returns a runtime system error code (see CmpErrors.library) or one of |Errors|
DatasourcesMgr.GetDatasource (METH) ¶ METHOD GetDatasource : IDatasources.IDatasource Returns the datasource representing the given object’s name. InOut: Scope Name Type Comment Return GetDatasource IDatasources.IDatasource The datasource object or 0 in case there is none with the given name. Input name STRING The name of the datasource as configured in the according object’s name in the project
DatasourcesMgr.GetItemInfo (METH) ¶ METHOD GetItemInfo : IDatasources.IDataItemBase InOut: Scope Name Type Return GetItemInfo IDatasources.IDataItemBase Input pstSymbol POINTER TO STRING
ItemList ¶ CreateItemList (Method) DeleteItemList (Method)