04-28-2017 04:29 AM
Hello,
I am using GPIB in LabVIEW and I like to configure as slave, can I do in labview this?, How can I do it?
Thanks,
Mario
Students of Engineering of Telecommunications.
Mario
04-28-2017 08:35 AM
I'm not sure what you are really asking, but LabVIEW has support for IEEE 488.2 through its Drivers, and if you've installed LabVIEW and the 488.2 Drivers, you should be able to see them in MAX. Now all you need is some way to connect the 488 cable to your PC (there are USB to GPIB converters, I think) and knowledge of the Command Set of your Instrument, a little knowledge/experience with LabVIEW, some "practice" talking to your device with MAX to be sure you understand the protocol, and you are Ready to Go.
Bob Schor
05-01-2017 07:07 AM
If you want to change the card from a system controller (master) to use it like an instrument (slave), there used to be setting in MAX to disable interface as system controller.
This link explains the difference
http://www.contec.com/products/communication/gpib/basic.php
Steve
Opportunity to learn from experienced developers / entrepeneurs (Fab,Joerg and Brian amongst them):
DSH Pragmatic Software Development Workshop
05-03-2017 04:56 AM
Hello,
I'm designing an instrumentation device and I need my program to be slave to communicate with a USB to GPIB card.
How do I set up LabVIEW or NI-MAX for the GPIB to be a slave?
The program I'm designing will always be receiving commands from a PC.
Thanks you,
Mario