AsyncWrapper.SyncWriteVarListToPlc (METH) ¶ METHOD SyncWriteVarListToPlc
AsyncWrapper.TriggerConnect (METH) ¶ METHOD TriggerConnect : SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return TriggerConnect SysTypes.RTS_IEC_RESULT
AsyncWrapper.TriggerDefineVarList (METH) ¶ METHOD TriggerDefineVarList : RTS_IEC_RESULT InOut: Scope Name Type Comment Return TriggerDefineVarList RTS_IEC_RESULT Input pSymbolNames POINTER TO POINTER TO BYTE A POINTER to an ARRAY OF POINTER TO STRING (in fact zero terminated Strings and thus declared as POINTER TO BYTE) Important As the operation is executed asynchronously, the array must be alive until the call if finished! numVars UDINT The number of symbols |pSymbolNames| points to updateRate TIME The requested update rate of the resulting var list.
AsyncWrapper.TriggerDisconnect (METH) ¶ METHOD TriggerDisconnect : SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return TriggerDisconnect SysTypes.RTS_IEC_RESULT
AsyncWrapper.TriggerReleaseRequest (METH) ¶ METHOD TriggerReleaseRequest : RTS_IEC_RESULT InOut: Scope Name Type Return TriggerReleaseRequest RTS_IEC_RESULT Input request IRequest
AsyncWrapper.TriggerSyncDefineVarList (METH) ¶ METHOD TriggerSyncDefineVarList : RTS_IEC_RESULT InOut: Scope Name Type Comment Return TriggerSyncDefineVarList RTS_IEC_RESULT Input pSymbolNames POINTER TO POINTER TO BYTE A POINTER to an ARRAY OF POINTER TO STRING (in fact zero terminated Strings and thus declared as POINTER TO BYTE) Important As the operation is executed asynchronously, the array must be alive until the call if finished! numVars UDINT The number of symbols |pSymbolNames| points to
AsyncWrapper.TriggerSyncReadVarList (METH) ¶ METHOD TriggerSyncReadVarList : RTS_IEC_RESULT InOut: Scope Name Type Return TriggerSyncReadVarList RTS_IEC_RESULT Input hVarList SysTypes.RTS_IEC_HANDLE
AsyncWrapper.TriggerSyncReadVarListFromPlc (METH) ¶ METHOD TriggerSyncReadVarListFromPlc : RTS_IEC_RESULT InOut: Scope Name Type Return TriggerSyncReadVarListFromPlc RTS_IEC_RESULT Input hVarList SysTypes.RTS_IEC_HANDLE
AsyncWrapper.TriggerSyncReadVars (METH) ¶ METHOD TriggerSyncReadVars : RTS_IEC_RESULT InOut: Scope Name Type Comment Return TriggerSyncReadVars RTS_IEC_RESULT Input pSymbolNames POINTER TO POINTER TO BYTE A POINTER to an ARRAY OF POINTER TO STRING (in fact zero terminated Strings and thus declared as POINTER TO BYTE) Important As the operation is executed asynchronously, the array must be alive until the call if finished! numVars UDINT The number of symbols |pSymbolNames| points to
AsyncWrapper.TriggerSyncSendService (METH) ¶ METHOD TriggerSyncSendService : RTS_IEC_RESULT InOut: Scope Name Type Comment Return TriggerSyncSendService RTS_IEC_RESULT Input pbySend POINTER TO BYTE Pointer to the byte stream, which should be sent to the PLC udiSendSize UDINT Length of the byte stream to send pbyRecv POINTER TO BYTE Points to the buffer, where the result of the call is available udiCountBytes UDINT The number of bytes of the result buffer before the result was retrieved resp. the number of used bytes in the result buffer after the result is available.