Channel 114 – Output type, used to send the command with 3 options (1, 2, 3).
Channel 115 – Input type, Data Type = Integer, Format = Mold Status (enumeration:
1=Mold Status 1
2=Mold Status 2
3=Mold Status 3
).
My goal is to show the selected option as text in a Dynamic Text element bound to channel 115.
Should I simply set the Input Formula of channel 115 to Val(114) (or CnlData(114)) so that it mirrors the value of channel 114 and then uses the enumeration format to display the text?