|
[Ken's Blog]
|
Saving to Memory Stick
by Ken Cobb
|
November 18, 2009, 07:33:56 PM
|
|
[Ken's Blog]
|
Macro Programming & the .LIB file
by CUSP
|
November 17, 2009, 09:41:45 PM
|
|
[Ken's Blog]
|
Turning the CAS on and Off in the “Program”
by CUSP
|
November 17, 2009, 09:40:26 PM
|
|
[Ken's Blog]
|
Modifying the Admac Postprocessor
by okoz
|
November 06, 2009, 03:02:41 AM
|
|
[Ken's Blog]
|
The new site theme
by Shawn
|
October 21, 2009, 08:42:10 PM
|
|
[Ken's Blog]
|
THINC API
by BobCpc
|
October 09, 2009, 06:27:47 PM
|
|
[Ken's Blog]
|
Upgrade your P200 control
by mquVolk
|
October 08, 2009, 08:56:05 PM
|
|
[Ken's Blog]
|
File compare software (free)
by Ken Cobb
|
October 07, 2009, 07:44:23 AM
|
|
[Ken's Blog]
|
Re: Saving to Memory Stick
by Ken Cobb
|
November 18, 2009, 07:33:56 PM
|
|
[Ken's Blog]
|
Re: Saving to Memory Stick
by bozlawless
|
November 18, 2009, 05:35:21 PM
|
|
[Ken's Blog]
|
Re: Macro Programming & the .LIB file
by CUSP
|
November 17, 2009, 09:41:45 PM
|
|
[Ken's Blog]
|
Re: Turning the CAS on and Off in the “Program”
by CUSP
|
November 17, 2009, 09:40:26 PM
|
|
[Ken's Blog]
|
Re: Modifying the Admac Postprocessor
by okoz
|
November 06, 2009, 03:02:41 AM
|
|
[Ken's Blog]
|
Re: Modifying the Admac Postprocessor
by BobCpc
|
October 30, 2009, 03:43:37 PM
|
|
[Ken's Blog]
|
Re: Modifying the Admac Postprocessor
by okoz
|
October 27, 2009, 03:36:06 AM
|
|
[Ken's Blog]
|
Re: Modifying the Admac Postprocessor
by BobCpc
|
October 22, 2009, 05:27:11 PM
|
tool packages and saving offset files
We have a multus with 80 tool stations. My problem is that 80 tools wasn't enough. So I am starting tool package number 2. Is there away to save all offsets in the machine under a title of tool package 1, or do I have to some how download all offsets in order to save them.
2 comments |
Write Comment
THINC API
September 24, 2009, 10:13:17 AM by byersjus
Anyone use the THINC API to create applications that actually interact with the P200 control?
I'm getting version 1.9.1.0 installed soon, and my first goal is to create a new interface for our ChipBlaster high-pressure coolant system on our Multus B300-W. The coolant off override button doesn't affect the high-pressure so when single-blocking a setup you can't stop the coolant to look at something. I have to leave the codes out for setup and add them in once running. At the very least I want to make a program that can issue the off M-code signal while a program is running.
I heard that someone already made this using the API? Do they use this board?
Ken, how about a forum for the API? I wasn't sure where to post this question. I thought maybe the Visual Basic programming section, but it's a little more specific than that (and I write in C#).
5 comments |
Write Comment
Modifying the Admac Postprocessor
September 23, 2009, 01:52:21 PM by BobCpc
Any info on the Admac Postprocessor area would be great.
Current Goal:
To move the Coolants ON location & and test if the coolant Off command is needed.
Condition:
High Pressure pump fire up for about 1 sec.
H1 is told to index which forces Coolant OFF
Because coolant goes OFF then our MistBlaster High Suction Fan Kicks ON
H1 indexes
High Pressure pump fire up, MistBlaster High Suction Fan Off.
My goal is to move the Coolant ON command to the line after the TL= BT=1
M602
Where in Admac:
Goto | Tools | Parameter set | Parameter Setting window, Postprocessor tab,
Click details
Postprocessor window
Tool Exchange Data tab
Categories are
Initial, Before approach (turning), Approach from index position, etc...
There is a list of variables but judging from what happens when one of these
are modified there must be more than just a variables list. Like conditional
branching if/then.
Current Post Output:
MT=
TC=
M321
G97 S (GEAR) (spin dir)
M175 (High pres coolant ON)
G20 HP=4
TL= BT=1 M602
(Do some cutting)
G40
G80
G00 Z (safe Z pos)
G97 S
(Coolant(s) OFF) “Should be a conditional test, if next tool is not equal to current tool issue coolant off”
M01
(next process same tool)
MT=
G97 S
M175 (Coolant back ON) “this is fine”
(goto position & call tool offsets)
(Do some cutting)
G40
G80
(Coolant(s) OFF) “Should be a conditional test if next tool not equal to current tool issue coolant off”
G20 HP=4
M01
(next process)
...
6 comments |
Write Comment
Program protect
May 24, 2009, 10:03:53 PM by Kiran
Where do I find the program protect key on a U100L control?
Please help.
2 comments |
Write Comment
File compare software (free)
May 06, 2009, 07:06:21 PM by bflanagan
This is some free file compare software for CNC programs and more. There are a bevy of options including VB
4 comments |
Write Comment