01-19-2024 10:31 AM
Hello,
I use many chassis and boards ( NI PXI 1044 / 8360 / 6704 / 6509 / 6220 ) driven by RTC Linux Computer, and I would like to monitor them. What I just want to know is their status ( start / stop / error ).
Is a way to do that ? Simply without soft installation ?
What I currently use is this command : nilsdev which returns the list of the board known by the computer.
What could be better will be to have status information.
Thank you for your help.
01-20-2024 12:03 AM
To access the status of the hardware, you would need to open a session to it. This can only be done with a driver. What you can do it to modify the existing program to update the status proactively, e.g. via UDP/TCP or write to a text file which another user can read.