Hi by looking documentation 14. Remappable Codes 14.1. Existing codes which can be remapped
The current set of *existing* codes open to redefinition is: · Tx (Prepare) · M6 (Change tool) · M61 (Set tool number) · M0 (pause a running program temporarily) · M1 (pause a running program temporarily if the optional stop switch is on) · M60 (exchange pallet shuttles and then pause a running program temporarily) · S (set spindle speed) · F (set feed) Note that the use of M61 currently requires the use of iocontrol-v2 /////////////////////////////////////////// can see that G0 and G1 aren't include in the list. so, i can not remap G0 and/or G1. right/wrong? On Sat, Oct 18, 2014 at 12:47 PM, a k <[email protected]> wrote: > Hi > i do not know a lot what emc2 can and can not do. so i open for all > recommendations. > about ---M1xx G1 X100 Y240 F100 > so for example instead G1 will be M101G1 > and instead G0 will be M102G0 > system will pick up M101 and M102 > am i right? > if so who will altered code that instead G0 put in M102G0 and instead G1 > put in M101G1? > will CAD/CAM let me do such alteration? > is there stand alone software that can do that? > > All that i want is that when in program show up G0 pin 40 get signal 5V DC > and when G1 show up in program pin 45 get 5VDC (pin N as example) > System must clearly identify when it moves under G0 or G1. > > thank you > aram > > > > > On Fri, Oct 17, 2014 at 1:39 PM, alex chiosso <[email protected]> wrote: > >> Why do not use a custom M function syncronized to do that ? >> M1xx G1 X100 Y240 F100 >> Into the M1xx you can fit the Hal code to perform what you need. >> Il giorno 17/ott/2014 21:30, "a k" <[email protected]> ha scritto: >> >> > About: >> > I was wondering if motion.motion-type would work but that >> > distinguishes between lines and arcs rather then feeds or traverses. >> > >> > Motion can be 2 type -- first -- when machine does deposition/cutting - >> > actual work and second - when machine position themself to the >> > next beginning point. >> > when machine does cutting/deposition -- that happened with G1 + feed. >> > when machine position themself to the next beginning point then it use >> G0 - >> > rapid move. >> > I want really identify what kind of motion in any given moment -- is it >> G1 >> > (cutting -metal removing etc) or is it G0 (rapid motion to the next >> > starting point) >> > When it is G1 then it will activate deposition system. When motion G0 >> > rapid- then i need to idle deposition system. >> > some idea. >> > >> > >> > >> > >> > >> > >> > >> > On Fri, Oct 17, 2014 at 4:32 AM, andy pugh <[email protected]> wrote: >> > >> > > On 17 October 2014 11:35, Marius Alksnys <[email protected]> >> > wrote: >> > > > Maybe motion.current-vel and comp hal component, connected to some >> > > > output pin will do the task for you? >> > > >> > > Yes, that is probably easier than a remap, I was answering the >> > > question asked rather than the question intended. >> > > >> > > I was wondering if motion.motion-type would work but that >> > > distinguishes between lines and arcs rather then feeds or traverses. >> > > >> > > -- >> > > atp >> > > If you can't fix it, you don't own it. >> > > http://www.ifixit.com/Manifesto >> > > >> > > >> > > >> > >> ------------------------------------------------------------------------------ >> > > Comprehensive Server Monitoring with Site24x7. >> > > Monitor 10 servers for $9/Month. >> > > Get alerted through email, SMS, voice calls or mobile push >> notifications. >> > > Take corrective actions from your mobile device. >> > > http://p.sf.net/sfu/Zoho >> > > _______________________________________________ >> > > Emc-users mailing list >> > > [email protected] >> > > https://lists.sourceforge.net/lists/listinfo/emc-users >> > > >> > >> > >> ------------------------------------------------------------------------------ >> > Comprehensive Server Monitoring with Site24x7. >> > Monitor 10 servers for $9/Month. >> > Get alerted through email, SMS, voice calls or mobile push >> notifications. >> > Take corrective actions from your mobile device. >> > http://p.sf.net/sfu/Zoho >> > _______________________________________________ >> > Emc-users mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/emc-users >> > >> >> ------------------------------------------------------------------------------ >> Comprehensive Server Monitoring with Site24x7. >> Monitor 10 servers for $9/Month. >> Get alerted through email, SMS, voice calls or mobile push notifications. >> Take corrective actions from your mobile device. >> http://p.sf.net/sfu/Zoho >> _______________________________________________ >> Emc-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/emc-users >> > > ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
