blob: b596d971209d4daaf9a4f90a891a04417efef39a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Include your customized HAL commands here
# This file will not be overwritten when you run stepconf again
# Load ClassicLadder
loadrt classicladder_rt
# Add the ClassicLadder refresh function to the servo thread
addf classicladder.0.refresh servo-thread
# Load the ladder
loadusr classicladder --nogui estop.clp
|