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

Download this file

6 lines (5 with data), 1.0 kB

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