11-05-2010 12:48 PM
hi there,
I 'm triing to connect an HMB CMD600 charge amplifier using LAN with TCP/UDP.
Should i use, the standart Open/Read/Close TCP functions or UDP or something else?
How can i know or set the IP or port to listen ?
I 've got 2 amplifiers to connect simultenaously, is it possible ? with a switch or with 2 wires from 2 LAN ports ?
And last one : What s the maximum frequency of aquisition ?
Sadly, i dont have access to the amplifier to test anyting.
Thanks a lot
11-08-2010 02:58 AM
I m' calling for help again.
I'm going to my client next week, and still no idea how to connect TCP/UDP product in labview despite all my googlizations...
anyone ?
thanks
David
11-08-2010
03:16 AM
- last edited on
05-02-2025
10:01 AM
by
Content Cleaner
Hi David,
I advise you to have a look at the following links, there are a lot of examples and tutorialon the ni.com website:
Kind regards,
Olivier L. | Certified LabVIEW Developer
11-10-2010 12:49 PM - edited 11-10-2010 12:50 PM
Thanks for the links.
Do you have any informations on the response time / possible frequencies and actualy if it 's a viable way to do such an acquisition and synchonise it with other signals from the PCI6220 ?
Thanks.
Best regards
11-15-2010 02:46 AM
Hi David,
I don't really understand what you mean about synchronizing PCI 6220 and TCP communication.
The TCP reaction will depend of a lot of factors as your network card, your CPU Load, the way you programmed your diagram...
I can't say if it's viable because I don't know what you need to do exactly.
Regards,
Olivier L. | Certified LabVIEW Developer
11-16-2010 04:28 AM
hi,
I've got 5 position sensors (TTL mode ) plus those 2 force sensors, and i 'd like to know simultaneously the value of these sensors during a few seconds at a 1k acquisition.
Iv'e tried 2 UDP vi, but i dont know wich port to listen.
Thanks Olivier.
David
11-17-2010 04:02 AM
Unless you don't run a real time protocoll like Ethercat, I see no chance to sync your measurements between the CMD and your PC.
To synchronize the measurements I only see two options:
1. Use the analog output of CMD600 to measure it with the 6220. + avoid the ethernet - one more channel of the 6220 needed
2. It seems that the CMD has DIOs , use an DO to trigger your 6220 aquisition OR use an DI to trigger the CMD with your 6220. Then read the data via the network.
Have you asked HBM if they have a LabVIEW driver? Or a dll to control it, you can call with LabVIEW?