06-09-2009 01:00 PM
Hi just wondering if it is possible to remote log into a PXI-1042 from a different PC running windows xp? The connection between the pc and the PXI-1042 would be eithernet and I would want to run a labvew application to control the PXI-1042.
Thanks Paul.
06-10-2009
01:01 PM
- last edited on
03-10-2025
02:37 PM
by
Content Cleaner
Hey Paul,
You can definitely control your PXI controller through remote login. You mentioned the PXI-1042, which is actually a PXI chassis. If you're using one of our PXI controllers (8106, 8108, etc), then I've got a couple KnowledgeBase articles for you :
KnowledgeBase 4PAI738A : How Can I Remote Desktop into My PXI System Other Than With Windows Remote Desktop?
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P9wFSAS&l=en-US
The key thing to note about using Remote Desktop to connect to your controller is that the system you're using and the controller need to be on the same network. Essentially, they need to have the same Default Gateway and the same Subnet Mask, but differing IP addresses. You can manually set the IP address, gateway and subnet mask for each system, and simply use the IP address of the PXI controller to connect.
06-10-2009 06:49 PM
Thanks for the information, just wondering what might cause the application to not run even though a connection has been established?
06-11-2009 08:25 AM
06-11-2009 10:00 AM
06-11-2009
11:15 AM
- last edited on
03-10-2025
02:38 PM
by
Content Cleaner
Hey Paul,
The PXI-1042 device is actually a PXI chassis, as seen on the product page for this device : https://www.ni.com/en-us/support/model.pxi-1042.html
Usually, these chassis' do not have a controller built-in (with the exception of our PXI-1033). The actual controller will be inserted into slot 1 of the 1042 chassis, and will be similar to the controllers found across this page : https://www.ni.com/en-us/shop/category/pxi-controllers.html?productId=118733
If you're trying to run your executable file on the PXI controller, then you need to move the actual .exe file to your PXI controller, remote desktop, and run the .exe from there. If you're using a MXI connection, then things will be different, because your PC is now acting as your PXI controller. But, from what you've told me, you have an ethernet connection to your controller. You should be able to hook up a keyboard, mouse, and monitor to the controller itself and actually work in the controller's OS.
06-11-2009 04:18 PM
06-11-2009 06:39 PM
Also we manually set the IP address, gateway and subnet mask for each system. We tried setting the gateway and subnet the same for both machines with different IP addresses but this did not work. We used the IP address that you get from the ipconfig msdos command.
06-12-2009 01:18 PM
Hey Paul,
I was able to set a similar system up today to test everything out. You'll want to make sure that your computer is set up for remote login, as per the linked KBs. In setting up my network, I set up my PC to have an IP address of 192.168.1.1, and my PXI controller to have an IP address of 192.168.1.2. I set the default gateway on both machines to 192.168.1.100, and the subnet mask to 255.255.255.0. I was able to remotely access the controller from the PC, and vice versa.
You may want to check and see if there are any firewall issues on your PC or on your PXI controller. Try disabling the firewall on both sides (if you're directly connected), and see if you can connect.
One thing I noticed is that I was only able to remote into my controller if I put in the IP address, and not the computer name. To be able to ping or remotely access the machine with the computer name, you need to set up both machines so that they're on the same domain.
06-15-2009 09:37 AM