Datasource.ReleaseTraceAddressInfoWriter (METH) ¶ METHOD ReleaseTraceAddressInfoWriter : SysTypes.RTS_IEC_RESULT Releases an ITraceAddressInfoWriter instance, that was previously returned by a call to method CreateTraceAddressInfoWriter InOut: Scope Name Type Comment Return ReleaseTraceAddressInfoWriter SysTypes.RTS_IEC_RESULT The error code Input itfTraceAddressInfoWriter IDatasources.ITraceAddressInfoWriter
Datasource.SetDatasourceIndex (METH) ¶ METHOD SetDatasourceIndex InOut: Scope Name Type Comment Input iDatasourceIndex INT itfDatasourcesMgrInternal IDatasourcesMgrInternal The datasources manager we belong to
Datasource.UpdateWriteCopies (METH) ¶ METHOD UpdateWriteCopies InOut: Scope Name Type Input pItems POINTER TO IDatasources.IDataItem count DINT
DatasourcesMgr.EventCallback (METH) ¶ METHOD EventCallback : CMPEVENTMGR.RTS_IEC_RESULT The interface ICmpEventCallback must be registered for an event. If this event is posted, this callback method is called. InOut: Scope Name Type Comment Return EventCallback CMPEVENTMGR.RTS_IEC_RESULT Input pEventParam POINTER TO CMPEVENTMGR.EventParam Pointer to the event parameters, see Struct EventParam
Action Records ¶ ActionRecordDelete (Method) ActionRecordReplay (Method) ActionRecordingGetResult (Method) ActionRecordingStart (Method)
DatasourcesMgr.ActionRecordDelete (METH) ¶ METHOD ActionRecordDelete : IDatasources.SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return ActionRecordDelete IDatasources.SysTypes.RTS_IEC_RESULT Input record IDatasources.IDatasourcesActionRecord
DatasourcesMgr.ActionRecordReplay (METH) ¶ METHOD ActionRecordReplay : IDatasources.SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return ActionRecordReplay IDatasources.SysTypes.RTS_IEC_RESULT Input record IDatasources.IDatasourcesActionRecord
DatasourcesMgr.ActionRecordingGetResult (METH) ¶ METHOD ActionRecordingGetResult : IDatasources.SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return ActionRecordingGetResult IDatasources.SysTypes.RTS_IEC_RESULT Output result IDatasources.IDatasourcesActionRecord
DataItem.SetErrorNoLog (METH) ¶ METHOD SetErrorNoLog Assigns an error situation to this item. Will set |IDataItemBase.ErrorCode| and |IDataItemBase.Quality| to |ItemQuality.Bad| InOut: Scope Name Type Comment Input errorCode SysTypes.RTS_IEC_RESULT The error code to assign. Note It is not possible to reset an error using ERR_OK
DataItem.ValueAddress (PROP) ¶ PROPERTY ValueAddress : POINTER TO BYTE Returns the address of the variable represented by this item on the current device.