This commit is contained in:
2024-09-17 11:22:24 +02:00
parent 2b501490dd
commit 825c941b59
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ if ( static.counter<0.105 ) {
if(static.VMState==-1) {
#- Trigg MR sync for all virt axes
mc_grp_set_mr_sync_next_poll(${GRP_ID_VA},1);
mc_grp_sync_act_set(${GRP_ID_VA},1);
#- RM are no longer in motion
#- -1 -> 0
@@ -84,7 +84,7 @@ else if(static.VMState==0) {
println('0 -> 1');
static.VMState:=1;
#- Disable MR sync for all virt axes
mc_grp_set_mr_sync_next_poll(${GRP_ID_VA},0);
mc_grp_sync_act_set(${GRP_ID_VA},0);
};
}

View File

@@ -1,5 +1,5 @@
#- Configuration scripts
require ecmccfg sandst_a,"ECMC_VER=sandst_a,ENG_MODE=1,EC_RATE=100"
require ecmccfg,"ENG_MODE=1,EC_RATE=100"
#- Components lib
require ecmccomp