Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: turbothis on July 09, 2013, 05:46:02 PM

Title: mach to usb DAC from radio shack?
Post by: turbothis on July 09, 2013, 05:46:02 PM
so the shack has these cute little boxes with nifty electronic crap in them. I want a different way to send the spindle speed command to my lathe from mach3 so I figure I would buy it and try out my luck. the BOB (c11g) DAC seems to be unreliable for threading and this was 20$. ;D
anyone ever seen these?
http://www.vellemanusa.com/products/view/?id=500349
(https://imageshack.com/a/img14/5325/6mcx.jpg) (http://imageshack.com/i/0e6mcxj/)Uploaded with ImageShack.com (http://imageshack.com)

in motor outputs the spindle would be set to some pin# on this and port 2 through the usb address?
spindle setup would be set to PWM and then it works? lol
Title: Re: mach to usb DAC from radio shack?
Post by: Hood on July 09, 2013, 06:43:29 PM
Almost certain the only way you will get that to work is write a plugin so that Mach can communicate with it.
Hood
Title: Re: mach to usb DAC from radio shack?
Post by: turbothis on July 09, 2013, 07:07:45 PM
huh  :-\
well what about this thing from cnc4pc...
http://www.cnc4pc.com/Store/osc/product_info.php?cPath=25&products_id=303
what do people use to get analog out of mach?
I love my Kflop/Kanalog but I don't have another 500 to pony up anytime soon. :'(
Title: Re: mach to usb DAC from radio shack?
Post by: Hood on July 09, 2013, 07:12:37 PM
Thought you already said the CNC4PC board was unreliable?

I have been using the CS-Lab controllers recently, they have analogue I/O on board for spindle and overrides etc.

Hood
Title: Re: mach to usb DAC from radio shack?
Post by: turbothis on July 09, 2013, 07:27:14 PM
I have the big C11g BOB. the analog output on that has always been weird for some reason. instead of buying another spendy board I figure a new added on board for the spindle alone would be snappy.

when you say plugin are you saying some thing like a C code file?
Title: Re: mach to usb DAC from radio shack?
Post by: Hood on July 10, 2013, 02:58:15 AM
Maybe the standalone board uses a different method of converting the signal to an analogue output than the integrated one, I have no idea. Personally however if I was unhappy with one of them I would be trying to get a resolution from the vendor and if that was not possible then I dont think I would be considering buying another from that same vendor in the offchance that it may be better. Of course that is just my thoughts, I have no experience with these products at all so cant say whether they are good or bad.

I have used a step/Dir to analogue board from Peter Homann and it worked very well and was very linear in operation but that is the only stand alone board I have used for spindle control.


As for plugins, C++ I believe it is, but it is beyond my skill-set so really I have no idea.
You will find some info regarding plugins here
http://www.machsupport.com/software/downloads-updates/
and
http://www.machsupport.com/forum/index.php/board,28.0.html

Hood