Znaleziono 2 wyniki
- 09 lis 2019, 22:28
- Forum: LinuxCNC (dawniej EMC2)
- Temat: Komunikat o błędzie
- Odpowiedzi: 77
- Odsłony: 5319
Re: Komunikat o błędzie
VB znośnie chodzi dopiero na i7
- 09 lis 2019, 17:02
- Forum: LinuxCNC (dawniej EMC2)
- Temat: Komunikat o błędzie
- Odpowiedzi: 77
- Odsłony: 5319
Re: Komunikat o błędzie
EMC_TASK_PLAN_RUN - stawiam na jakieś przypadkowe sygnały na wejściach (->zakłócenia),
program nie jest przerywany, wykrywany jest stan (sygnał) który nie powinien wystąpić...
np. command (EMC_TASK_PLAN_RUN) cannot be executed until the machine is out of E-stop and turned on - może coś takiego...
w kodzie:
EMC_TASK_PLAN_RUN* run_msg [static]
Definition at line 421 of file emctaskmain.cc.
EMC_TASK_PLAN_RUN taskPlanRunCmd [static]
Definition at line 428 of file emctaskmain.cc.
program nie jest przerywany, wykrywany jest stan (sygnał) który nie powinien wystąpić...
np. command (EMC_TASK_PLAN_RUN) cannot be executed until the machine is out of E-stop and turned on - może coś takiego...
w kodzie:
Kod: Zaznacz cały
case EMC_TASK_PLAN_STEP_TYPE:
// handles case where first action is to step the program
taskPlanRunCmd.line = 1; // run from start
// FIXME-- can have GUI set this; send a run instead of a step
retval = emcTaskIssueCommand(&taskPlanRunCmd);
// issuing an EMC_TASK_PLAN_RUN message clears the stepping
// flag-- reset it here
stepping = 1; // set step flag
steppingWait = 0; // don't wait for first one
break;
EMC_TASK_PLAN_RUN* run_msg [static]
Definition at line 421 of file emctaskmain.cc.
EMC_TASK_PLAN_RUN taskPlanRunCmd [static]
Definition at line 428 of file emctaskmain.cc.