ArcEye
                                            ArcEye
                                        
                                    **Comment by [mhaberler](https://github.com/mhaberler)** _Tue Apr 14 22:34:38 2015_ ---- I have a first cut for HAL triggers in https://github.com/mhaberler/machinekit/commits/hal-triggers . in a nutshell, triggers are userfuncts which thread functs can...
**Comment by [jpmoniz](https://github.com/jpmoniz)** _Fri Apr 24 18:00:04 2015_ ---- Bas I work on large distributed automation systems running multiple networks. For example one machine can have devices on Devicenet(CAN) ,EthernetI/P...
**Comment by [luminize](https://github.com/luminize)** _Fri Apr 24 18:18:17 2015_ ---- true, pin names must be derived from the info of the bus. That means polling the bus (CAN thinking here) and...
**Comment by [jpmoniz](https://github.com/jpmoniz)** _Fri Apr 24 18:38:07 2015_ ---- Yeah, Forgive me, I haven't yet exactly configured an EtherCat or CANopen system yet. I will be trying the Ethercat stuff...
**Comment by [mhaberler](https://github.com/mhaberler)** _Sat Apr 25 05:59:17 2015_ ---- I see your point in hierarchical naming according to bus topology (type/number/deviceid etc) That is the physical view according to bus...
From @l29ah I regularily hit the halcmd show pin foo hanging problem when i poll temperature on my 3d printer on am3358; 3f1e265 here.
Can you move this to the relevant Issue tracker as per email on the list https://groups.google.com/forum/#!topic/machinekit/I70IfT-wan0 Issue tracker will be https://github.com/machinekit/machinekit-hal/issues Will also need to explain what exactly you are...
From @l29ah I am at the issue tracker :) I'm using the included nc_files/M109 to wait for the temperature to settle. As far i understand, this IS a programmatic way....
You are at CLOSED general Issue tracker that mentions the problem amoungst many others. The problem is it will remain closed, so to air this issue you need to open...
The larger issue is to look hard at hal memory allocation, to see if there is a way of tracking the unused memory before the boundary used to start allocation...