[r37]: / Monitor1 / CODESYS_Control_Win_V3 / Plc Logic / Application / FreqDriver / Freq_EMD_ELHART / IsRemote / svnobj  Maximize  Restore  History

Download this file

5 lines (4 with data), 935 Bytes

1
2
3
4
METHOD IsRemote : BOOL
VAR_INPUT
END_VAR
IsRemote := NOT(wINPUTS AND REMOTE_MASK) <> 0;