[r55]: / Monitor1 / CODESYS_Control_Win_V3 / Plc Logic / Application / FreqDriver / Freq_EMD_MINI / SetFreq / svnobj  Maximize  Restore  History

Download this file

6 lines (5 with data), 1.1 kB

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