Jump to content

GPIB drivers running simultaneously


THN

Recommended Posts

Hi guys,

I need to read several data from 4 different instruments. I got 1 power source, 2 multimeters and 1 temperature controller. The powersource will give current to the circuit while the 2 multimeters will read voltage and current to measure the resistivity. The temperature controller will run as a ramp or step, and will take the temperature values.

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 or similar, give me some ideas or tips, please.

Any opinions are welcome. :rolleyes:

Thanks in advance.

THN

teste-série.vi

Link to comment

Something should be done about general program structure. Say, having to press 4 stop buttons is annoying and the resistance will be displayed only after everything is done. I would get a separate loop (thread) for UI (with the stop button), separate loops (threads) for every instrument, one other loop to process the data (i.e. divide one by another to get resistance). I would use queues as a mechanism for sending stop requests and data around the loops. Also, error handling have to be done in some way (another loop which accepts error messages?).

One more thing.Initially I was not able to open this file. It seems to me that the characters with accents were the cause, when I renamed the vi, all worked.

Edited by mzu
Link to comment
  • 2 weeks later...

Thanks MZU for your reply, i forgot to click watch this topic, and i thought i did not have any reply.

Can you please take a look at my other Post, it's the evolution of this VI, so you might be able to help me with it.

Regards,

THN

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.