Can you display a Function Block's parameter on a Graphic Display?
Control Builder M Pro Version 5.1 and Graphics Builder.
Can you display a Function Block's parameter on a Graphic Display?
For example: TOn (Time On Delay) function block. I'd like to display the ET (Elapsed time) on a graphics display.
I know I can write the ET to a variable and then display that variable but just curious is what possible to look directly at the Function Block parameter.
Thanks.
Voted best answer
In control builder tree, right click on the TOn function block, Properties -> Aspect Object. Turn this option on.
The function block now appears in the control structure, so you can use the parameters in a graphic.
Answers
You just can use what you see into control structure...So a local instance (just like a ton) will not be avaliable. You must use a variable to do this.
Add new comment