Hi all.
I am trying to learn VB 2005 (we have Visual Studio 2005) to control our ATE over the GPIB bus. Our old program was written in GW Basic and DOS OS. Our 286 gave up the ghost and we had to upgrade to XP and a USB-HS controller.
I need some very basic help to get started while I continue to learn VB.
I read the example "Simple Read, Write" that came with our USB-HS controller but still have no clue on how to communicate to our instruments. This is where I am;
1. I started a project and referenced the NI NI.488
2. I tried to write a simple write statement using send (0,6 ("Va115\n")) 'This would control our AC source at address 6
3. The compiler complained about send not being declared. I thought that was handled thru the referenced NI.488 files.
Obviously I am not understanding some basic principal here.
It would be helpful if someone could write an example for me using the above command.
Thanks