Hello, I'm wondering if in ignition I can open a table of visualition in real time ?
something like the tables in TIA portal ?
Thank you
Please add a tag (from the dropdowns below your question title) to show whether you are asking about Vision or Perspective.
What is "a table of visualisation"? A table of tag labels and values?
hello, yes I mean a table where I can put some tags & see there values in real time ?
I dont mean to add this tags on my pages or show these values all time ! I juste need to chek them once and close the table
Something like this in TIA portal
Whoops! This is Vision.
Yes, by using a view renderer that indirectly binds a tag path.
You start with a list of tag paths you wish to monitor. You transform that list into a table's data, as two or more columns, one being the label column, and the other being the value column. But you supply the tagpath as if it is the value.
Then you set the value column to use a view renderer. The nested view will receive the tag path as its value parameter, and can then use indirect binding to retrieve the live value, and place it on a label within that view.
Yes, by using a template repeater or template canvas, where you provide a dataset of tag paths, and the template instances perform the necessary indirect tag binding to display the live values.
If that is too much trouble, consider installing my (free) Integration Toolkit module so you can use its tags()
expression function. You would simply make an expression binding on the table data as tags({path.to.tagpath.dataset.prop})