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)
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
IoMgrConfigGetParameterValueWord (FUN) ¶ FUNCTION IoMgrConfigGetParameterValueWord : WORD InOut: Scope Name Type Return IoMgrConfigGetParameterValueWord WORD Input pParameter POINTER TO IoConfigParameter pResult POINTER TO UDINT
IoMgrConfigResetDiagnosis (FUN) ¶ FUNCTION IoMgrConfigResetDiagnosis : UDINT InOut: Scope Name Type Return IoMgrConfigResetDiagnosis UDINT Input pConnector POINTER TO IoConfigConnector dwFlags DWORD
IoMgrConfigSetDiagnosis (FUN) ¶ FUNCTION IoMgrConfigSetDiagnosis : UDINT InOut: Scope Name Type Return IoMgrConfigSetDiagnosis UDINT Input pConnector POINTER TO IoConfigConnector dwFlags DWORD
ICmpIoDrv ¶ IoMgrGetModuleDiagnosis (Function) IoMgrIdentify (Function) IoMgrLockEnter (Function) IoMgrLockLeave (Function) IoMgrReadInputs (Function) IoMgrScanModules (Function) IoMgrStartBusCycle (Function) IoMgrStartBusCycle2 (Function) IoMgrUpdateConfiguration (Function) IoMgrUpdateConfiguration2 (Function) IoMgrUpdateMapping (Function) IoMgrUpdateMapping2 (Function) IoMgrWatchdogTrigger (Function) IoMgrWriteOutputs (Function)
IoMgrGetModuleDiagnosis (FUN) ¶ FUNCTION IoMgrGetModuleDiagnosis : UDINT InOut: Scope Name Type Return IoMgrGetModuleDiagnosis UDINT Input pConnector POINTER TO IoConfigConnector
IoMgrIdentify (FUN) ¶ FUNCTION IoMgrIdentify : UDINT InOut: Scope Name Type Return IoMgrIdentify UDINT Input pConnector POINTER TO IoConfigConnector