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.
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.