akjohn Posted November 4, 2007 Report Share Posted November 4, 2007 I'm working on a RT application that uses multiple a PC or PXI chassis. I would like to be able to read the assigned name of these for display on the host control machine. I would also like to add a control in my code that would reboot the desired PC or PXI controller without having to go to MAX. Can anyone supply me the commands that would need to be issued and what would be the best way to issue these commands? I have searched but can find nothing usefull. The host machine runs windows XP while the remotes run RT only. Presently working in LV 8.5 Quote Link to comment
Ashish Uttarwar Posted November 5, 2007 Report Share Posted November 5, 2007 QUOTE(akjohn @ Nov 2 2007, 10:13 PM) ..... read the assigned name of these for display on the host control machine...... I am using Compact Field Point cFP-2120 controller. I found that there is a file "ni-rt.txt" on the controller which contains the accurate name of the controller. So, I created a VI to parse this file and get the name. Since, you are also working on RT system, I believe the above mentioned trick will work for you too. I hope this helps. --- Ashish Quote Link to comment
Mellroth Posted November 5, 2007 Report Share Posted November 5, 2007 QUOTE(akjohn @ Nov 3 2007, 06:13 AM) I'm working on a RT application that uses multiple a PC or PXI chassis. I would like to be able to read the assigned name of these for display on the host control machine. I would also like to add a control in my code that would reboot the desired PC or PXI controller without having to go to MAX. Can anyone supply me the commands that would need to be issued and what would be the best way to issue these commands? I have searched but can find nothing usefull. The host machine runs windows XP while the remotes run RT only. Presently working in LV 8.5 Hi, if you look in the RealTime function palette, there is a method called PING RT controllers, this method will return a list of all RT controllers on the local subnet (listed with name, IP, and MAC address). In the same palette you can also find a method to Reboot a RT controller, but you'll need the MAC address to do so. /J PS. this question belongs to the Realt Time forum, http://forums.lavag.org/Real-Time-f22.html Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.