Re: [Emc-users] conv_s32_u32.0--??

2014-11-30 Thread a k
I check Machine-Show HAL—1.-components; 2.-pins; 3-parameters; 4.-signals; 5.-functions; Only in Pins found -- motion.motion-type Did not see-- mux-gen Am I looking in right place? Then mux-gen.NN.out-[bit/float/s32/u32] variable-type out Follows the value of one of the inN values according to

Re: [Emc-users] conv_s32_u32.0--??

2014-11-29 Thread a k
There was 2 last lines of code. i found problem in one net mode-unsigned conv-s32-u32.out = mux-gen.00.sel-int should be net mode-unsigned conv-s32-u32.0.out = mux-gen.00.sel-int and the last line net mode-out mux-gen.00.out = hm2_5i20.0.gpio.040.out brings error pin mux-gen.00.out does

Re: [Emc-users] conv_s32_u32.0--??

2014-11-29 Thread Andrew
2014-11-29 19:56 GMT+02:00 a k pccncmach...@gmail.com: There was 2 last lines of code. i found problem in one net mode-unsigned conv-s32-u32.out = mux-gen.00.sel-int should be net mode-unsigned conv-s32-u32.0.out = mux-gen.00.sel-int and the last line net mode-out mux-gen.00.out =

Re: [Emc-users] conv_s32_u32.0--??

2014-11-29 Thread a k
problem is in --mux-gen.00.out -- that instead .00. should be something else On Sat, Nov 29, 2014 at 10:05 AM, Andrew pkm...@gmail.com wrote: 2014-11-29 19:56 GMT+02:00 a k pccncmach...@gmail.com: There was 2 last lines of code. i found problem in one net mode-unsigned conv-s32-u32.out =

Re: [Emc-users] conv_s32_u32.0--??

2014-11-29 Thread Andrew
2014-11-29 20:38 GMT+02:00 a k pccncmach...@gmail.com https://mail.google.com/mail/u/0/?view=cmfs=1tf=1to=pccncmach...@gmail.com : problem is in --mux-gen.00.out -- that instead .00. should be something else I understand that. That's why I'm suggesting: open HAL configuration, find mux-gen

Re: [Emc-users] conv_s32_u32.0--??

2014-11-28 Thread a k
hi i did fix most of problem but one new how up here is my code # # loadrt mux_generic config=bb7 loadrt conv_s32_u32 addf conv-s32-u32.0 servo-thread addf mux-gen.00 servo-thread setp hm2_5i20.0.gpio.040.is.output true

Re: [Emc-users] conv_s32_u32.0--??

2014-11-28 Thread Peter C. Wallace
On Fri, 28 Nov 2014, a k wrote: Date: Fri, 28 Nov 2014 16:42:34 -0800 From: a k pccncmach...@gmail.com Reply-To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net Subject: Re: [Emc-users

Re: [Emc-users] conv_s32_u32.0--??

2014-11-28 Thread Gene Heskett
On Friday 28 November 2014 19:42:34 a k did opine And Gene did reply: hi i did fix most of problem but one new how up here is my code # # loadrt mux_generic config=bb7 loadrt conv_s32_u32 addf conv-s32-u32.0

Re: [Emc-users] conv_s32_u32.0--??

2014-11-22 Thread a k
: 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

Re: [Emc-users] conv_s32_u32.0--??

2014-11-22 Thread a k
(EMC) emc-users@lists.sourceforge.net To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net 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

Re: [Emc-users] conv_s32_u32.0--??

2014-11-22 Thread a k
-users@lists.sourceforge.net 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

Re: [Emc-users] conv_s32_u32.0--??

2014-11-22 Thread a k
Machine Controller (EMC) emc-users@lists.sourceforge.net To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net 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

Re: [Emc-users] conv_s32_u32.0--??

2014-11-22 Thread Peter C. Wallace
This works (I was wrong about the manual. it is correct) loadrt conv_s32_u32 addf conv-s32-u32.0 servo-thread available pins: conv-s32-u32.0.in conv-s32-u32.0.out conv-s32-u32.0.out-of-range available parameters: conv-s32-u32.0.clamp conv-s32-u32.0.time conv-s32-u32.0.tmax

[Emc-users] conv_s32_u32.0--??

2014-11-21 Thread a k
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 addf mux_gen.00 servo-thread setp

Re: [Emc-users] conv_s32_u32.0--??

2014-11-21 Thread Peter C. Wallace
On Fri, 21 Nov 2014, a k wrote: Date: Fri, 21 Nov 2014 11:42:03 -0800 From: a k pccncmach...@gmail.com Reply-To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net Subject: [Emc-users] conv_s32_u32.0

Re: [Emc-users] conv_s32_u32.0--??

2014-11-21 Thread andy pugh
The underscores should (nearly) all be hyphens halcmd: loadrt conv_u32_s32 halcmd: loadrt mux_generic config=bb7 halcmd: show pin Component Pins: 4 u32 IN 0x conv-u32-s32.0.in 4 s32 OUT 0 conv-u32-s32.0.out 4 bit OUT FALSE

Re: [Emc-users] conv_s32_u32.0--??

2014-11-21 Thread John Thornton
@lists.sourceforge.net To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net Subject: [Emc-users] conv_s32_u32.0--?? Hi I have question about code to identify G0 and G1. Here is code that put

Re: [Emc-users] conv_s32_u32.0--??

2014-11-21 Thread Peter C. Wallace
: a k pccncmach...@gmail.com Reply-To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net Subject: [Emc-users] conv_s32_u32.0--?? Hi I have question about code to identify G0 and G1. Here is code