View Full Version : Macro for Output in Milliseconds


Joey
04-28-2008, 05:28 AM
Being a total macro newb I have been banging my head on this.
I would like to have a macro that turns on Output1 for a given time period and then turns it off again.

Ideally I`d like to be able to call the macro (say 999) from a Gcode Prog or MDI and include any time value
EG: M999P2000
where P2000 is 2 secs
I realize that the P word relates to dwell, I`m just using that as an example.

Does this need to be in a macro ? Is it possible to activate Output1 from the Gcode with a time value any other way.


tnx for any help