Re: Adding my Ethernet Connection in MAX

2004-06-16 Thread Dan Mondrik
. Is that what you're trying to do? Dan Mondrik National Instruments

Re: How do I input multiple string constants into VISA Write

2004-06-16 Thread Dan Mondrik
If it's an older GPIB instrument, it may require the END indicator after each command. You may want to have a wrapper VI that takes an array of strings, then calls VISA Write with each string. This will implicitly send the END indicator with each individual command. Dan Mondrik National

Re: Adding an Ethernet Connected Oscilloscope to VISA I/O Through MAX

2004-06-16 Thread Dan Mondrik
instinct is right; this is definitely not what remote VISA is for. That's for one PC using instruments connected to another PC, for example. Dan Mondrik National Instruments

Re: USB Driver For WindowXP

2004-06-10 Thread Dan Mondrik
You need to upgrade to NI-VISA 3.1 and regenerate your INF files. The INF files we generate now work much better. Dan Mondrik National Instruments

Re: error -1073807339 on VISA read

2004-06-10 Thread Dan Mondrik
on windows\system32\visa32.dll and look at the version resource 3) Programmatic: drop a VISA property node and choose Version InformationVersion of Implementation. Treat it as a hex value formatted like MMMmmmss (Major, minor, subminor). In other words, 0x00200601 would be 2.6.1. Dan Mondrik National

Re: Asyncrhonous Serial VISA

2004-06-04 Thread dan . mondrik
this explanation helps. Dan Mondrik National Instruments |-+ | | Jason Dunham | | | [EMAIL PROTECTED] | | | Sent by: | | | [EMAIL PROTECTED

Re: Serial Communication speed is very low under WinXP but its good under WinMe

2004-06-01 Thread Dan Mondrik
on the specific computer. Dan Mondrik National Instruments

RE: Anyone had any experience with FTDI232 or 245 based modules inLabview?

2004-05-28 Thread dan . mondrik
Jason: I'm not sure if they support it, but in general you should call VISA Set Buffer Size (from C it's viSetBuf) to set the driver's read/receive buffer size for each port. With most serial drivers, that overrides any default buffer size. Dan Mondrik National Instruments

Re: VISA Write Timeout

2004-05-17 Thread Dan Mondrik
- assuming you're not using hardware flow control. Dan Mondrik National Instruments

Re: C:\VXIPNP\WinNT\Bin\NiViPxi.dll could not be loaded also it is enabled. Why?

2004-05-13 Thread Dan Mondrik
since been fixed. Dan Mondrik National Instruments

Re: MAX doesn't find the serial Interface on my laptop. VISA error code: -1073807360

2004-05-12 Thread Dan Mondrik
I'm not sure why you can't uninstall 2.5. But the version of NI-VISA you want to upgrade to is 3.1. We've fixed a lot of serial bugs in each release, and gotten rid of a lot of incorrect VI_ERROR_SYSTEM_ERROR return values (some are fixed, others are changed to more logical error codes). Dan

Re: Serial Port - Ballbar 2

2004-05-12 Thread Dan Mondrik
trying to do a 'set' on arg1 because in this case it couldn't open the resource. Dan Mondrik National Instruments

Re: VISA Refnum Constants Controls

2004-05-04 Thread dan . mondrik
want to save you time. Dan Mondrik National Instruments |-+ | | George Gatling | | | (Contractor)| | | [EMAIL PROTECTED]| | | y.mil

Re: Hola!!!Yesterday, I asked a question about serial port...

2004-03-30 Thread Dan Mondrik
when using Serial. Dan Mondrik National Instruments

Re: [W] Data link Serial port

2004-03-23 Thread dan . mondrik
KB buffer should meet your needs perfectly. Dan Mondrik National Instruments R. Glenn Givens

Re: GPIB

2004-03-21 Thread dan . mondrik
Gokul: If the error received is an NI-488 error, then this is an old-style example that does not use VISA. But even the old-style instrument driver examples had init and close VIs that should be used as bookends in your real program. You just won't have a VISA handle to pass around. Dan

Re: the old problemvisa error -1073807195

2004-03-16 Thread Dan Mondrik
, it needs NI-488. Hope this helps, Dan Mondrik National Instruments

Re: VISA Find resource VI and TCPIP devices

2004-03-15 Thread Dan Mondrik
that you can't access. Dan Mondrik National Instruments

Re: VISA Performance

2004-02-12 Thread Dan Mondrik
You're thinking of the *DAQ* version. The current version of NI-VISA is 3.0.1 on the Windows platforms. The version that came with LabVIEW 6.1 was NI-VISA 2.6. Dan Mondrik National Instruments