fix readme

This commit is contained in:
dbraun1981
2021-03-13 17:22:51 +01:00
parent 421bc2013d
commit ae439fa0be

View File

@@ -20,27 +20,41 @@ Hal Example:
#Setup #Setup
loadrt [KINS]KINEMATICS loadrt [KINS]KINEMATICS
loadrt [EMCMOT]EMCMOT servo_period_nsec=[EMCMOT]SERVO_PERIOD num_joints=[KINS]JOINTS loadrt [EMCMOT]EMCMOT servo_period_nsec=[EMCMOT]SERVO_PERIOD num_joints=[KINS]JOINTS
(loadusr -W lcec_conf ethercat-conf.xml) (loadusr -W lcec_conf ethercat-conf.xml)
loadrt lcec loadrt lcec
loadrt cia402 count=3 loadrt cia402 count=3
loadrt pid names=x-pid,y-pid,z-pid loadrt pid names=x-pid,y-pid,z-pid
#Functions servo-thread #Functions servo-thread
addf lcec.read-all servo-thread addf lcec.read-all servo-thread
addf cia402.0.read-all servo-thread addf cia402.0.read-all servo-thread
addf cia402.1.read-all servo-thread addf cia402.1.read-all servo-thread
addf cia402.2.read-all servo-thread addf cia402.2.read-all servo-thread
addf motion/ PIDs / PCL / etc . addf motion/ PIDs / PCL / etc .
addf cia402.0.write-all servo-thread addf cia402.0.write-all servo-thread
addf cia402.1.write-all servo-thread addf cia402.1.write-all servo-thread
addf cia402.2.write-all servo-thread addf cia402.2.write-all servo-thread
addf lcec.write-all servo-thread addf lcec.write-all servo-thread
#nets ..... #nets .....