-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ErrorID #89
Comments
Opening the STO or Disabling before stopping the axis will create error 16992, this is expected. To prevent these error messages, you can first stop the axis using the method Stop(). 4260 | 16992 | Monitoring | "Controller enable" Controller enable for the axis or for a coupled slave axis is not present (see axis interface PlcToNc). This error occurs if the controller enable is withdrawn while an axis or a group of axes (also a master/slave group) is being actively positioned. The error also occurs if a PTP axis or a coupled slave axis is started without controller enable. 16992: https://infosys.beckhoff.com/content/1033/tcncerrcode2/513129739.html?id=2564349323816727852 |
I know the error, my question was related to your component… why 18000 error has been found on errorid and why 16992 not
Inviato da Outlook per iOS<https://aka.ms/o0ukef>
…________________________________
Da: mcclureTC ***@***.***>
Inviato: Thursday, January 16, 2025 5:58:36 PM
A: Beckhoff-USA-Community/SPT-Libraries ***@***.***>
Cc: Giordano Ceccarini ***@***.***>; Author ***@***.***>
Oggetto: Re: [Beckhoff-USA-Community/SPT-Libraries] ErrorID (Issue #89)
Opening the STO or Disabling before stopping the axis will create error 16992, this is expected. To prevent these error messages, you can first stop the axis using the method Stop().
4260 | 16992 | Monitoring | "Controller enable" Controller enable for the axis or for a coupled slave axis is not present (see axis interface PlcToNc). This error occurs if the controller enable is withdrawn while an axis or a group of axes (also a master/slave group) is being actively positioned. The error also occurs if a PTP axis or a coupled slave axis is started without controller enable.
16992: https://infosys.beckhoff.com/content/1033/tcncerrcode2/513129739.html?id=2564349323816727852
—
Reply to this email directly, view it on GitHub<#89 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AI6RZBSLAH6KLTF2OW5DOHD2K7QLZAVCNFSM6AAAAABVKA3BEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJWGI2DIMBTGE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I see. Very very strange. May I have your example? I use 4024.64
Inviato da Outlook per iOS<https://aka.ms/o0ukef>
…________________________________
Da: mcclureTC ***@***.***>
Inviato: Thursday, January 16, 2025 8:19:57 PM
A: Beckhoff-USA-Community/SPT-Libraries ***@***.***>
Cc: Giordano Ceccarini ***@***.***>; Author ***@***.***>
Oggetto: Re: [Beckhoff-USA-Community/SPT-Libraries] ErrorID (Issue #89)
The error 16992 is working properly for me:
image.png (view on web)<https://github.com/user-attachments/assets/3b8221cf-a91c-4e41-b355-be3b02e2f0a8>
The error 18000 is related to hardware and I am not able to test this. It might be better contact your local support.
—
Reply to this email directly, view it on GitHub<#89 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AI6RZBTE42H3GF67QMWZF7T2LAA53AVCNFSM6AAAAABVKA3BEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJWGYZDAMJYGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
[cid:0eaeaca9-c6d7-4c5c-91a1-d76f48b6bc62][cid:0c460d07-74da-42a2-af43-46213702058f]
As you can see, in my side no error
…________________________________
Da: mcclureTC ***@***.***>
Inviato: giovedì 16 gennaio 2025 20:19
A: Beckhoff-USA-Community/SPT-Libraries ***@***.***>
Cc: Giordano Ceccarini ***@***.***>; Author ***@***.***>
Oggetto: Re: [Beckhoff-USA-Community/SPT-Libraries] ErrorID (Issue #89)
The error 16992 is working properly for me:
image.png (view on web)<https://github.com/user-attachments/assets/3b8221cf-a91c-4e41-b355-be3b02e2f0a8>
The error 18000 is related to hardware and I am not able to test this. It might be better contact your local support.
—
Reply to this email directly, view it on GitHub<#89 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AI6RZBTE42H3GF67QMWZF7T2LAA53AVCNFSM6AAAAABVKA3BEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJWGYZDAMJYGY>.
You are receiving this because you authored the thread.
|
I have another question.
In case I have a master running at speed and slave axis stop. May I start slave with Gear? Normally I use MC_GearInVelo for this
…________________________________
Da: mcclureTC ***@***.***>
Inviato: giovedì 16 gennaio 2025 20:19
A: Beckhoff-USA-Community/SPT-Libraries ***@***.***>
Cc: Giordano Ceccarini ***@***.***>; Author ***@***.***>
Oggetto: Re: [Beckhoff-USA-Community/SPT-Libraries] ErrorID (Issue #89)
The error 16992 is working properly for me:
image.png (view on web)<https://github.com/user-attachments/assets/3b8221cf-a91c-4e41-b355-be3b02e2f0a8>
The error 18000 is related to hardware and I am not able to test this. It might be better contact your local support.
—
Reply to this email directly, view it on GitHub<#89 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AI6RZBTE42H3GF67QMWZF7T2LAA53AVCNFSM6AAAAABVKA3BEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJWGYZDAMJYGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Internally the FB_Component_BasicSlaveAxis uses MC_GearInMultiMaster which supports coupling to an axis that is already moving. |
Thanks. I will try again and let you know because this morning I heared a “bump” when start gear and master was in run
Inviato da Outlook per iOS<https://aka.ms/o0ukef>
…________________________________
Da: mcclureTC ***@***.***>
Inviato: Friday, January 17, 2025 3:37:25 PM
A: Beckhoff-USA-Community/SPT-Libraries ***@***.***>
Cc: Giordano Ceccarini ***@***.***>; Author ***@***.***>
Oggetto: Re: [Beckhoff-USA-Community/SPT-Libraries] ErrorID (Issue #89)
Internally the FB_Component_BasicSlaveAxis uses MC_GearInMultiMaster which supports coupling to an axis that is already moving.
—
Reply to this email directly, view it on GitHub<#89 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AI6RZBS5THQAHITLFECWUTT2LEISLAVCNFSM6AAAAABVKA3BEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJYGUYDONRVHE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Did you see my pictures about error 16992?
Inviato da Outlook per iOS<https://aka.ms/o0ukef>
…________________________________
Da: mcclureTC ***@***.***>
Inviato: Friday, January 17, 2025 3:37:25 PM
A: Beckhoff-USA-Community/SPT-Libraries ***@***.***>
Cc: Giordano Ceccarini ***@***.***>; Author ***@***.***>
Oggetto: Re: [Beckhoff-USA-Community/SPT-Libraries] ErrorID (Issue #89)
Internally the FB_Component_BasicSlaveAxis uses MC_GearInMultiMaster which supports coupling to an axis that is already moving.
—
Reply to this email directly, view it on GitHub<#89 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AI6RZBS5THQAHITLFECWUTT2LEISLAVCNFSM6AAAAABVKA3BEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJYGUYDONRVHE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Yes, you are right.
By default flag AdvancedSlaveDynamics is FALSE and no Acceleration is considered (JUMP to master velo without ramp).
In your component how can I set TRUE flag AdvancedSlaveDynamics? For my test I did not use SPT Framework
…________________________________
Da: mcclureTC ***@***.***>
Inviato: venerdì 17 gennaio 2025 15:37
A: Beckhoff-USA-Community/SPT-Libraries ***@***.***>
Cc: Giordano Ceccarini ***@***.***>; Author ***@***.***>
Oggetto: Re: [Beckhoff-USA-Community/SPT-Libraries] ErrorID (Issue #89)
Internally the FB_Component_BasicSlaveAxis uses MC_GearInMultiMaster which supports coupling to an axis that is already moving.
—
Reply to this email directly, view it on GitHub<#89 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AI6RZBS5THQAHITLFECWUTT2LEISLAVCNFSM6AAAAABVKA3BEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJYGUYDONRVHE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I create an instance of FB_Component_BasicAxis on MAIN.
Call .CyclicLogic() on MAIN.
I Create a machine state to run simple test.
Everything is fine.
Now I generated 2 error condition whike running:
Scenario 1 give me TwinCAT error 16992 and also your component give me error 16992 as Logged events, but why ErrorID in Component give 0
Scenario 2 give me TwinCAT error 18000 and also your component give me error 18000 as Logged events and now ErrorID in Component give 18000
Is it correct? is it what you expect? I think also scenario 1 should give me 16992
Regards
Giordano
AB#6416
The text was updated successfully, but these errors were encountered: