Hello Everyone,
Might be a dumb question but is it possible to have {[PLC]tag_Path/path/{some parameter}/Something.value}
Where the parameter will be the template custom property. I want to use this in the case of Signal Generator so there's no custom property for that.
Elaborating more:
I have conveyor animation template in which I used Signal Generator for smoother effect using this guide Component Animation. I have several conveyor based station and so I created a template for the conveyor +signal generator. I have two expression tags. One tag provides the following output: "Receive", "Loaded", "Unloaded". The other tag provides "Active", "Complete", "Incomplete". All outputs are string datatype. Currently I only care about "Receive" state. The conditions are like following:
"Receive": "Active" <-- Means conveyor running
"Receive": "Complete" <-- Receiving complete. Conveyor stop
I want to run signal generator according to those conditions in order to have conveyor animation. There are several stations and each station has its own conveyor belt. Hence, I have several expression tags.
Now, how do I use those condition to run the signal generator component? This component is not flexible in terms of scripting as there are no custom properties option. I thought using Expression tag {[PLC]tag_Path/path/{StationName}/Something.value}
I could pass "StationName" parameter which is custom property of the tamplate. Is there any other way to do this efficiently?