07-20-2019 02:17 PM
Hello
Each time the power of my myRIO system is lost, the system time is lost too and is set to a value in the past.
How can I set the system time to the proper value, not using MAX.
my LabVIEW program stores information at the disc which includes the system time.
At the start of the program I can compare this time with the actual system time and when the actual system time is less as the latest stored time I want to set the system time to a new value.
When the power was lost, this happens.
Solved! Go to Solution.
07-21-2019 08:21 PM
Because myRIO doesn't have internal battery, it cannot store the system time.
You can configure it from LabVIEW or ntp as below.
How to Set the Time Zone of a Real-Time Controller - National Instruments
resolved: myRIO time resets to system default starting time after reboot - NI Community
07-22-2019 02:52 AM
thanks.
this was exactly the solution I was looking for.
07-22-2019 04:00 AM
04-06-2022 11:07 AM
Why did I get an error when I applied this program to change myRIO time? May I ask where I made a mistake? Can you tell me about your procedure
04-07-2022 03:07 AM
Using System API I cannot change the system time of my remote target (CVS, cRIO, sbRIO, IC)
I searched on google "2147467263 labview" and find above KB.
The KB said "you need to log in to the system with a user who has SetSystemConfiguration as permission group."
Please check the configuration on your side.