FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
05-19-2023 04:58 PM
I am using ctrlx VRS1.20.0 and Indradrive CS. I am unable to home over a long distance without getting the F2037 fault. A complete parameter backup is attached. (extension chagned to txt because par would not upload)
Solved! Go to Solution.
05-24-2023 09:31 AM
Looking at the parameters we see the following:
The drive is still getting the last valid position command with 200,6 mm, but already gets a new position command in the next cycle with 15 mm. This seems like it is the end position after homing but the homing seems not to be really finished. Getting from 200,6 mm to 15 mm in one NC cycle of 2 ms would need a velocity of 5 568 m/min which is out of the limits --> Therefor error F2037 shows up.
Please create an oscilloscope reading in the drive using the signals with time base 2 ms:
- actual position (S-0-0051)
- actual speed (S-0-0040)
- command position from NC (P-0-0047)
- diagnostic message number (S-0-0390)
and trigger on the error F2037 with Pre-Trigger set on 80%.
05-25-2023 03:02 PM
I reported this issue a while back. The issue was confirmed and was to be fixed in RM21.11 at least for ctrlX DRIVE. I did request it to be fixed for IndraDrive too, but don't know what if anything was done for either drive.
I believe the issue is due to the C0600 Command taking over the Position Control and once finished it turns it back over ot the ctrlX CORE. So the CORE last had the prior Position Command value from before the C0600 Command and when it gets control back after C0600 completes it wants to instantly repopulate the Position Command with the old position hence the big jump which causes the error.
05-26-2023 09:11 AM
I did some tests with 1.20 and IndraDrive. Drive controlled homing works fine when using MotionInterface SetupMode.
arAxisCtrl_gb[Axis.AxisNo].Admin._OpModeBits.MODE_SETUP
arAxisCtrl_gb[Axis.AxisNo].SetupMode.Home
arAxisCtrl_gb[Axis.AxisNo].SetupMode.HomeRefPos
SetupMode is using ML_AxsHoming internally. So assume it would also work when you use ML_AxsHoming directly.
05-26-2023 01:14 PM
05-26-2023 10:44 PM
Hi @Drives_Uwe, attached is a scope. I changed the extension from .scope to .zip.
06-06-2023 06:39 PM
Hi @Drives_Uwe, any thoughts on this scope?
06-07-2023 08:29 AM
I had a look to the scope.
You see that right before the C0600 is finished the control is switching the command value (P47) from a value close to the actual position to -260mm. This jump in the commanded position is the reason for the F2037.
If you are able to do an other oszi plot, then please add the status information S135 and P115. Then we have the possibility to get some more drive status information
There is an E4071 also present, that indicates an problem with EtherCAT communication (parameter channel). For further diagnostic the parameterfile is need to get the detail diagnostiv for this warning.
06-07-2023 09:50 PM
@Trumpf_Gunnar, yes, I can get that scope. The E4071 is an open topic linked here.
06-08-2023 08:52 PM
@Trumpf_Gunnar, scope is attached. (renamed from .scope to .zip)
06-12-2023 05:58 PM - last edited on 06-13-2023 07:23 AM by CodeShepherd
As we have seen, a bug report has already been generated for this.
PS Only visible to internal persons: Bug 672946: F2037 with Homing, ctrlx VRS1.20.0
09-16-2023 12:41 PM
Hello,
Do we have update on this topic?
10-11-2023 05:30 AM - last edited on 10-12-2023 10:25 AM by CodeShepherd
Hello,
we have already created a bug ticket: Bug 695604: F2037 with Homing, ctrlx VRS1.20.0 - Copy
and still waiting for the response of the colleague.
10-11-2023 05:31 AM
Hello Alex, do you have any update for this topic? Or do you still need remote help from our side?
10-11-2023 07:37 PM
Hello @Jin, yes, I am still in need of help but have not been able to get time on the machine. I will update the ticket. Hoping to have some time later this week.
10-13-2023 07:56 AM - edited 10-13-2023 07:56 AM
Did you try to use the command ML_AxsSetIpoPosFromActPos (see online documentation) before deactivating C0600? That will use the actual position of the drive and write it into the interpolated position of the motion.
Did some test for other customers yesterday that did following:
10-13-2023 08:58 PM
Thanks @CodeShepherd but this problem occurs while the homing is active for me. It is a fault during the homing so I am not able to call the function in the meantime because the homing does not complete.
10-27-2023 03:45 PM
@CodeShepherd, any other recommendations or developements on this topic?
02-16-2024 02:03 PM - edited 02-16-2024 02:04 PM
As we implemented improvements into our ctrlX MOTION and MC_Home function block, please do a test with system patch version 1.20.7. Including ctrlX AUTOMATION - Motion 1.20.11, ctrlX AUTOMATION - PLC 1.20.6 and ctrlX WORKS 1.20.10 and tell us the results. The software should available beginning of next week or send me a private message with your contact data, then I will send it to you.
03-08-2024 03:23 PM
This issue seems to be resolved with the new PLC / Motion / Works versions. I was not able to recreate the F2037 fault anymore. Please consider this resolved.