02-15-2006 10:58 AM
02-15-2006
12:19 PM
- last edited on
06-23-2024
05:22 PM
by
Content Cleaner
What you will probably need to do is write a seperate program which will run on the PC and send commands to the program running on the FP.
You can read the joystick data with the VIs in the Advanced>>Input palette and you can communicate with your program by using a simple protocol over a TCP connection. You can find some examples in the example finder (Help>>Find Examples) by searching for TCP. The protocol itself is up to you and can probably be fairly simple.
Message Edited by tst on 02-15-2006 08:20 PM
02-15-2006
02:19 PM
- last edited on
06-23-2024
05:22 PM
by
Content Cleaner
If you haven't already, you may want to take a look at the following Customer Solution:
Developing a Remote-Controlled CASE CX-160 Excavator Using National Instruments FieldPoint
http://sine.ni.com/csol/cds/item/vw/p/id/396/nid/124400
02-15-2006 11:09 PM