LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

to send data one after another through visa write

hello sir, i want to send 8 byte of hexadecimal data one after another with different delay between them through visa write.

sir can u help me this by telling the solution?

0 Kudos
Message 1 of 11
(4,045 Views)
If you have an array of bytes, just have the VISA Write inside a for loop and pass in the array. If you don't have an array, create one with the String to Byte Array function.
Message 2 of 11
(4,035 Views)
There are several serial io examples that ship with LabVIEW. Give one them a try and then get back to use with specific questions.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

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

For help with grief and grieving.
0 Kudos
Message 3 of 11
(3,924 Views)

sir ,

i want to send different 8 bytes one after another.

in for loop ,how can i send different bytes ??

0 Kudos
Message 4 of 11
(3,862 Views)
Your 8 bytes just needs to be in an array. Show a snippet of your code.
0 Kudos
Message 5 of 11
(3,841 Views)

sir,

the snippet is attached below.

0 Kudos
Message 6 of 11
(3,807 Views)
Nothing attached.
0 Kudos
Message 7 of 11
(3,805 Views)

sorry sir it was a connection problem 😞

now i have attached the file.

0 Kudos
Message 8 of 11
(3,798 Views)

@thakurshubh wrote:

sorry sir it was a connection problem 😞

now i have attached the file.


That's not a snippet....

0 Kudos
Message 9 of 11
(3,793 Views)
It's not even LabVIEW.
0 Kudos
Message 10 of 11
(3,768 Views)