Adding Buttons to Axis
- Blume
- Offline
- Senior Member
-
Less
More
- Posts: 42
- Thank you received: 2
28 Sep 2020 14:07 #184173
by Blume
Adding Buttons to Axis was created by Blume
Hi,
i want to add some Buttons with Glade to my axis Panel. I want a Button M3 thats works when my Program is still running. I just don't know how to do it so that it works.
i want to add some Buttons with Glade to my axis Panel. I want a Button M3 thats works when my Program is still running. I just don't know how to do it so that it works.
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 19975
- Thank you received: 6783
28 Sep 2020 21:05 #184216
by tommylight
Replied by tommylight on topic Adding Buttons to Axis
I do not think the M3 will work when in Auto mode and the program is running, but i might be wrong.
I am sure it does not work in Axis GUI.
I am sure it does not work in Axis GUI.
Please Log in or Create an account to join the conversation.
- Blume
- Offline
- Senior Member
-
Less
More
- Posts: 42
- Thank you received: 2
29 Sep 2020 06:22 #184241
by Blume
Replied by Blume on topic Adding Buttons to Axis
Hi.
Sometimes when I start the code of a certain place The m3 command is not active. I must to start the spindle manual
Sometimes when I start the code of a certain place The m3 command is not active. I must to start the spindle manual
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
Less
More
- Posts: 11148
- Thank you received: 3705
29 Sep 2020 07:02 - 29 Sep 2020 07:15 #184244
by rodw
Replied by rodw on topic Adding Buttons to Axis
YOU probably do not have a feedrate set
eg
M3 S100
eg
M3 S100
Last edit: 29 Sep 2020 07:15 by rodw.
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
-
Less
More
- Posts: 2245
- Thank you received: 481
29 Sep 2020 07:15 #184246
by Clive S
Do you mean S100
Replied by Clive S on topic Adding Buttons to Axis
YOU probably do not have a feedrate set
eg
M3 F100
Do you mean S100
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
Less
More
- Posts: 11148
- Thank you received: 3705
29 Sep 2020 07:16 #184248
by rodw
Replied by rodw on topic Adding Buttons to Axis
I knew I had something wrong! You can tell I have never used a spindle!
ANd the spindle at speed signal must be activated before it will move
ANd the spindle at speed signal must be activated before it will move
Please Log in or Create an account to join the conversation.
- Reinhard
- Offline
- Platinum Member
-
Less
More
- Posts: 508
- Thank you received: 94
29 Sep 2020 14:39 #184298
by Reinhard
When you want to start anywhere in the file, you have to think, what commands/informations the machine needs to workout what you want.
Think of
creating a fancy button is not the right solution to your problem.
Replied by Reinhard on topic Adding Buttons to Axis
You can NOT start at arbitrary file position.Sometimes when I start the code of a certain place The m3 command is not active.
When you want to start anywhere in the file, you have to think, what commands/informations the machine needs to workout what you want.
Think of
- units of measure (G20 inch/ G21 mm)
- distance mode (G90 absolute / G91 relative)
- Coordinate system (G53 - G59)
- Spindle Speed (i.e. S20000)
- feed (F300)
- enable spindle (M3)
- cooling (M7/M8)
- tool length compensation (G43)
- tool radius compensation (G41/G42)
creating a fancy button is not the right solution to your problem.
Please Log in or Create an account to join the conversation.
Time to create page: 0.168 seconds