Solution
Unfortunately, myRIO-1900 and myRIO-1950 does not have a button battery installed in its board, so the Real-Time Clock (RTC) cannot stay working after it is powered off. The clock will reset to "System Start Time," which is saved within myRIO, and next time it is powered on, the clock will start ticking from this time.
In order to retain the accurate time when myRIO is turned on, you may either:
- Ensure that the power is always provided to myRIO so that RTC continues to operate
- Install an external RTC that can be communicated via SPI/I2C bus on myRIO, and power the RTC with an external button cell
- If internet connection is available, use an NTP server to adjust the system time when myRIO is powered on.