I have a Select
function in my block diagram. For the True and False statements I am passing two data types. The True statement is a is a Digital Reference
data type to a numerical indicator in the front panel, and the False statement is a knob Reference
data type to a gauge in the front panel as well. I am not sure what to put in the middle entry point for the Select
function since it needs to have a True Boolean. Ideally I would just connect another Digital Reference
data type and it would return the digital indicator in that case but the Select
function only receives a boolean as an input.