[r4]: / trunk / SM3_Drive_RaspiStepper / SM3_Drive_RaspiStepper / Function Blocks / myGPIO / SetType / svnobj  Maximize  Restore  History

Download this file

9 lines (7 with data), 1.1 kB

1
2
3
4
5
6
7
8
{attribute 'conditionalshow'}
METHOD SetType
VAR
	
END_VAR
IF _iState = 10 THEN
	SUPER^.SetType();
END_IF