05-21-2015 04:10 AM
hello friends,
my input string values are not updating on meter and also their is no deflection on indicators
help me with necessary changes and steps
thankyou
05-21-2015 04:15 AM - edited 05-21-2015 04:30 AM
Hi abhi,
you need to parse your received string more carefully!
Start debugging your VI by using probes, then change the conversion part…
- Why do you use BytesAtPort, when your serial communication uses a TermChar?
- That string looks very familiar to me: Can't you discuss your problem with your collegue(s)?
05-21-2015 04:53 AM
why aren't indicators not showing any change and even i have misplaced data appearing i.e temperature reading displays on humidity.
sorry but no collegues are available who are familiar with labview
what changes i have to make.
please update the necessary changes in VI
thank you
05-21-2015 05:14 AM
Use "Scan From String" function efficently, be carefully while connecting format sting input.
05-21-2015 05:42 AM
05-21-2015 05:49 AM
05-21-2015 01:01 PM
If the values are showing on the indicators but they are not changing, it is because you are looking at the first line of the concatenated string ever time the loop runs. You never look at the second or third line.