11-29-2013 03:35 PM - edited 11-29-2013 03:38 PM
Hello,
I'm looking for LabVIEW controlling program for MCP BR2827 LCR meter
if someone can help I will be grateful,
Thank you very much
12-02-2013 02:25 AM
Hello Chamslo,
To control this kind of device, you'll have to use RS-232 or GPIB port.
In order to do so, LabVIEW give you access to VISA API.
You'll find below a white paper talking about instrument control
http://www.ni.com/white-paper/3511/en/
Here are some examples.
http://search.ni.com/nisearch/app/main/p/bot/no/ap/tech/lang/en/pg/1/sn/catnav:ex/q/visa/
Best regards,
12-02-2013 02:53 AM
Dear Sabri,
thank you for your kind reply,
actually I'm looking if someone has already done the program so that will save me time,
Thanks a lot
12-02-2013 03:03 AM
Chamslo,
You should try Visa example.
Which port are you using to control your device?
Best regards.
12-02-2013 06:20 AM
it is GPIB port
12-02-2013 06:48 AM
Il vous faut alors une interface matérielle GPIB.
Vous pouvez installer le driver NI 488.2 qui vous donnera accès aux exemples NI de contrôle d'instruments par GPIB.
http://www.ni.com/download/ni-488.2-3.1/3619/fr/
Cordialement.