Hello,
Is there a way to limit the input of an ingredient value, possibly by use of an Enum?
For example, I have an ingredient called Press_Speed. I want the values to be either Normal, Slow_1x, Slow_2x, or Slow_3x. On the PLC these values are interpreted as numbers. Can I limit the input to the String representation of the Enum?
I'm using the NA series HMI with Sysmac Studio.