03-29-2023 09:57 PM
I have a maintenance over a set of cRIO-9067 which have been working since several years. Their Control Panel interface was Silverlight, which is no longer supported by any browser.
The option of updating the set of cRIO-9067 is totally discarded by the client, since they are located in a hard to access area, and they shall continuously measuring.
Question:
Which is the option to access the Control Panel, or their metrics, through other way different than Microsoft Silverlight, such as adjusting time, reboot, restart, etc., i.e. ssh?, without updating everything?.
03-30-2023 03:44 AM - edited 03-30-2023 03:45 AM
NI System Configuration API should do almost all of these things. Of course it needs to be installed on your target but that should work back to at least LabVIEW 2009 or so. Then you can create on your Windows machine a LabVIEW application to control these things.
NI System Link is another option but not cheap and likely not gonna work with older LabVIEW versions at all, even though it uses itself also the NI System Configuration API for many things.