|
From: TJoseph P. <tj...@gm...> - 2016-03-24 12:05:05
|
interesting idea i played with similar idea on sink edm where each tool barely moved at a single position ( orbiting) i thought "why not program the tool instead of the machine?" put position depth cutting parms on texas instrument tool chip ( like rfid or barcode ) then controller was point to point not contouring this might make me try the idea again thanks! tomp On 03/24/2016 04:20 PM, giorgio foga wrote: > >> To: emc...@li... >> From: jt...@gn... >> Date: Wed, 23 Mar 2016 15:13:58 -0500 >> Subject: [Emc-users] RFID Tag or Barcode into LinuxCNC >> >> Anyone read a RFID tag or barcode and use that to run a subroutine in >> LinuxCNC? >> >> JT >> >> ------------------------------------------------------------------------------ >> Transform Data into Opportunity. >> Accelerate data analysis in your applications with >> Intel Data Analytics Acceleration Library. >> Click to learn more. >> http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 >> _______________________________________________ >> Emc-users mailing list >> Emc...@li... >> https://lists.sourceforge.net/lists/listinfo/emc-users > No but is no so difficult..... Mxxx code with bash code to read a specific mybarcodefile.txt file ... after everery reading cancell all.... > Read barcode with terminal bash routine and writing the output on mybarcodefile.txt ... More automation is possible ... for example using a db or file that convert every know barcode in a specific decimal number .... (0, 1, 2, 3 .......) your mxxx code in bash can read these number end convert it in int value of switch case statement ..... you build a program that have only switch case statement .... every case correspond to soubroutine call ..... > > ------------------------------------------------------------------------------ > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 > _______________________________________________ > Emc-users mailing list > Emc...@li... > https://lists.sourceforge.net/lists/listinfo/emc-users |