[r1]: / tags / Release_0.0.0.1 / Projectexample / CODESYS_Control_for_Raspberry_Pi / Plc Logic / Application / PLC_PRG / svnobj  Maximize  Restore  History

Download this file

8 lines (7 with data), 1.6 kB

1
2
3
4
5
6
7
PROGRAM PLC_PRG
VAR
	sud: SMC_StartupDrive;
	sud_A2: SMC_StartupDrive;
END_VAR	
Sud(Axis:=SM_Drive_RaspiStepper);
Sud_A2(Axis:=SM_Drive_RaspiStepper_1);