03-28-2013 12:40 PM
Hello,
I need some help if someone is willing to share their labview code for the AMTI Dual-top AccuSway force plate, or any other amti force plate. Much appreciated.
03-29-2013 09:05 AM
Hey Elipse,
You would most likely use DAQmx calls to do this, but your device needs to be connected to a National Instruments device of some sort. If that is the case, you can read through this resource that talks about the DAQmx VIs:
http://www.ni.com/white-paper/2835/en
If the device plugs directly into the computer via USB, you should contact AMTI to see if they have any drivers already so you do not have to write the low level serial commands.
Best,
-KP