05-18-2016 07:48 AM
, The hardware manual says:
What does this look like on labview, right now I have it looking like this for a Z command is it correct:
05-18-2016 08:26 AM - edited 05-18-2016 08:27 AM
The attached snippet should be what you are looking for. It would be helpful in the future if you stated exactly what hardware you are trying to communicate with.
05-18-2016 08:29 AM
It's just a gas sensor that outputs over serial. How did you get that little n next to the Z? and the concatenated string goes straight ot the visa write block yes?
@Wayne.C wrote:
The attached snippet should be what you are looking for. It would be helpful in the future if you stated exactly what hardware you are trying to communicate with.
05-18-2016 08:35 AM
If you right click the string constant and select Visible Items > Display Style it will indicate what display style it is configured for. You can then left click the constant to change the display style .
05-18-2016 10:58 AM
I would advise against using the End Of Line Constant since it is platform dependent. Use an actual string constant with "\r\n" when in "\ Codes" display.