07-15-2009 04:28 AM
Hi guys, sorry for my dupicated post, but i'm with a short schedule on this.
I need to innitialize and read several data with 4 different instruments. I got 1 power source, 2 multimeters and 1 temperature controller. And i need to know if i'm doing it right like the attach i'm sending. I know that probably nobody has these specific drivers installed, but if anyone has already worked with this, give me some ideas or tips, please.
Any opinions are welcome.
Thanks for your time.
Solved! Go to Solution.
07-15-2009 07:50 AM
07-15-2009 08:14 AM - edited 07-15-2009 08:22 AM
Hi,
You
could do it in a sequence by using the error in / error out wires. According to this KB the approach is open A, open B, write A, write B, read A, read B etc..
Hopefully this resource will get you started on controlling multiple GPIB instruments.
Regards,
07-15-2009 08:19 AM
The link you posted is broken. Can you re-post it please.
Thanks
07-15-2009 09:51 AM
Please get that KB article fixed. It's yet another one that has images which link to ae.natinst.com, which THE OUTSIDE WORLD CANNOT SEE!
Sorry, didn't mean to shout at you and I know you're not responsible, but you have no idea how many times this issue with the KB articles comes up on this form. And, yes, it's been reported many times.
To OP: You don't really need to use two loops. One loop is sufficient. If you want to turn off the reading from some multimeters while the code is running then provide checkboxes on the front panel, and place your meter readings inside of case structures that are driven by these checkboxes so that the readings only occur if the checkboxes are on.
07-15-2009 10:31 AM
smercurio_fc a écrit:
Please get that KB article fixed. It's yet another one that has images which link to ae.natinst.com, which THE OUTSIDE WORLD CANNOT SEE!
Sorry, didn't mean to shout at you and I know you're not responsible, but you have no idea how many times this issue with the KB articles comes up on this form. And, yes, it's been reported many times.
In fact I 've already edited my post when TN posted as you can see with my last reply above.
Nevertheless I admit that I would have inform you that the link was fixed. Sorry, I'll be less absent-minded in the future
Regards,
07-15-2009 10:36 AM
The problem I'm pointing out isn't with the link - it's with the article. We out here in the non-NI world cannot see the image that's in the article. The HTML tag for the image is:
<img width="500" height="329" src="http://ae.natinst.com/operations/ae/public.nsf/$CXIV/ATTACH-AEEE-7JDRCS/$FILE/lvvisa.jpg" alt="" />
The outside world cannot access ae.natinst.com. As I've noted, there are MANY KB articles with this problem. I'm not picking on you, believe me.
07-15-2009 10:49 AM
I still can't open the link. But i think i made some improvements since i posted this question.
Can you guys check if i'm heading the right direction? I'm attaching the VI.
07-15-2009 11:02 AM
07-15-2009 03:19 PM
The GPIB/USB that i use, wires to the 1st instrument, but i have all 4 instruments wired in serie. So, i'm communicating with all of them simultaneously, right? The time delay i'm using between the boot of the instruments and the aquisition of data was just for testing, and to see if it would work out, since i have to give a delay between the processes. And because i can't start sending DC current at the same time i'm measuring the data.
With this explaination, i'm still on the wrong way?
Thanks for the comments and helps.