Hi i am not sure about what i need to do i use addf conv_s32_u32 servo-thread (i look for hyphens) and error-- function conv_32_u32----not found /////////////////////////////// i try --conv-u32-s32.N-- it does not working also
On Fri, Nov 21, 2014 at 4:13 PM, Peter C. Wallace <[email protected]> wrote: > On Fri, 21 Nov 2014, John Thornton wrote: > > > Date: Fri, 21 Nov 2014 16:05:21 -0600 > > From: John Thornton <[email protected]> > > Reply-To: "Enhanced Machine Controller (EMC)" > > <[email protected]> > > To: "Enhanced Machine Controller (EMC)" <[email protected] > > > > Subject: Re: [Emc-users] conv_s32_u32.0--?? > > > > The man page seems to be correct to me it states: > > Functions > > conv-u32-s32.N > > Sorry the manual is correct, I dont know what I typed that worked > > > > > JT > > > > On 11/21/2014 1:54 PM, Peter C. Wallace wrote: > >> On Fri, 21 Nov 2014, a k wrote: > >> > >>> Date: Fri, 21 Nov 2014 11:42:03 -0800 > >>> From: a k <[email protected]> > >>> Reply-To: "Enhanced Machine Controller (EMC)" > >>> <[email protected]> > >>> To: "Enhanced Machine Controller (EMC)" < > [email protected]> > >>> Subject: [Emc-users] conv_s32_u32.0--?? > >>> > >>> Hi > >>> > >>> I have question about code to identify G0 and G1. > >>> > >>> Here is code that put in. > >>> > >>> > >>> > >>> ################################### > >>> > >>> ####################################### > >>> > >>> loadrt mux_generic config=bb7 > >>> > >>> loadrt conv_s32_u32 > >>> > >>> > >>> > >>> addf conv_s32_u32.0 servo-thread > >> this should be > >> > >> addf conv_s32_u32 servo-thread > >> > >> There is an error in the manual page for conv_s32_u32 > >> > >> > >>> addf mux_gen.00 servo-thread > >>> > >>> > >>> > >>> setp hm2_5i20.0.GPIO.040.is.output true > >>> > >>> setp hm2_5i20.0.GPIO.040.invert_output true > >>> > >>> > >>> > >>> net mode-signed motion.motion-type => conv_s32_u32.0.in > >>> > >>> net mode-unsigned conv_s32u32.out => mux_gen.00.sel-int > >>> > >>> net mode-out mux_gen.00.out => hm2_5i20.0.GPIO.040.out > >>> > >>> > >>> > >>> > >>> > >>> setp mux_gen.00.in-bit-01 0 ## rapid feed > >>> > >>> setp mux_gen.00.in-bit-02 1 ## straight feed > >>> > >>> setp mux_gen.00.in-bit-03 1 ## arc feed > >>> > >>> setp mux_gen.00.in-bit-04 0 ## toolchange > >>> > >>> setp mux_gen.00.in-bit-05 0 ## probing > >>> > >>> setp mux_gen.00.in-bit-06 0 ## index rotary > >>> > >>> > >>> > >>> > >>> > >>> ########################################################### > >>> > >>> > >>> > >>> and error ---Function ---conv_s32_u32.0-- not found > >>> > >>> > >>> > >>> and line to which it referring is here > >>> > >>> addf conv_s32_u32.0 servo-thread > >>> > >>> > >>> > >>> is something wrong here? > >>> > >>> Is there similar working sample to compare it ? > >>> > >>> > >>> > >>> Thank > >>> > >>> aram > >>> > ------------------------------------------------------------------------------ > >>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > >>> from Actuate! Instantly Supercharge Your Business Reports and > Dashboards > >>> with Interactivity, Sharing, Native Excel Exports, App Integration & > more > >>> Get technology previously reserved for billion-dollar corporations, > FREE > >>> > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > >>> _______________________________________________ > >>> Emc-users mailing list > >>> [email protected] > >>> https://lists.sourceforge.net/lists/listinfo/emc-users > >>> > >> Peter Wallace > >> Mesa Electronics > >> > >> (\__/) > >> (='.'=) This is Bunny. Copy and paste bunny into your > >> (")_(") signature to help him gain world domination. > >> > >> > >> > ------------------------------------------------------------------------------ > >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > >> from Actuate! Instantly Supercharge Your Business Reports and Dashboards > >> with Interactivity, Sharing, Native Excel Exports, App Integration & > more > >> Get technology previously reserved for billion-dollar corporations, FREE > >> > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > >> _______________________________________________ > >> Emc-users mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/emc-users > > > > > > > ------------------------------------------------------------------------------ > > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > > with Interactivity, Sharing, Native Excel Exports, App Integration & more > > Get technology previously reserved for billion-dollar corporations, FREE > > > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > > _______________________________________________ > > Emc-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/emc-users > > > > Peter Wallace > Mesa Electronics > > (\__/) > (='.'=) This is Bunny. Copy and paste bunny into your > (")_(") signature to help him gain world domination. > > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users > ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
