04-26-2007 10:53 AM
04-26-2007 11:02 AM
04-26-2007 12:42 PM
04-26-2007 12:54 PM
04-26-2007 01:17 PM
04-26-2007 01:54 PM
Thanks guys,
Greycat wasn't exactly right. Recommendations of Altenbach helped me.
It's good to know that LabView doesn't generate CR character. So, if I want to send that string to a COM port I have to append CR. I came to LabView from "traditional" programming and this fact seems a bit strange to me.
If interested, see final working version.
Thanks,
Greg
04-26-2007 02:23 PM - edited 04-26-2007 02:23 PM
Attached picture shows a "semi-equivalent" code construct. It might just do what you need without polling. Of course real code should do some syntax checking on the string and loop over the event structure until things are OK. Modify as needed.
Message Edited by altenbach on 04-26-2007 12:23 PM
04-26-2007 02:30 PM
11-18-2019 04:08 AM
Why when I press enter it dosen´t work? I mean de NS that I introduce disappears when I press enter
11-18-2019 06:42 AM
Attach a VI rather than a picture. That way we can see the things that can't be seen in a picture.
My guess is.
1. Your \n is still not showing in \codes mode.
2. Your NS control is still set for multiple lines, thus when you hit enter it appears to disappear.