08-26-2021 06:10 AM
Hello,
I am having problem with visa read.when i send the command in visa test panel and select view in hexadecimal i get accurate answer. but when i try to implement same thing in labview i get output which i dont understand.
08-26-2021 06:46 AM
Right-click on the Response-Indicator in the FP -> Visible Items -> Display Style.
Then switch to \Codes- or HEX-Display.
Regards, Jens
08-26-2021 09:00 AM
Hi malik,
@malik240 wrote:
I am having problem with visa read.when i send the command in visa test panel and select view in hexadecimal i get accurate answer. but when i try to implement same thing in labview i get output which i dont understand.
So you know how to set a string constant in the block diagram to \-code display mode, but you don't know how to set a string indicator on the frontpanel to hex-display mode? Come on…
Btw. you should not mix serial communication with (default) TermChars enabled with apparently binary data being transmitted. You also should get rid of ByteAtPort, as has been explained so often in this forum!