[r59]: / Monitor1 / CODESYS_Control_Win_V3 / Plc Logic / Application / FreqDriver / Freq_EMD_ELHART / SetFreq / svnobj  Maximize  Restore  History

Download this file

7 lines (6 with data), 1.1 kB

1
2
3
4
5
6
METHOD SetFreq: BOOL
VAR_INPUT
	wFREQ_NEW:	WORD;
TcpRequest.uiDataAddr := FREQ_WR_ADDR;
rdStatFreq.wFREQ_OLD := wFREQ_NEW;
SetFreq := SUPER^.SetFreq(wFREQ_NEW);