Am 08.08.2013 um 13:18 schrieb propcoder <[email protected]>:

> I decided to write them all in one post:
> 
> 1. I am using dev branch because I needed to remap M6 for custom rack 
> tool-change. When I will be able to use stable release version?

whenever master is released as a new version, which could be a few months
I dont expect any changes in the remap code, so I dont foresee any changes here 
you'd have to track

> 2. Where I should find samples mentioned at 
> http://www.linuxcnc.org/docs/html/gui/gladevcp.html#_the_action_mdi_toggle_and_action_mdi_widgets
>  
> ?

grep like so:

grep -r Action_MDI configs

and you will find several examples


> 3. How to set component pin, parameter value from gladevcp?

exactly like in a normal Python HAL component as documented here: 
http://www.linuxcnc.org/docs/html/hal/halmodule.html

for extensions thereof, see the gladevcp manual: 
http://www.linuxcnc.org/docs/html/gui/gladevcp.html , e.g. section 6


> 4. How to set component pin, parameter value from G-code? I found syntax 
> for pin like [#<_hal[or2.0.in]>] = 5, as I can remember, but can't find 
> it documented any more.

my advice is to use the M6x codes of the interpreter

the #<_hal[pin]> feature is marked as experimental and NOT enabled by default, 
it is also not synchronized with motion, you would have to use this operation 
just before reading the pin to make it motion-synced: 
http://git.linuxcnc.org/gitweb?p=linuxcnc.git;a=tree;f=configs/sim/remap/stop-lookahead;h=193f36f1f25ef90670f9555a5f831ba2523d850b;hb=refs/heads/master

> 5. I am lost in LinuxCNC documentation. I have PDFs, links to man and 
> man9 (don't know what "9" means), links to devel and some devel9 docs. 
> And there is man command I can use.. G code manual is divided in some 
> strange way.. And it seems there is no place to find it all. I wish I 
> could fly above them all and see how all the map looks like :)
> 6. I find minor mistakes in docs sometimes. Would it be wiki - I could 
> correct them, but now I don't know how. Or shouldn't I bother?

please post a patch to the developers list, or fork github.com/jepler/linuxcnc 
and commit your changes there so they can be reintegrated

- Michael

> 7. What are requirements for Machine/Calibration function to work? How 
> to debug why it does not start?
> 
> 
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead. 
> Download for free and get started troubleshooting in minutes. 
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> _______________________________________________
> Emc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/emc-users


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to