Adding Buttons to Axis

More
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.
Attachments:

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

More
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.

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

More
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

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

More
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
Last edit: 29 Sep 2020 07:15 by rodw.

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

More
29 Sep 2020 07:15 #184246 by Clive S
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.

More
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

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

More
29 Sep 2020 14:39 #184298 by Reinhard
Replied by Reinhard on topic Adding Buttons to Axis

Sometimes when I start the code of a certain place The m3 command is not active.

You can NOT start at arbitrary file position.
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)
You could enter all these commands in MDI-window and then switch to auto-mode and run "start from line"

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.111 seconds
Powered by Kunena Forum