Hello! Can anyone please help me how can I utilize properly this block with ".DataChanged"? I am considering to use it for a real-time monitoring but I only need to retrieve the value of a certain tag. Will this block be of use for that?
Thanks!
Hello! Can anyone please help me how can I utilize properly this block with ".DataChanged"? I am considering to use it for a real-time monitoring but I only need to retrieve the value of a certain tag. Will this block be of use for that?
Thanks!
What have you tried ?
Things to know:
Use an if/else block....
if tag = MLOAD, then set Label = value
datachanged may not always work if data comes into firebase from other sources, YMMV
Thanks, it worked! Yay
But what about this, I want to create a string composed of the values from MLOAD through MLVL_06?
It should go like this...
If I changed MLV_03 to 1, Label2 will display 0111600.
If MLVL_03 changed back to 0 and MLOAD and MLVL_04 changed to 1, Label2 will be 1110100
I couldn't find any vid on YT regarding this so your help would be greatly appreciated
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.