LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

25ms/character delay in visa transmission

Hello,

 

I am working on a Labview project that transmits a file to PIC18F to rewrite the EEPROM table.  The problem I am running into is to do the process I need a 25ms delay per character is sent from the file.  As I am new to Labview, I was curious on how to solve this problem.  Thanks.

 

Chris

0 Kudos
Message 1 of 4
(2,584 Views)
0 Kudos
Message 2 of 4
(2,579 Views)

To put a delay between characters, it is not enough to just use a wait. You have to break up the string before you send it to the VISA Write. An oldie but goodie is here.

0 Kudos
Message 3 of 4
(2,563 Views)

Thank you both for the information it has been of great help. 

0 Kudos
Message 4 of 4
(2,541 Views)