Hello,
It looks like the fb "MC_TouchProbe" doesn't work.
Does someone has experience with Touch Probe with codesys SoftMotion.
Hello
If you wand to use the probe function in the Drive the easyed way is to add the signal word to the drive telegramm.
See the discribtion.
And then you can add the drive function to the signal comand word and to the siganl staus word.
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,
Is this still an issue or can this topic be closed?
It is an issue the MC_TouchProbe should work with the Drive
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.
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
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.