09-19-2013 06:55 AM
Is there a way to achieve this whithout any conflict between the gpib boards ?
How to configure these gpib boards ?
Thanks
Solved! Go to Solution.
09-19-2013 07:17 AM
Only one at a time can be configured as master or controller in charge (CIC). There are functions to transfer CIC and you will need to write your programs to be aware of each other.
09-19-2013 07:27 AM
Thanks for you answer, before dealing with the programs, do I have to configure anything in NI-MAX on each computers before ? or the code I will write with the basic gpib functions will replace what NI-MAX does ?
09-19-2013 07:29 AM
You'll have to use MAX at least once to make only one CIC. Otherwise you will get an error the first time you try to talk to an instrument. After that, your programs will take care of switching back and forth.
09-19-2013 02:03 PM
I fail to see the worth of that control strategy and complexity. Sounds like a bad system design that could use some rethinking.