Satellite DC Actuator - Reed Switch #11525
Replies: 7 comments 5 replies
-
For anyone interested I found this link which shows what this module does. The circuit aims to debounce the switch. Alas it was evidently designed by the apprentice who had never heard the term "Schmitt Trigger". To answer the question, detecting a switch contact closure is easy, but we need to know the rate at which the reed switch will be activated. If there is one pulse per rev of the motor, what is its maximum RPM? I'm also unclear about what you have in mind. Are you saying that the motor outputs a 12V pulse, or that the shaft has a magnet that activates the reed switch? The board you have will not tolerate 12V. |
Beta Was this translation helpful? Give feedback.
-
dc motor in Satellite DC Actuator will usually operate with speed 3000-6000 rpm max , so worst case scenario it give 100 Hz pulses (one magnet on shaft). Your Module is based on reed switch and there will be problems with that high switching frequency(reed switch are usually used for low frequency or just open/closes sensing), . I think it is better use a HAL sensor solution instead edit: @peterhinch i think @OscamSatUser is using a 12 dc motor (common solution for satellite dc actuators) , but i guess a construction without build in sensor is used ( build in solution use HALs) . These drives are quite compact and installation sensor and magnet can be problematic ( sometimes construction has already space for sensor unit but not used in product but depends form manufacturer) |
Beta Was this translation helpful? Give feedback.
-
I've been trying to get the specs on the actuator in terms of rotational speed.... Yes, its a 12 volt DC motor that moves the actuator.. But, that's not what runs through the sensor. I did however have an extra sensor.. Super Sensor II - VMC 8101 HTS I read this : We can provide you these types of satellite actuators in various options including Potentiometer feedback 0.4 kpi, Super Sensor II Reed Switch 32 ppi, and Super Sensor II Hall Effect 32 ppi based on your requirements. I'm not sure which of these two refers to the VMC unit. hope this helps. |
Beta Was this translation helpful? Give feedback.
-
8vdc is a typical sensor voltage, but told they can be anywhere from 5-12vdc The switch is connected next to the actuator motor that is rotating. Then there is shielded 1 pair wire that runs to the device utilizes the pair wire to detect the pulses. Is this enough information, if not, what additional info do you need? |
Beta Was this translation helpful? Give feedback.
-
It took me a bit of time, as the weather outside wasn't nice. I took a picture... The sensor is on the actuator side, not the motor side. The bottom view, which is what i took a picture of has the actual ROD arm on the opposite side of the sensor and magnet. |
Beta Was this translation helpful? Give feedback.
-
If you want to use the existing couter's signal output (5~12V?), use some resister + an optical isolator will be enough to protect the RPi's IO. |
Beta Was this translation helpful? Give feedback.
-
How would i find out what the voltage is on it? Okay, i might be asking a dumb question, but i thought a reed switch just opens/closes the circuit. Many made mention of voltage, but i wouldn't think there is any voltage on the line other than what your sending through on the detect side to see if there is continuity or not, in the line... At the moment, I'm not worried about powering the motor.. Right now, all i want to do is reliably count the cycles coming through on the reed switch... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a 12 volt DC actuator. I know it has a magnetic switch in the motor that sends pulses that are counted to keep track of how long to run the motor. I would like to create some hardware/software that can detect and count those pulses?
What would i need on the Raspberrry side hardware wise? My thinking was i could just buy a reed switch :
Reed Switch Normally Open, Reed Sensor Module Magnetic Switch Module DIY Kit Normally Open for Arduino
and then take out the magnetic switch that is hooked into positive and negative, and then just pipe in the positive and negative that comes from the actuator reed switch. Would that work? Is my thinking right? or, is it simpler than that in terms of what i would need just to catch those pulses??
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions