- HMI Model: cMT3072XH2
- EasyBuilder Pro Version: V6.09.02.651
I am trying to get the “current recipe” display box to display the currently loaded program that was transferred to the PLC. Normally I would just use a tag/address with the loaded part recipe name in the PLC and get feedback from that, but unfortunately, I am using DH485 to talk to an Allen-Bradley SLC5/03 which I do not believe supports ASCII tags/addresses communication to the Weintek. And I cannot use an integer for a numeric equivalent like 1 = Recipe X, 2 = Recipe Y, etc. because I have about 20 machines that will all have essentially the same HMI program but will use different recipes per machine (And some recipes will have the same name, etc.). Is there an easy way to just display the last loaded recipe as the current recipe? Perhaps through a macro?