boardEnableS0 (Function) |
Top Previous Next |
The boardEnableS0 function is used to control the IEC62053-31 compliant S0 interface that is available on some RTCU devices. Please refer to the Technical Manual for information about the necessary settings of the hardware jumpers to use the S0 interface.
By enabling the S0 interface, the power will be supplied to the necessary electronic circuits which will increase the power consumption of the device.
Input: enable : BOOL Enables or disables the S0 interface.
Returns:
Declaration: FUNCTION boardEnableS0 : INT;
Example: INCLUDE rtcu.inc |