11-08-2017 07:05 AM
11-08-2017 08:22 AM
What's this Green Box ? How to create it ?
11-08-2017 08:25 AM
A case structure.
When you wire an error wire to it, it changes to a red Error case and a green No Error case.
11-08-2017 08:39 AM
Same results, still drop to zero sometimes. May be because of the yellow line which i do not have and don't know its meaning and create
11-08-2017 08:43 AM
@rockabilly wrote:
May be because of the yellow line which i do not have and don't know its meaning and create
You mean the error cluster? That is a very important piece of data you should be using. It tells you if things went wrong somewhere and what the issue was. A requirement for any good debugging.
11-08-2017 08:45 AM
Hi rockabilly,
May be because of the yellow line which i do not have and don't know its meaning and create
Did you take all those free learning resources offered by NI?
If not: do it now!
11-08-2017 08:46 AM
Yes, that one in above screenshot 😞
11-08-2017 08:58 AM
Hi rockabilly,
to repeat previous message: you need to wire an error cluster to the case structure selector to get that green border.
Did you read the help for the case structure?
11-08-2017 10:07 AM
Yes i read but cannot figure since English is not my primary language. I changed the block diagram as below, but errors still continue. Fingers crossed...
11-08-2017 11:34 AM
Hi rockabilly,
I changed the block diagram as below, but errors still continue.
Which errors do "continue"?
When you still get intermittant zeros in your indicators then those values are transmitted from your Arduino!
I do repeat: which string did you receive when your indicators do display the zero?
This is some basic code debugging on your side, so please do (or learn) that!