03-02-2006 06:11 AM
03-02-2006 08:44 AM
I am new to VB myself having programmed more with LabVIEW in recent years. I asked the same question as you in this thread. http://forums.ni.com/ni/board/message?board.id=140&message.id=15749 Hope it helps.
03-02-2006 08:52 AM
Thanks nyc, I will try to used those code.
Are those code only for the communication of Pc and instrument device? Do have any sample code on visual basic in which we have to sent data in the form of voltage and received back in current form In which those data need to be plot using MsChart
03-02-2006 08:56 AM
For plotting data my company uses ProEssentials from Gigasoft.com.
03-03-2006 06:34 AM
Hi,
since you're using GPIB, then I'm assuming you have an instrument connected. You'll need to know the commands particular to that instrument then to make this work. If you're just dealing with voltages and current, perhaps a Data Acquisition interface might be more appropriate to you?
http://www.ni.com/dataacquisition/
As far as plotting information, you could have a look at Measurement Studio (.Net as appropriate) to get National Instruments chart, graph or 3D graph.
For help on the MSChart, you'll need to have a look at Microsoft related web sites.A good starting point might be here :
http://www.vb123.com/toolshed/99_vbchart/vbchart1.htm
Thanks
Sacha Emery
National Instruments (UK)
03-03-2006 01:31 PM
03-03-2006 01:43 PM
You need to download the manual for that instrument. Every instrument's command set is different.
Read the manual to see which GPIB commands you need to do what you want.
Are you doing this for a job? Or are you a student?
03-04-2006 02:03 AM
03-04-2006 06:19 AM - edited 03-04-2006 06:19 AM
Message Edited by nyc on 03-04-2006 07:20 AM