Hello,
I create a embedded view with some params on it to pass my tag. After I instance it in view and binding it bidirectional to a tag the params in the main view deleted!!! This happen because by default when bind a tag to a property the property change to be not persistent.
I also test to see what happen if I change the params to be not persistent in embedded view. After I do that and close the view and open it, all params that I change to be not persistent are gone and deleted.
I use 8.0.6 RC1.
Is anyone else see this problem?
I attach my template.
This cause time to time the value of bidirectional tag get null.
The ignition 8 Early Access forum is exactly for this. To test the and share any problem in product, so some one from IA see and note and fix that.
By the way you are not helping people by posting this kind of answers. Only make my post busy.
Did you change the persistent property for the entire âparamsâ item or the individual params within it?
In my opinion, if the entire param object is set to not be persistent, that the sub parameters might get deleted since that is the âvalueâ of that property.
Edit: Hmmm tried it both ways, persistent does seem to remove params. I am leaning towards calling it a bug as well
Any one from IA can test and confirm it?
Today I see after restart my gateway some of my tag get null value because of that. The only thing that work for now is to use pass tag path and use tag binding.