Execution of programs

Moderators: TomKerekes, dynomotion

Post Reply
IvanSiberia
Posts: 30
Joined: Fri Jun 17, 2022 11:21 am

Execution of programs

Post by IvanSiberia » Tue Jun 21, 2022 5:35 am

Good time. Does the execution of the C program affect the accuracy of the movement of the axes? Does the number of threads affect accuracy? Can I run movement with 5 axes and all 7 threads. Will accuracy suffer?

User avatar
TomKerekes
Posts: 2527
Joined: Mon Dec 04, 2017 1:49 am

Re: Execution of programs

Post by TomKerekes » Tue Jun 21, 2022 2:28 pm

No it has no effect on motion. It is performed on a 90us basis regardless. See here. It does reduce the amount of time the system has to process commands from the PC.
Regards,

Tom Kerekes
Dynomotion, Inc.

IvanSiberia
Posts: 30
Joined: Fri Jun 17, 2022 11:21 am

Re: Execution of programs

Post by IvanSiberia » Wed Jun 22, 2022 7:19 am

What is thread 0 handling?

User avatar
TomKerekes
Posts: 2527
Joined: Mon Dec 04, 2017 1:49 am

Re: Execution of programs

Post by TomKerekes » Wed Jun 22, 2022 4:30 pm

Thread 0 processes commands received from the PC.
Regards,

Tom Kerekes
Dynomotion, Inc.

Post Reply