On 1 June 2012 11:09, Joachim Franek <joachim.fra...@pibf.de> wrote:

> eth tcp:
> $ echo -e "adc get 4" | nc 192.168.1.92 2701
> 227
> $ echo -e "channel 0 250" | nc 192.168.1.92 2701
> OK

Those looks trivial to make into M100-style custom M-codes

#! bin/bash
ADC = $( echo -e "adc get 4" | nc 192.168.1.92 2701)
halcmd setp motion.analog-in-00 $ADC

to get the data into G-code

(Note that the above is guesswork, shell scripting is a closed book to me)

-- 
atp
If you can't fix it, you don't own it.
http://www.ifixit.com/Manifesto

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to