I'm creating a user interface for controlling a thermal chamber. The interface is an array of clusters, with each horizontal cluster (row) being a step in the chamber's program.
I'm having trouble enabling and disabling elements of each array based on the input of the first element (first column) "Step Type" without those changes applying to each cluster/row in the array.
For example, I would like the element of each horizontal cluster called "Ramp Rate (°C/min) to be grayed out if any option other than "Ramp Rate" is selected for that cluster/row.
I created a reference to the "Ramp Rate (°C/min)" element, but changes applied to that reference affect all of the ramp rate elements in each cluster.
Below is my block diagram:
Is there a way to accomplish this type of control? I would like to keep the overall structure as an array if possible, because I would like the user to be able to enter any number of steps needed for a particular profile on the thermal chamber.
Thanks for any help that can be given!