I'm trying to make working my spindle rpm display (pyvcp), but don't know which 
signal to connect or take from my .hal file.

Here is what is in my hal file for spindle:


net spindle-enable <= motion.spindle-on => stepgen.2.enable
net spindle-cmd motion.spindle-speed-out => scale.0.in
net spindle-freq <= scale.0.out => stepgen.2.velocity-cmd
net spindle-out <= stepgen.2.step => parport.0.pin-14-out 
net spindle-fwd motion.spindle-forward => parport.0.pin-16-out


and what I have in hal for display:


addf mult2.2 servo-thread
setp mult2.2.in1 28.75
net cypher_speed mult2.2.in0 <= spindle-vfd.frequency-out
net speed_out pyvcp.spindle_rpm <= mult2.2.out


Probably spindle-vfd.frequency-out should be replaced with something from hal 
to make correct connection in my case?                                      
------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to