DCC1100 - no output
Posted: Wed Jul 08, 2020 10:53 am
Hello,
I've recently acquired a wifi vint hub (HUB5000), a power guard (SAF1000), a brushless motor controller (DCC1100), and a brushless motor.
I wanted to check out all is working well first, but the DCC module doesn't produce output (after long hours pulling my hairs, I finally thought of checking with a multimeter in AC setting between 2 motor phases).
My setup: see viewtopic.php?f=18&t=9993&p=31757#p31757, but basically:
Power source + SAF - DCC - motor
| | |
+ Wifi VINT HUB
My tests:
- on windows, through the phidget control panel, I get the hub, then the SAF. I set the tension in the SAF "Power Supply Protector" object, and a click on error logging instantaneously changes the power source fan (slightly). Then after some time the DCC module appears.
* In "Brushless DC Motor Controller", I tried setting speed to 1, nothing. I tried fiddling with the other settings -same nothing.
* In "Position Controller" I tried to 'engage motor' (position 0), but no resistance on rotor.
Even though the other modules answered, I thought it might be a problem with the program or windows. So, on my ubuntu I wrote in C through copy/paste of excerpts on the website the attached program (compiled with).
Then I thought of measuring the output with a multimeter in AC tension mode, between a pair of phases, but nothing there.
What can I do?
Thank you.
I've recently acquired a wifi vint hub (HUB5000), a power guard (SAF1000), a brushless motor controller (DCC1100), and a brushless motor.
I wanted to check out all is working well first, but the DCC module doesn't produce output (after long hours pulling my hairs, I finally thought of checking with a multimeter in AC setting between 2 motor phases).
My setup: see viewtopic.php?f=18&t=9993&p=31757#p31757, but basically:
Power source + SAF - DCC - motor
| | |
+ Wifi VINT HUB
My tests:
- on windows, through the phidget control panel, I get the hub, then the SAF. I set the tension in the SAF "Power Supply Protector" object, and a click on error logging instantaneously changes the power source fan (slightly). Then after some time the DCC module appears.
* In "Brushless DC Motor Controller", I tried setting speed to 1, nothing. I tried fiddling with the other settings -same nothing.
* In "Position Controller" I tried to 'engage motor' (position 0), but no resistance on rotor.
Even though the other modules answered, I thought it might be a problem with the program or windows. So, on my ubuntu I wrote in C through copy/paste of excerpts on the website the attached program (compiled with
Code: Select all
gcc motorTest-SAF+DCC.c -Wall -o HelloWorld -lphidget22
Then I thought of measuring the output with a multimeter in AC tension mode, between a pair of phases, but nothing there.
What can I do?
Thank you.