06-16-2006 05:27 AM
06-16-2006 08:17 AM - edited 06-16-2006 08:17 AM
Message Edited by Dennis Knutson on 06-16-2006 07:19 AM
06-19-2006 01:38 AM
I've downloaded the files that are listed in the http://sine.ni.com/apps/we/niid_web_display.download_page?p_id_guid=047541633C5C5B05E0440003BA7CCD71.
I still do not know what the first block in the block diagram should be. My meaning is that should the first block be DAQ assistant, Instr assist, Instr drivers from the Input menu or differently something else.
If someone could give me a hint what example first two blocks should be, I might get my system built on my own.
I've also configured MAX so that I can communicate with my instrument.
06-19-2006 08:44 AM
The driver comes with a couple of examples. They are hpesgdxx Config FM Signal Example and hpesgdxx Config NADC Signal Example. either one should give you an idea on how to get started and which functions to use. These high level examples are not really intended to be called by another VI. Rather, they show what lower level functions to include. For example, you would always start with the intialize function. Place other functions such as configure frequency and ampliture where you need them. Be sure to turn on context help in order to see the documentation for each function in the driver.
DAQ Assistant has nothing to do with GPIB instruments. It is used for internal DAQ cards from NI. The Instrument I/O Assistant would be used in place of driver functions or when no driver is available.
06-20-2006 12:29 AM