Page 1 of 3

Updated DMM DYN2 and DYN4 to Acorn Hookup schematics.

Posted: Mon Jan 15, 2018 5:57 pm
by cnckeith
The updated DMM DYN2 and DYN4 to Acorn Hookup schematics are now on the website for download.

http://www.centroidcnc.com/centroid_diy ... matics.zip

Re: Updated DMM DYN2 and DYN4 to Acorn Hookup schematics.

Posted: Tue Jan 16, 2018 3:43 pm
by lilb93
I see it calls for a 5V customer supplied 1 amp power supply. Is 1 amp enough for three DYN4 drives. Thanks

Re: Updated DMM DYN2 and DYN4 to Acorn Hookup schematics.

Posted: Tue Jan 16, 2018 4:34 pm
by cnckeith
yes

Re: Updated DMM DYN2 and DYN4 to Acorn Hookup schematics.

Posted: Wed Jan 17, 2018 1:15 pm
by woffler
Is there going to be a problem with the mixture of the two drives ,i have DYN2 and DYN4 drives ?

I also have a question about the limit inputs if using proximity switch, as you have daisy chained the input for the DYN 2 drive.

Re: Updated DMM DYN2 and DYN4 to Acorn Hookup schematics.

Posted: Wed Jan 17, 2018 3:05 pm
by flyeribe
May I ask whats with the 5 volts for the Dyn4 since I have mine working from pass wiring diagram.

Luke

Re: Updated DMM DYN2 and DYN4 to Acorn Hookup schematics.

Posted: Wed Jan 17, 2018 6:48 pm
by frijoli
flyeribe wrote: Wed Jan 17, 2018 3:05 pm May I ask whats with the 5 volts for the Dyn4 since I have mine working from pass wiring diagram.

Luke
Others, including myself have had noise issues using the internal 5 volt supply. DMM recognized the issue and has recommended using an external supply.

Clay

Re: Updated DMM DYN2 and DYN4 to Acorn Hookup schematics.

Posted: Fri Jan 19, 2018 3:39 pm
by woffler
I have a question on input 2 with a DYN2 drive, wiring says ZRI or absolute zero position index ,what do you set it to in the Wizard?
When i selected Dmm Tech it set it to 2nd limit.

Re: Updated DMM DYN2 and DYN4 to Acorn Hookup schematics.

Posted: Fri Jan 19, 2018 10:29 pm
by martyscncgarage
woffler wrote: Fri Jan 19, 2018 3:39 pm I have a question on input 2 with a DYN2 drive, wiring says ZRI or absolute zero position index ,what do you set it to in the Wizard?
When i selected Dmm Tech it set it to 2nd limit.
You do NOT set anything up in the Wizard.

Are you planning on using the ZRI for homing?
What kind of machine are you working on? Lathe, Mill?

The theory is (mill),
You series all your limit switches together, one lead goes to common, the other goes to input 1. Select HOME ALL in the Wizard.
You set input 2, 3, 4 to UNUSED in the Wizard.
You connect the ZRI from X to input 2, Y to input 3, Z to input 4
The software still sees the inputs. Its simply watchig for the state to change on the input, when it does, it stops and sets that axis to home.

Credit goes to Scott Pratt, the Great Wizard :ugeek: at Centroid for working with me to coming up with the home file:

There is a custom cncm.HOM file you have to make up for example:
M92 /Z L1 ;Move to Z+ limit switch, back off until it clears.
M105 /Z P-4 F1 ;Move Z minus at 1ipm until input 4 closes
M26 /Z ;Set Z home here

M91 /Y L1 ;Move to Y- limit switch, back off until it clears.
M106 /Y P-3 F1 ;Move Y plus at 1ipm until input 3 closes
M26 /Y ;Set Y home here

M91 /X L1 ;Move to X- limit switch, back off until it clears.
M106 /X P-2 F1 ;Move X plus at 1ipm until input 2 closes
M26 /X ;Set X home here

Save a copy of the .hom file to another directory because if you run the Wizard after creating it, it WILL overwrite it with the default .hom file

I just posted a video today demonstrating using the DYN4 and the above .hom file

I have previously posted one for the DYN2. The info is buried here in a post. Search DMM DYN2 or DYN2

Marty
(YouTube: martyscncgarage)

Re: Updated DMM DYN2 and DYN4 to Acorn Hookup schematics.

Posted: Sat Jan 20, 2018 12:08 am
by cnckeith
custom home files are probably out of the scope of the wizard. i'd say we just start posting a collection of them here.
starting with the ones you have worked on. DYN2 Lathe, and DYN4 MIll. how about posting the cncm.hom and cnct.hom files for both?

Re: Updated DMM DYN2 and DYN4 to Acorn Hookup schematics.

Posted: Sat Jan 20, 2018 12:33 am
by martyscncgarage
cnckeith wrote: Sat Jan 20, 2018 12:08 am custom home files are probably out of the scope of the wizard. i'd say we just start posting a collection of them here.
starting with the ones you have worked on. DYN2 Lathe, and DYN4 MIll. how about posting the cncm.hom and cnct.hom files for both?
I updated the original thread:
viewtopic.php?f=60&t=1233

I agree, too many ways to do the .hom file depending on the machine.
I think simply, is a way to turn off the Wizard creating the .HOM file. Perhaps a radio button to turn the option on/off?
After all the work creating the custom .hom file, all it takes is one "Write to settings" afterward and its....gone.... :o

Marty