How do I can control 2 machenes by 1 linuxcnc CPU.
- yasu090915
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
23 Sep 2015 14:39 - 23 Sep 2015 19:27 #62879
by yasu090915
How do I can control 2 machenes by 1 linuxcnc CPU. was created by yasu090915
Hello everybody.
I want to independently control multiple machines in one of LinuxCNC machine respectively.
For example, x, y, z-axis, within the machine A, u, v, w axis, the inside of the machine B.
It is possible to prepare a plurality of terminals.
If there is other way, but still good.
Is it, it can be?
If possible, please introduce a reference manual or url.
Thank you.
I want to independently control multiple machines in one of LinuxCNC machine respectively.
For example, x, y, z-axis, within the machine A, u, v, w axis, the inside of the machine B.
It is possible to prepare a plurality of terminals.
If there is other way, but still good.
Is it, it can be?
If possible, please introduce a reference manual or url.
Thank you.
Last edit: 23 Sep 2015 19:27 by yasu090915.
Please Log in or Create an account to join the conversation.
- LearningLinuxCNC
-
- Offline
- Elite Member
-
Less
More
- Posts: 319
- Thank you received: 48
23 Sep 2015 19:30 #62884
by LearningLinuxCNC
Replied by LearningLinuxCNC on topic How do I can control 2 machenes by 1 linuxcnc CPU.
I think we all need a little clarification on what you are trying to do.
Are you trying to:
1. Control two separate machines with two separate interfaces running two separate g-code files at the same time?
2. Control two separate machines with two separate interfaces, but the machines will never be running at the same time? (Close first interface and open another to run second machine.)
3. Control two separate machines as one machine with one interface running a single g-code file to operate both machines at the same time?
This will help us answer correctly.
Are you trying to:
1. Control two separate machines with two separate interfaces running two separate g-code files at the same time?
2. Control two separate machines with two separate interfaces, but the machines will never be running at the same time? (Close first interface and open another to run second machine.)
3. Control two separate machines as one machine with one interface running a single g-code file to operate both machines at the same time?
This will help us answer correctly.
Please Log in or Create an account to join the conversation.
- yasu090915
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
24 Sep 2015 07:06 #62922
by yasu090915
Replied by yasu090915 on topic How do I can control 2 machenes by 1 linuxcnc CPU.
I would like to thank your exact question.
The answer is No1.
>1. Control two separate machines with two separate interfaces running two separate g-code files at the same time?
I respectively, to be controlled by a separate timing.
It is, for example, by a separate g-code or ngc files called from a separate thread of Python.
The answer is No1.
>1. Control two separate machines with two separate interfaces running two separate g-code files at the same time?
I respectively, to be controlled by a separate timing.
It is, for example, by a separate g-code or ngc files called from a separate thread of Python.
Please Log in or Create an account to join the conversation.
- LearningLinuxCNC
-
- Offline
- Elite Member
-
Less
More
- Posts: 319
- Thank you received: 48
24 Sep 2015 07:17 #62924
by LearningLinuxCNC
Replied by LearningLinuxCNC on topic How do I can control 2 machenes by 1 linuxcnc CPU.
I don't believe that No1. is possible with a normal LinuxCNC install. I can only have one instance of LinuxCNC running on my computer at once.
Someone else can chime in and confirm or deny this.
Someone else can chime in and confirm or deny this.
Please Log in or Create an account to join the conversation.
- yasu090915
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
24 Sep 2015 07:29 - 24 Sep 2015 07:29 #62927
by yasu090915
Replied by yasu090915 on topic How do I can control 2 machenes by 1 linuxcnc CPU.
Thank you for your reply.
To many of you, I want to question the possibility.
To many of you, I want to question the possibility.
Last edit: 24 Sep 2015 07:29 by yasu090915.
Please Log in or Create an account to join the conversation.
- yasu090915
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
24 Sep 2015 08:40 #62929
by yasu090915
Replied by yasu090915 on topic How do I can control 2 machenes by 1 linuxcnc CPU.
To many of everyone.
Achievement method can be any such means if 1CPU.
For example, two of linuxcnc instance is able to start, if for each can move independently, does not matter it.
Whether, please bestowed a good idea.
Achievement method can be any such means if 1CPU.
For example, two of linuxcnc instance is able to start, if for each can move independently, does not matter it.
Whether, please bestowed a good idea.
Please Log in or Create an account to join the conversation.
- Todd Zuercher
-
- Offline
- Platinum Member
-
Less
More
- Posts: 4987
- Thank you received: 1455
24 Sep 2015 10:32 #62932
by Todd Zuercher
Replied by Todd Zuercher on topic How do I can control 2 machenes by 1 linuxcnc CPU.
I think the best way to control two machines running separate code from a single console at this point would be to have a seperate pc for each machine then either control one remotely from the other or both remotely from a third.
Please Log in or Create an account to join the conversation.
- yasu090915
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
24 Sep 2015 14:16 #62937
by yasu090915
Replied by yasu090915 on topic How do I can control 2 machenes by 1 linuxcnc CPU.
Thank you for your reply.
Explanation might be missing I write briefly.
Hardware that is allowed only one BeagleBone Black CPU board and the necessary driver.
Console is a virtual console of X11Dummy.
(Currently, this in only one instance has been controlled from Python)
Continue, I will look forward to a good idea.
Explanation might be missing I write briefly.
Hardware that is allowed only one BeagleBone Black CPU board and the necessary driver.
Console is a virtual console of X11Dummy.
(Currently, this in only one instance has been controlled from Python)
Continue, I will look forward to a good idea.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23288
- Thank you received: 4936
24 Sep 2015 22:57 #62948
by andypugh
LinuxCNC does not run on the BeagleBone.
You need Machinekit. It is possible that Machinekit can do what you want to do. Ask them..
Replied by andypugh on topic How do I can control 2 machenes by 1 linuxcnc CPU.
Hardware that is allowed only one BeagleBone Black CPU board and the necessary driver.
LinuxCNC does not run on the BeagleBone.
You need Machinekit. It is possible that Machinekit can do what you want to do. Ask them..
Please Log in or Create an account to join the conversation.
- yasu090915
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
25 Sep 2015 06:56 - 25 Sep 2015 07:02 #62963
by yasu090915
Replied by yasu090915 on topic How do I can control 2 machenes by 1 linuxcnc CPU.
>LinuxCNC does not run on the BeagleBone.
LinuxCNC Install MachineKit the current BeagleBone is running.
In reference to the following
blog.machinekit.io/p/machinekit_16.html
Thank you.
LinuxCNC Install MachineKit the current BeagleBone is running.
In reference to the following
blog.machinekit.io/p/machinekit_16.html
Thank you.
Last edit: 25 Sep 2015 07:02 by yasu090915.
Please Log in or Create an account to join the conversation.
Time to create page: 0.091 seconds