11-07-2022 02:29 AM
Hi,
I am trying to work on how to control myRIO from systemlink cloud to turn the on-board LED on. However i have received an error 363507 regarding on the authenticity of the server. I don't know where to start.
Please help, Thanks
11-07-2022 08:17 AM
Check the time settings on your cRIO. If it's not set with normal calendar/clock time the OS will be unable to verify the TLS cert for SystemLink Cloud.
11-07-2022 09:05 AM
Hi Mark,
Thank you for the advise, I have done the necessary changes. However there is another error at the Scan from String (arg 1) in the Read Tag vi. Is it regarding on the time stamp.
From Jonathan Teo
11-07-2022 09:11 AM
Hi!
My suggestions are:
1. Keep your API key for yourself. Otherwise, anyone could access your NI Systemlinkcoud tag database and control it without your consent!
2. You've got an "Open Tag" vi error. Try to check if the "LED" tag was successfully created in your NI Systemlinkcoud database and also check if it is initialized (has a true or false value). If not, check your API keys policies.
3. Be aware that too many requests by second to NI Systemlinkcloud servers could result in an error 56.
11-08-2022 08:23 AM
What happens when the systemlinkcloud does not help to create the LED tag even though it is not in their database?
11-08-2022 09:44 AM
The open tag ví will create the tag if it doesn’t exist, but you should initialized with you desired value before reading it.