Re: Who worked with ICS' Model 4896 GPIB? I can not count the...

2004-02-19 Thread Ray K
Hello. Most of the engineers in developer exchange are more familiar with NI products. Contacting ICS for technical support is a better course of action.

Re: running event inside DNET while loop

2004-02-16 Thread Ray K
I took a quick look at your application. I saw this nesting structure: While loop - While loop - Event structure What you should have is the two while loops in parallel. ie While loop While loop - Event structure To terminate both parallel loops simultaneously, give the stop button its own e

Re: How to send service request using Labview

2004-02-16 Thread Ray K
Hello, There is no way to send a service request with NI-488.2's LabVIEW VIs. Those VIs are for making a controller side application, not a device side application. If you are trying to make are device side application and need to use SRQs I suggest using http://sine.ni.com/apps/we/nioc.vp?lang=US

Re: i am trying to reset a serial device through serial port...

2004-02-12 Thread Ray K
- Run http://zone.ni.com/devzone/conceptd.nsf/2d17d611efb58b22862567a9006ffe76/c31bc5fb34dbc0ef86256adf007b8a47?OpenDocument";>NI Spy Tutorial - Reset the serial device in MAX - Run the LabVIEW code - Post the *.spy file. The spy capture will show any difference in function calls to the driver.

Re: serial VISA not sending output until closed

2003-12-31 Thread Ray K
VISA 3.0.1 does not have support for LabVIEW 5.1. I believe the latest VISA version that supports 5.1 is version 2.5. If upgrading doesn't work, trying explicitly flushing the buffer to send the data. The VI is called Flush I/O Buffer.