diff options
author | SudhakarKuma | 2017-10-25 15:59:35 +0530 |
---|---|---|
committer | SudhakarKuma | 2017-10-25 15:59:35 +0530 |
commit | a33c7a4da90a609064feb368a7e9097c7a9d8202 (patch) | |
tree | 52953c565d6d6cfcbac42f1dce1cdd8c0e043341 /Other_Arduino_Codes/TwoNEMA17-2DM542Test/Readme | |
parent | 09c89f6242ecf2495f86140a3f53ef4678f8563b (diff) | |
download | Open-Sky-Planetarium-a33c7a4da90a609064feb368a7e9097c7a9d8202.tar.gz Open-Sky-Planetarium-a33c7a4da90a609064feb368a7e9097c7a9d8202.tar.bz2 Open-Sky-Planetarium-a33c7a4da90a609064feb368a7e9097c7a9d8202.zip |
Updated OSP-plugin
Diffstat (limited to 'Other_Arduino_Codes/TwoNEMA17-2DM542Test/Readme')
-rw-r--r-- | Other_Arduino_Codes/TwoNEMA17-2DM542Test/Readme | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Other_Arduino_Codes/TwoNEMA17-2DM542Test/Readme b/Other_Arduino_Codes/TwoNEMA17-2DM542Test/Readme new file mode 100644 index 0000000..46a2a82 --- /dev/null +++ b/Other_Arduino_Codes/TwoNEMA17-2DM542Test/Readme @@ -0,0 +1,12 @@ +This code is meant to test NEMA 17 motors with 2DM542 (microstep driver). The connections are as under: + +1. The pins A+ A- B+ and B- are connected with the four pins of NEMA17. +2. V+ and GND are connected to 24V power supply terminals. GND is shorted with the GND of Arduino. +3. ENA- DIR- and PLS- are connected to GND of Arduino. +4. PLS+ --> D10 of Arduino. +5. DIR+ --> D11 of Arduino. +6. ENA+ --> D12 of Arduino. +7. RS232 pins were completely OFF. +8. The swicthes on the driver were adjusted for 3200 steps per revolution and 1A current supply. + +This code makes the two motors NEMA 17 run only once for 180 degrees (one after another). |