{{displayLanguage "control_input"}}
{{m79DropDown "select-compressor-" 79}}
{{displayLanguage "channel_configuration"}}
{{displayLanguage "control_input"}}
{{displayLanguage "io_board"}}
{{displayLanguage "io_channel"}}
{{displayLanguage "sensor_output"}}
{{with $m79 := readSharedMemory "3:79:0:0:1"}} {{with $m79Int := toInt $m79}}
{{with $controlInput := addInt $m79Int 110}} {{modeDataDropDownsByID "control-input-" $controlInput}} {{end}}
{{with $ioBoard := addInt $m79Int 212}} {{modeDataDropDownsByID "io-board-" $ioBoard}} {{end}}
{{with $sensorOutput := addInt $m79Int 220}} {{modeDataDropDownsByID "sensor-output-" $sensorOutput}} {{end}}


{{displayLanguage "low_limit"}}
{{displayLanguage "high_limit"}}
{{else}}
{{with $controlInput := addInt $m79Int 110}} {{modeDataDropDownsByID "control-input-" $controlInput}} {{end}}
{{with $ioBoard := addInt $m79Int 212}} {{modeDataDropDownsByID "io-board-" $ioBoard}} {{end}}
{{with $sensorOutput := addInt $m79Int 220}} {{modeDataModalByID "sensor-output-" $sensorOutput}} {{end}}


{{displayLanguage "low_limit"}}
{{displayLanguage "high_limit"}}
{{end}} {{end}}