SysPortAsyncFB.SysPortInAsync (METH) ¶ METHOD SysPortInAsync : RTS_IEC_HANDLE For details, see node “Documentation” InOut: Scope Name Type Comment Return SysPortInAsync RTS_IEC_HANDLE Input pParam POINTER TO tSysPortIn pudState POINTER TO UDINT pResult POINTER TO RTS_IEC_RESULT Result of Jobadd
SysPortAsyncFB.SysPortInDAsync (METH) ¶ METHOD SysPortInDAsync : RTS_IEC_HANDLE For details, see node “Documentation” InOut: Scope Name Type Comment Return SysPortInDAsync RTS_IEC_HANDLE Input pParam POINTER TO tSysPortInD pudState POINTER TO UDINT pResult POINTER TO RTS_IEC_RESULT Result of Jobadd
SysPortAsyncFB.SysPortInWAsync (METH) ¶ METHOD SysPortInWAsync : RTS_IEC_HANDLE For details, see node “Documentation” InOut: Scope Name Type Comment Return SysPortInWAsync RTS_IEC_HANDLE Input pParam POINTER TO tSysPortInW pudState POINTER TO UDINT pResult POINTER TO RTS_IEC_RESULT Result of Jobadd
SysPortAsyncFB.SysPortOutAsync (METH) ¶ METHOD SysPortOutAsync : RTS_IEC_HANDLE For details, see node “Documentation” InOut: Scope Name Type Comment Return SysPortOutAsync RTS_IEC_HANDLE Input pParam POINTER TO tSysPortOut pudState POINTER TO UDINT pResult POINTER TO RTS_IEC_RESULT Result of Jobadd
SysPortAsyncFB.SysPortOutDAsync (METH) ¶ METHOD SysPortOutDAsync : RTS_IEC_HANDLE For details, see node “Documentation” InOut: Scope Name Type Comment Return SysPortOutDAsync RTS_IEC_HANDLE Input pParam POINTER TO tSysPortOutD pudState POINTER TO UDINT pResult POINTER TO RTS_IEC_RESULT Result of Jobadd
SysPortAsyncFB.SysPortOutWAsync (METH) ¶ METHOD SysPortOutWAsync : RTS_IEC_HANDLE For details, see node “Documentation” InOut: Scope Name Type Comment Return SysPortOutWAsync RTS_IEC_HANDLE Input pParam POINTER TO tSysPortOutW pudState POINTER TO UDINT pResult POINTER TO RTS_IEC_RESULT Result of Jobadd
Wrapper ¶ SysPortInAsyncWrapper (Method) SysPortInDAsyncWrapper (Method) SysPortInWAsyncWrapper (Method) SysPortOutAsyncWrapper (Method) SysPortOutDAsyncWrapper (Method) SysPortOutWAsyncWrapper (Method)
SysPortAsyncFB.SysPortInAsyncWrapper (METH) ¶ METHOD SysPortInAsyncWrapper : BYTE InOut: Scope Name Type Return SysPortInAsyncWrapper BYTE Input pParam POINTER TO tSysPortIn
SysPortInD (FUN) ¶ FUNCTION SysPortInD : UDINT <description>This function reads the current UDINT-value at the given port address.</description> <result><p>RESULT: Input port value that was read.</p></result> InOut: Scope Name Type Comment Return SysPortInD UDINT Input ulAddress UDINT <param name=”ulAddress” type=”IN”>Port address</param> pResult POINTER TO RTS_IEC_RESULT <param name=”pResult” type=”OUT”>Pointer to runtime system error code (see CmpErrors.library)</param>
SysPortIn (FUN) ¶ FUNCTION SysPortIn : BYTE <description>This function reads the current BYTE-value at the given port address.</description> <result><p>RESULT: Input port value that was read.</p></result> InOut: Scope Name Type Comment Return SysPortIn BYTE Input ulAddress UDINT <param name=”ulAddress” type=”IN”>Port address</param> pResult POINTER TO RTS_IEC_RESULT <param name=”pResult” type=”OUT”>Pointer to runtime system error code (see CmpErrors.library)</param>