LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VISA write timing

I have a VISA write in a state machine, and the write was a bit slow.  It was taken out of the machine and placed in a seperate VI for timing analysis.  Affter the VISA write was placed in a different VI, the write duration decreased by 1s.  What reasons could have caused it?  Thanks!

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 1 of 8
(2,847 Views)
Not enough information. What sort of physical connection? How many bytes being written? How did you determine the write was the problem? Where's your code?
Message 2 of 8
(2,836 Views)
...and what is the device at the other end of the wire with which you are communicating?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 3 of 8
(2,803 Views)

The instrument is a precise DMM that connects to a GPIB module in a PXI chassis connected to a laptop through an express card.  The command written to the DMM is a string with about 10 characters.  We use a flat sequence structure with the tick node and the 1st and 3rd frame to time the performance of the write node in the 2nd frame.  I don't have the code.  Somebody else is working on it now, but I was pull in to have my brain picked (the NI forum as well).  I am just looking for general advise.  Thank you!

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 4 of 8
(2,782 Views)

Refer to my previous post.  Thanks!

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 5 of 8
(2,780 Views)
Well I'm not going to even try to guess. The fact that someone is working on the program seems a poor excuse. Surely you can pull a copy from source code control.
0 Kudos
Message 6 of 8
(2,775 Views)

You need to bring the patient in to get a diagosis.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 7 of 8
(2,760 Views)

ok.  never mind.  He didn't check it into source control.  It is on his PC.  I will let him figure it out or ask it on the forum himself.  Thanks!  

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 8 of 8
(2,719 Views)