CMS MAXIMA 4 axis Machine retrofit

More
15 Jun 2019 09:11 #136969 by Yannis
this mean that the pc is connected to the 7i76e correct?
Attachments:

Please Log in or Create an account to join the conversation.

More
15 Jun 2019 10:01 - 15 Jun 2019 10:02 #136970 by Yannis
I create 2 configurations
In the first one i only configure the x,y,z, and is opening
in the second one i try to configure one input and i have this debug message
what else do ni have to do?
Attachments:
Last edit: 15 Jun 2019 10:02 by Yannis.

Please Log in or Create an account to join the conversation.

More
15 Jun 2019 15:13 #136992 by PCW
That error is expected if you do not have field power supplied to to the 7I76Es isolated field I/O section ( orange connector )
The following user(s) said Thank You: Yannis

Please Log in or Create an account to join the conversation.

More
17 Jun 2019 09:21 #137109 by Yannis
The machine has ATC spindle and 30 linear tool position witch i want to utilize
what is the best way to approach this?

Please Log in or Create an account to join the conversation.

More
17 Jun 2019 10:11 #137112 by bevins

The machine has ATC spindle and 30 linear tool position witch i want to utilize
what is the best way to approach this?


Read up on remapping m6.
The following user(s) said Thank You: Yannis

Please Log in or Create an account to join the conversation.

More
17 Jun 2019 11:57 #137119 by andypugh

The machine has ATC spindle and 30 linear tool position witch i want to utilize
what is the best way to approach this?


Can you give more detail of the "linear tool position"? It is possible that the "carousel" HAL component would be useful, but equally possible that it might not.

Please Log in or Create an account to join the conversation.

More
17 Jun 2019 14:43 #137129 by Yannis
This is a photo of the machine from the net
what other info do you need?
Attachments:

Please Log in or Create an account to join the conversation.

More
17 Jun 2019 14:53 #137133 by andypugh
Right, so a rack tool changer which can be done entirely as a remapped G-code.

There is a sample config you can run, start LinuxCNC and choose:
sim->axis->remap->rack tool change
(You can run this on your live system or another PC, it doesn't try to move hardware and doesn't need hardware to run)

It needs a couple of lines in the INI file to specify the G-code subroutine to use when M6 is called:
github.com/LinuxCNC/linuxcnc/blob/master...cktoolchange.ini#L58
And then a G-code routine to calculate the correct position to move to based on the tool number:
github.com/LinuxCNC/linuxcnc/blob/master...ines/rack_change.ngc
The important part here is the use of M64 and M65 G-codes to set the values of the HAL pins that operate solenoids and brakes etc.
The main routine calls a sub-routine, you can find all the files here:
github.com/LinuxCNC/linuxcnc/tree/master...emap/rack-toolchange
The following user(s) said Thank You: Yannis

Please Log in or Create an account to join the conversation.

More
18 Jun 2019 09:32 #137178 by Yannis
I run the rack tool change simulation and i have 2 questions
1)the moves in the display is correct?
the machine after a tool change is moving to the next position before unlocked the previous tool

2)why always in the tool status preview is loaded tool number?
sud the tool number be 0 zero before the machine proceed to the next M6 move?

Please Log in or Create an account to join the conversation.

More
18 Jun 2019 10:45 #137179 by andypugh
It's a demo running in a simulation, and it might well be that the sequence is slightly wrong and nobody has noticed.
You would certainly want to be checking operation with no tools loaded as part of the configuration checking.
The sequencing is handled by G-code, so is easy to change.

The tool number display updates on an M6, I think, so unless you put an M6 T0 (or M61 Q0) your remap code you won't see the tool go to zero during the change. I have not experimented with two M6 codes in an M6 remap sub.


I have never experimented with two M6 commands in the
The following user(s) said Thank You: Yannis

Please Log in or Create an account to join the conversation.

Time to create page: 0.272 seconds
Powered by Kunena Forum