Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 825c941b59 |
+2
-2
@@ -26,7 +26,7 @@ if ( static.counter<0.105 ) {
|
|||||||
if(static.VMState==-1) {
|
if(static.VMState==-1) {
|
||||||
|
|
||||||
#- Trigg MR sync for all virt axes
|
#- 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
|
#- RM are no longer in motion
|
||||||
#- -1 -> 0
|
#- -1 -> 0
|
||||||
@@ -84,7 +84,7 @@ else if(static.VMState==0) {
|
|||||||
println('0 -> 1');
|
println('0 -> 1');
|
||||||
static.VMState:=1;
|
static.VMState:=1;
|
||||||
#- Disable MR sync for all virt axes
|
#- 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);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#- Configuration scripts
|
#- 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
|
#- Components lib
|
||||||
require ecmccomp
|
require ecmccomp
|
||||||
|
|||||||
Reference in New Issue
Block a user