Re: [Emc-developers] spindle status

2020-05-15 Thread Reinhard
Hi Chris, thanks again for the trigger. I don't know, what happened ... > As soon as I start a program with halaccess without the help of halcmd, it > crashes. And I have no idea why. I stil don't have any idea - but same crashing code now works without problems. Just recompiled it. What Surpr

Re: [Emc-developers] RTAI Testing

2020-05-15 Thread andy pugh
On Fri, 15 May 2020 at 00:27, andy pugh wrote: > > I am going to halt that test and run the Seb abs.0 test with > > RTAI-uspace to see if that is different to RTAI-kernel. (ie > > LXRT-realtime not RTAI-realtime) > > Which got to 10,000 cycles, but then the kernel-mode RTAI test often does. > I w

Re: [Emc-developers] OpenCN forum + announcement of release v2

2020-05-15 Thread Herzog Raoul
dear Nicklas, the problem you mentioned with cookies for accessing the OpenCN forum https://discourse.heig-vd.ch/c/opencn seems to be resolved. best regards, Raoul -Message d'origine- De : N Envoyé : mercredi 13 mai 2020 22:22 À : Herzog Raoul Objet : Re: [Emc-developers] OpenCN for

Re: [Emc-developers] spindle status

2020-05-15 Thread Nicklas Karlsson
> On Thursday 14 May 2020 14:57:59 Chris Morley wrote: > > > Well I dare say that a VFD counts as hardware. > > I use serial data from my VFD for spindle RPM display. > > > > My point was though that to get actual RPM back to a gui you pretty > > much use HAL and can't use NML (currently anyways).

Re: [Emc-developers] spindle status

2020-05-15 Thread Gene Heskett
On Friday 15 May 2020 14:39:12 Nicklas Karlsson wrote: > > On Thursday 14 May 2020 14:57:59 Chris Morley wrote: > > > Well I dare say that a VFD counts as hardware. > > > I use serial data from my VFD for spindle RPM display. > > > > > > My point was though that to get actual RPM back to a gui you

[Emc-developers] State Tags and Hal_port pins

2020-05-15 Thread Rod Webster
Now we have both State tags and the hal_port pin type in master branch, it occurred to me that it might be possible to publish the state tags structure to a hal_port pin and a component could check motion.motion_type or the tag type to determine the data contained in hal_port. A cursory read indic

Re: [Emc-developers] State Tags and Hal_port pins

2020-05-15 Thread Reinhard
Hi Rod, On Samstag, 16. Mai 2020, 08:01:41 CEST Rod Webster wrote: > Now we have both State tags and the hal_port pin type in master branch, >... >, it would allow easy access to the state tags from a custom component > instead of letting state tags sulk in the EMC folder. don't know, if I got

Re: [Emc-developers] State Tags and Hal_port pins

2020-05-15 Thread Gene Heskett
On Saturday 16 May 2020 02:01:41 Rod Webster wrote: > Now we have both State tags and the hal_port pin type in master > branch, it occurred to me that it might be possible to publish the > state tags structure to a hal_port pin and a component could check > motion.motion_type or the tag type to de