From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

Bertec force plates

Hello,

Does anyone know how to connect Bertec force plates to Labview? I would like Labview to read the data from the force plates, then when the forces on the force plate reache a particular threshold, I would like to to activate an image on the front panel. I don't know if I need a DAQ card, or if I can use a Constructor node. I tried a constructor node, but I was unsuccessful.

Thank you

0 Kudos
Message 1 of 7
(8,162 Views)

Hello,

 

When acquiring data from a sensor, like the Bertec force plates, data acquisition hardware is required.

 

LabVIEW is a great platform on which to collect your data, but it requires hardware to translate the real-world, analog signals to digital signals. The following white paper should help explain basic data acquisition principles:

 

http://www.ni.com/white-paper/3536/en/

Cameron
0 Kudos
Message 2 of 7
(8,141 Views)

Bertec has an SDK that can be used to interface the forceplates with Labview ( http://bertec.com/downloads.html.), but I am having trouble with getting Labview to connect with the force plates. I am unfamiliar with the .net connector, and I do not know how to add a refernce to the BertecDeviceNET class library. Are you familiar with that at all? I have attached the manual provided by Bertec.

Thanks

0 Kudos
Message 3 of 7
(8,001 Views)

DDUFgators,

 

To use functions from a .NET assembly, you will need to use a Constructor Node to create an instance of a class within the .NET assembly. LabVIEW comes shipped with a few .NET examples which can be found by going to Help >> Find Examples. I recommend starting with these because to use this device you will just be creating an instance of one of the classes in the assembly, and then calling upon it's methods with invoke nodes to perform actions.

 

Regards,

 

Ryan

Ryan P.
CLA
0 Kudos
Message 4 of 7
(7,989 Views)

Hello DDUFgators,

 

I am doing something similar, trying to use Bertec's SDK to interface with Matlab. I have attmepted it using their C and Net interfaces but only get so far. I thought the problems/soulutions may be similar. Did you manage to get it working with NI? I have tried their tech support but they are disinterested in helping? Go figure!

 

Thanks.

0 Kudos
Message 5 of 7
(6,392 Views)

Ars_Magna,

I have included a picure of my block diagram. There a a lot of extra things (specifc my needs), but I hope you can see the steps I took to get Labview to read the data from the force plate. What is not pictured in the diagram is how I stopped pulling data from the foce plate. I just used two invoke nodes, one "stop" and the other "dispose" at then end of my code. 

I hope this helps. Let me know if you need me to explain anything.

 

0 Kudos
Message 6 of 7
(6,333 Views)

One other thing, the folder houses the SDK needs to be local (ie on the desktop) and not on a shared drive. That was one of the other reasons why I was unable to get Labview to read the forceplates. 

Message 7 of 7
(6,332 Views)