Version 7:9:16
Hello, thanks in advance for any insight or help…much appreciated
We are converting a project from a other package (iFix) to Ignition.
Without judging, just comparing, iFix has what GE calls TAG GROUP
Basically it is an association between a SYMBOL and a VALUE
The Symbol is what is bound to the animation on screen, while the value is the one being displayed.
Obviously if you have multiple files using the same SYMBOL but different values, then it is possible to have a screen that would display values depending on which file you load
For instance
File 1
Node LOUISE
PRODUCT APPLE
VALUE 10
Were Node is the symbol and Louise the Value, same for product and apple and value and 10
File 2
Node TOM
PRODUCT ORANGE
VALUE 30
File 3
Node TOM
PRODUCT LETUCE
VALUE 40
If you display NODE TAG and VALUE On screen and you change the file then the screen will change from displaying LOUISE APPLE 10 to TOM LETUCE 40
This is pretty much similar to what UDT are in ignition except that iFIX is not loading TAGNAME (although it could) and it is based on files being read
I could create a UDT for each files and a MEMORY TAG for each SYMBOL but with 50 files and 20 parameters each it would be 1000 memory tags just to do the substitution
So what is the best way in Ignition 7.9.to do this type of substitution ?
Is there an other way than UDT ?
Thanks
Regards
Philippe Gras