FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
11-30-2022 11:12 AM
Hello,
It looks like the fb "MC_TouchProbe" doesn't work.
Does someone has experience with Touch Probe with codesys SoftMotion.
Solved! Go to Solution.
12-13-2022 07:54 AM
12-14-2022 08:49 AM
Same problem here,
Yes, with the Signal Ctrl Word and Status Word works but this is via parameters, not Softmotion,
It should work with the MC_Touchprobe function block and I have also modified the .xml of the softmotion but the problem still persists,
01-16-2023 08:23 AM
Is this still an issue or can this topic be closed?
01-19-2023 12:44 PM
It is an issue the MC_TouchProbe should work with the Drive
01-30-2023 07:02 AM
hi,
I test probe function in drive with external signal, and it works.
First, you need to add signal word to drive telegram
Then, add the signal to PLC Data Layer Realtime node
And last, when the probe signal triggered, you can got the record position.
02-01-2023 09:43 AM
Yes, it works with the bFastLatching = FALSE that could do the thing in some applications (the probe is executed in the cycle of the task)
Ideally it should be executed in the Drive with the bFastLatching = TRUE, however it seems that this option is not working
03-17-2023 11:22 AM
I do agree with Eric.
We need to read the position which has been latched by the drive in order to be acurate
MC-touch prode doesn't work because My goal is to get rid of the PlcTask.
I tried to read the latched position S130 of the drive In the AT but then there is a problem because S130 if not in the same unit of the Feedback position of Codesys soft which is calculated in the PLC.
09-13-2023 03:13 PM
09-21-2023 03:41 PM
The problems do arise, because there is no official driver for the CtrlX Drive SoE yet, and you did probably use the standard SoE drive driver for the drive.
The development of the SoE driver for the IndraDrive is still in progress (stand 09.2023) and there are still a few problems here (including with the TouchProbe), which are not yet finally addressed.
Information received on this topic (for a current solution/workaround, that the MC_TouchProbe should also work here) is:
- remove S-0-0405 and S-0409 from the MDT and include these parameters in the real-time control bits S-0-0301 and S-0-0305.
(See attachment)
So as soon as the driver development for CtrlX Drive SoE is finished, and available, the problem will be solved.