02-07-2003 10:06 AM
02-07-2003
11:31 AM
- last edited on
04-21-2026
01:17 PM
by
Content Cleaner
This isn't even close to a LabVIEW question but I'll try to dust off the old cobwebs in memory. In the future, you should post to the GPIB forum.
First of all, you should read the NI-488.2 User Manual for DOS. A copy shouuld have come with the board but you can also download it here. There is an object file that needs to be linked to and you include a declaration file at the beginning of your app. NI-488 uses commands like ibwrt and ibrd to write and read from the GPIB. If your old program used similar commands then your changes are probably minimal. The manual includes examples and a complete description of all NI-488 commands. The insta
llation should also have included some examples in various languages. Good luck.
02-10-2003 07:36 AM