Serial Peripheral Interface
19 Jan 2017 15:34 #86157
by andypugh
Replied by andypugh on topic Serial Peripheral Interface
[quote="monkey_biz" post=86152RT-Kernel is what helps define real time intervals[/quote]
It is what ensures that certain bits of code are executed at well-defined intervals.
Quite often the entire G-code file has been interpreted and queued (behind the scenes) before the tool even touches the work.
It is what ensures that certain bits of code are executed at well-defined intervals.
No, Machinekit is a "fork" of LinuxCNC, it is a separate version of LinuxCNC that does all the same things, but in some ways slightly differently.MachineKit is a program that just defines the HAL configurations to connect I/O's from linuxCNC?
The G-code program is interpreted into a motion queue, and the queue is passed to real-time.and if G-code isn't real time how does it manage to have real time movement?
Quite often the entire G-code file has been interpreted and queued (behind the scenes) before the tool even touches the work.
Please Log in or Create an account to join the conversation.
- monkey_biz
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
20 Jan 2017 05:09 #86223
by monkey_biz
Replied by monkey_biz on topic Serial Peripheral Interface
ok so the G-code file has only the binary information in it? and if so where is this file written to in linux? I will need to access it
Please Log in or Create an account to join the conversation.
20 Jan 2017 10:18 #86235
by andypugh
No, it's the text file that defines the tool path. (or actuator path for a robot).
If you are still at the point of not knowing what G-code is, it is perhaps a bit early to be concerned about SPI hardware drivers.
Replied by andypugh on topic Serial Peripheral Interface
ok so the G-code file has only the binary information in it?
No, it's the text file that defines the tool path. (or actuator path for a robot).
If you are still at the point of not knowing what G-code is, it is perhaps a bit early to be concerned about SPI hardware drivers.
Please Log in or Create an account to join the conversation.
- monkey_biz
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
21 Jan 2017 01:43 #86330
by monkey_biz
Replied by monkey_biz on topic Serial Peripheral Interface
Sorry yes, I understand the g-code. I misread and didn't see the part about the motion queue. My mistake.
Please Log in or Create an account to join the conversation.
Time to create page: 0.063 seconds