FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We are updating our platform to a new
system.
Read more: Important
information on the platform change.
06-20-2023 01:21 PM
Hello
I was configuring codesys soft motion with 01V20 and following below link
But as per above link :i could not find settings related to new dialogs as below. what should be settings in these new dialogs while adding callable new dialogs in scheduler?These dialogs were not part of 01V16.
Thanks and Regards
Samkarshan V
Solved! Go to Solution.
06-20-2023 01:32 PM - edited 06-20-2023 01:37 PM
The so called sync points were added to be better able to sort the running order of callables. See description of the dialogues and see documentation of the function.
Wee will update the description accordingly latest when 1.20 will release as LTS (long term service) version and will be delivered in standard ordering process.
06-20-2023 01:34 PM
I am not able to call callable as per document . I am getting error as below
What settings needs to be done- for soft motion to work?
06-20-2023 02:06 PM - edited 06-20-2023 02:35 PM
The first pictures looks like there are spaces before and/or beside the argument. I just tested both possible methods in 1.20.0. Which version are you using exactly?
EDIT: Please check that there are no spaces, new lines etc around your argument.
Also check that there isn't already a PLC_EXTERNAL_EVENT with the same number is registered. I could reproduce your error message for that case.
Run index, call at the beginning of the task:
Complete scheduler configuration:
06-20-2023 02:15 PM
If "TASK_EXTERNAL_EVENT_01"is selected it works.
If ""TASK_EXTERNAL_EVENT_07" is selected as per documentation then it soes not work
06-20-2023 02:21 PM - edited 06-20-2023 02:37 PM
Please check that there are no spaces, new lines etc around your argument.
Also check that there isn't already a PLC_EXTERNAL_EVENT with the same number is registered. I could reproduce your error message for that case.
EDIT: Added this remarks to my answer above.
06-21-2023 11:13 AM
How do you create "TASK_EXTERNAL_EVENT_07" now?
I am able to create only "TASK_EXTERNAL_EVENT_01".
06-21-2023 03:28 PM
Main problem here was that there were old settings in the scheduler that prevented the creation to work. We reset the scheduler settings via posting "{}" to the data layer node "scheduler/admin/cfg/reset-programs". Afterwards added the EtherCat master callable to the task configuration by hand, as it did not automatically, and everything worked again like expected.