[r4]: / trunk / SM3_Drive_RaspiStepper / SM3_Drive_RaspiStepper / Function Blocks / AXIS_REF_RaspiStepper / Config / IsIncludedInReceiveData / svnobj  Maximize  Restore  History

Download this file

13 lines (12 with data), 1.4 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
METHOD IsIncludedInReceiveData : BOOL
VAR_INPUT
	iParameterNumber: INT;
END_VAR
VAR
	i: INT;
CASE iParameterNumber OF
1101:
	IsIncludedInReceiveData := TRUE;
ELSE
	IsIncludedInReceiveData := FALSE;
END_CASE