ICmpIoDrvBusControl.ResetBus (METH) ¶ METHOD ResetBus : UDINT This method resets the fieldbus. ATTENTION: Some drivers may reset the whole iec application. Please check the documentation fo the driver. InOut: Scope Name Type Return ResetBus UDINT
ICmpIoDrvBusControl (ITF) ¶ INTERFACE ICmpIoDrvBusControl Methods: ResetBus StartBus StopBus Structure: ResetBus (Method) StartBus (Method) StopBus (Method)
ICmpIoDrvBusControl.StartBus (METH) ¶ METHOD StartBus : UDINT This method starts a fieldbus, which was stopped before. InOut: Scope Name Type Return StartBus UDINT
ICmpIoDrvBusControl.StopBus (METH) ¶ METHOD StopBus : UDINT This method stops a fieldbus. InOut: Scope Name Type Return StopBus UDINT
ICmpIoDrvBusControl2 (ITF) ¶ INTERFACE ICmpIoDrvBusControl2 Methods: ActivateBus DeactivateBus ResetBus StartBus StopBus Structure: ActivateBus (Method) DeactivateBus (Method) ResetBus (Method) StartBus (Method) StopBus (Method)
ICmpIoDrvBusControl2.ActivateBus (METH) ¶ METHOD ActivateBus : UDINT This method activates a fieldbus. The new state is not saved permanently. After a restart of the application, the fieldbus is in the state, which is defined in the project. ATTENTION: Some drivers may reset the whole iec application. Please check the documentation for the driver. InOut: Scope Name Type Comment Return ActivateBus UDINT Input xEnable BOOL If TRUE the bus reset starts immediately, if FALSE the bus reset must be done manually
ICmpIoDrvBusControl2.DeactivateBus (METH) ¶ METHOD DeactivateBus : UDINT This method deactivates a fieldbus. The new state is not saved permanently. After a restart of the application, the fieldbus is in the state, which is defined in the project. ATTENTION: Some drivers may reset the whole iec application. Please check the documentation for the driver. InOut: Scope Name Type Comment Return DeactivateBus UDINT Input xEnable BOOL If TRUE the bus reset starts immediately, if FALSE the bus reset must be done manually
ICmpIoDrvBusControl2.ResetBus (METH) ¶ METHOD ResetBus : UDINT This method resets the fieldbus. ATTENTION: Some drivers may reset the whole iec application. Please check the documentation fo the driver. InOut: Scope Name Type Return ResetBus UDINT
ICmpIoDrvBusControl2.StartBus (METH) ¶ METHOD StartBus : UDINT This method starts a fieldbus, which was stopped before. InOut: Scope Name Type Return StartBus UDINT
ICmpIoDrvBusControl2.StopBus (METH) ¶ METHOD StopBus : UDINT This method stops a fieldbus. InOut: Scope Name Type Return StopBus UDINT