From 337bb2bbf613e3b40b270880a3c2f071f6199369 Mon Sep 17 00:00:00 2001 From: dbraun1981 Date: Sat, 13 Mar 2021 17:19:07 +0100 Subject: [PATCH] fix readme --- README.md | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 97b2b98..72e1112 100644 --- a/README.md +++ b/README.md @@ -13,23 +13,12 @@ The concept of integration in the correspondending task should be as following: - ################### ########### ######### ############ ##################### - - #HARDWARE INPUT # # CiA402 # #Motion # # CiA402 # # Hardware Output # - - ## like #-->>--#read_all #-->>>--#Pids #-->--#write_all #-->>--# like # - - #Ethercat read_all# # etc. # # # # # # Ethercat write_all# - - ################### ########### ######### ############ ##################### - + HARDWARE INPUT-->--CiA402_read-->--Motion-->--CiA402_write-->--Hardware Output + (lcec_read) (lcec_write) Hal Example: - - - ######### #Setup - ######### + loadrt [KINS]KINEMATICS loadrt [EMCMOT]EMCMOT servo_period_nsec=[EMCMOT]SERVO_PERIOD num_joints=[KINS]JOINTS (loadusr -W lcec_conf ethercat-conf.xml) @@ -37,9 +26,9 @@ Hal Example: loadrt cia402 count=3 loadrt pid names=x-pid,y-pid,z-pid - ########################## + #Functions servo-thread - ########################## + addf lcec.read-all servo-thread addf cia402.0.read-all servo-thread addf cia402.1.read-all servo-thread @@ -51,10 +40,11 @@ Hal Example: addf cia402.1.write-all servo-thread addf cia402.2.write-all servo-thread addf lcec.write-all servo-thread - ######################################### + #nets ..... + Modes of Operation: By default the component is set to CSP Mode, CSV Mode could be selected with an: