Do you have a 120V power supply? If not then it is not +60 and -60, it is +60 and ground.
You should have a 130R ( at least ) series resistor, it will not stop things working without this but it will prevent the Arduino from being damaged.
===> +60 VDC
===> -60 VDC
Given it is not -60V as in 1) then you seem to be wiring the power supply directly across the FET. This will blow up the FET.
===> motor +
===> motor -
What does that mean?
Basically your description of the wiring does not convey to me how it is wired. You need to draw a schematic if you want to show how things are wired up and then we can say if it is correct or not.
First off that FET is only rated at 60V absolute maximum so you should not be running it at 60V. Also why do you want to run a 24V motor at 60V? You should also have a diode across your motor.
If that wiring does not make the motor move then it suggests to me that something is fried or is not wired up like you think it is, or your software is in error.
Grumpy_Mike:
First off that FET is only rated at 60V absolute maximum so you should not be running it at 60V. Also why do you want to run a 24V motor at 60V? You should also have a diode across your motor.
If that wiring does not make the motor move then it suggests to me that something is fried or is not wired up like you think it is, or your software is in error.
Actually, I was trying to downgrade power supply DC voltage from 42V to 24V. The reason is that I want to adjust the light intensity based on what plant needs. Running full light intensity is wasting energy over the entire growth stage and not suitable for various plant species.
fabelizer:
How is the MOSFET soldered to the board?
Tab toward the resistor, or tab away from the resistor?
Not working means...motor doesn't turn?
-fab
I got two power kits from Sparkfun. One is working; the other one is down due to bad soldering. The working one does its job by following this tutorial. The Arduino UNO was powered by 12VDC. The power kit breakout board was connected with GND and Vin on Arduino. Gate pin was connected to Arduino PWM pin.