Hello Guest it is May 05, 2024, 09:31:35 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TPS

1421
German / Re: hotkey foam cutter
« on: February 05, 2019, 03:42:16 AM »
Hallo,

diese Nummern sind nicht in der Auswahlliste für die OEM Buttons aufgeführt, einfach die Zahl reinschreiben.

1422
German / Re: hotkey foam cutter
« on: February 04, 2019, 02:34:36 AM »
Hallo,
hier http://www.machsupport.com/forum/index.php/topic,8211.0.html
ist ein bischen was und auf der Newfangled Hompage gibt's noch ein
Video.

Das war es aber meines Wissens nach schon.

Ja der Editor ist schlecht/schwer zu Bedienen, aber wenn man ein Weile rumspielt wird das schon.

Gruß Tom

1423
German / Re: hotkey foam cutter
« on: February 03, 2019, 07:07:55 AM »
Hallo,
1. die Datei XA_jog.brn in das Verzeichniss C:\Mach3\Brains kopieren.
2. Operator -> Brain control
3. in dem Fenster den Brain XA_Jog markieren
4. jetzt den Haken bei Enabled setzen
5. am besten Reload All Brains
6. mit OK das Fenster schliessen
7. Config -> Port's&Pin's -> Input signals bei OEM Trig#1  Enabled , Emulated und den entsprechenden Hotkey setzen
8. in Config -> System Hotkeys sicherstellen, das bei Trigger #1 ein -1 drinsteht

dann sollte das klappen.

1424
German / Re: hotkey foam cutter
« on: February 02, 2019, 06:13:07 AM »
OEMButton 352 enables jog for X and A
OEMButton 334 disables jog for X
OEMButton 337 disables jog for A

attached a small brain, witch should do the job

1425
G-Code, CAD, and CAM discussions / Re: G43T Mach3
« on: February 01, 2019, 07:05:16 AM »
thats what i thought also.

Thank You

1426
General Mach Discussion / Re: Lathe tool table
« on: February 01, 2019, 02:51:23 AM »
here:

https://www.youtube.com/watch?v=ewvp8jnof1E

is a good Video about probing.

1427
G-Code, CAD, and CAM discussions / Re: G43T Mach3
« on: February 01, 2019, 02:44:10 AM »
hello  Gerry,

thank you for the reply.

i am clear about the G43H.

i only ask about the G43T because i found this in a example for ATC and have
no idea what is does, or should do.

TPS 

1428
G-Code, CAD, and CAM discussions / G43T Mach3
« on: January 31, 2019, 12:13:43 PM »
Hi,

has anybody a document witch describes, or maybe knows what a

G43T+toolnumber

exactly does in Mach3.

1429
FAQs / Re: Mach3 Longarm Quilting Machine
« on: January 30, 2019, 02:02:55 PM »
Thank you for your reply.  Im not sure how to do all of this?

About number 2.  say maybe you have a square but its not 100% square can you maybe plot the 4 corners and insert your design into that

 

as sayed for 1. and 3. it will be easy to Switch an Output/relay on your breakout board (type??),
but how you can inplemet this on your quilting machine ??

1430
G-Code, CAD, and CAM discussions / Re: G0 strange movement
« on: January 30, 2019, 01:42:23 PM »
So,
after hours of fiddeling and testing, i found the Problem.

my TC macro (M6Start) was based on an example from CSMIO.

at the end of the macro was the following code to anunce the new tool to the System:

Code: [Select]
  SetCurrentTool( newtool )
  Code("G43T" & newtool)
  Code("G43H" & newtool)

i never thought about it >:D

but the G43T.. caused the Problem.

so i started to get informations what G43T.. exactly does (or should do),
without any success. :'(

so it is running now without this G43T..,and without knowing what is should do.
i can live with this.

TPS