IoMgrGetConfigApplication (FUN) ¶ FUNCTION IoMgrGetConfigApplication : RTS_IEC_RESULT InOut: Scope Name Type Return IoMgrGetConfigApplication RTS_IEC_RESULT Input pszConfigApplication REFERENCE TO STRING pnMaxLen POINTER TO DINT
IoMgrGetDriverProperties (FUN) ¶ FUNCTION IoMgrGetDriverProperties : RTS_IEC_RESULT InOut: Scope Name Type Return IoMgrGetDriverProperties RTS_IEC_RESULT Input hIoDrv RTS_IEC_HANDLE ppProperties POINTER TO POINTER TO DWORD
IoMgrGetFirstDriverInstance (FUN) ¶ FUNCTION IoMgrGetFirstDriverInstance : IBase InOut: Scope Name Type Return IoMgrGetFirstDriverInstance IBase Input pbIecDriver POINTER TO DINT pResult POINTER TO RTS_IEC_RESULT
IoMgrGetNextDriverInstance (FUN) ¶ FUNCTION IoMgrGetNextDriverInstance : IBase InOut: Scope Name Type Return IoMgrGetNextDriverInstance IBase Input pIBasePrev IBase pbIecDriver POINTER TO DINT pResult POINTER TO RTS_IEC_RESULT
IoMgrReconfigure (FUN) ¶ FUNCTION IoMgrReconfigure : RTS_IEC_RESULT Reconfigure a single connector respectively the corresponding master. In the reconfigure sequence we call the corresponding IO-driver at the connector the following way: 1. disable the IO-configuration 2. enable the IO-configuration 3. update the mapping This sequence is called asynchronously so the asynchronous state is transported in the parameter pudiState. InOut: Scope Name Type Comment Return IoMgrReconfigure RTS_IEC_RESULT The runtime system error code (see CmpErrors.library) Input pConnector POINTER TO IoConfigConnector Pointer to the corresponding connector to reconfigure pudiState POINTER TO UDINT Asynchronous state of the reconfigure operation. Can be one of the the following states (see CmpAsyncMgr.library for details: (ASYNCSTATE_INVALID | ASYNCSTATE_PENDING | ASYNCSTATE_ACTIVE | ASYNCSTATE_READY | ASYNCSTATE_ERROR | ASYNCSTATE_TIMEOUT)
IoMgrRegisterConfigApplication (FUN) ¶ FUNCTION IoMgrRegisterConfigApplication : RTS_IEC_RESULT InOut: Scope Name Type Return IoMgrRegisterConfigApplication RTS_IEC_RESULT Input pszConfigApplication REFERENCE TO STRING
IoMgrRegisterInstance2 (FUN) ¶ FUNCTION IoMgrRegisterInstance2 : RTS_IEC_HANDLE InOut: Scope Name Type Return IoMgrRegisterInstance2 RTS_IEC_HANDLE Input dwClassId DWORD pItf IBase pResult POINTER TO RTS_IEC_RESULT
IoMgrSetDriverProperties (FUN) ¶ FUNCTION IoMgrSetDriverProperties : RTS_IEC_RESULT InOut: Scope Name Type Return IoMgrSetDriverProperties RTS_IEC_RESULT Input hIoDrv RTS_IEC_HANDLE ulProperties DWORD
IoMgrSetDriverProperty (FUN) ¶ FUNCTION IoMgrSetDriverProperty : RTS_IEC_RESULT InOut: Scope Name Type Return IoMgrSetDriverProperty RTS_IEC_RESULT Input hIoDrv RTS_IEC_HANDLE ulProperty DWORD bValue DINT
IoMgrUnregisterConfigApplication (FUN) ¶ FUNCTION IoMgrUnregisterConfigApplication : RTS_IEC_RESULT InOut: Scope Name Type Return IoMgrUnregisterConfigApplication RTS_IEC_RESULT Input pszConfigApplication REFERENCE TO STRING