Gorgon
Full Member level 6
- Joined
- Nov 10, 2005
- Messages
- 345
- Helped
- 75
- Reputation
- 150
- Reaction score
- 67
- Trophy points
- 1,308
- Location
- Norway
- Activity points
- 3,807
If you think PWM, you need to see the time stream as a sequence of 2.5ms periods, as the base for your duty cycle. This equal a 400Hz PWM period frequency.
The Pull-in has 100% for 8 periods =20ms, the next X periods have 0.875ms pulses of each 2.5ms. Making a duty cycle of 35%. This pulse train lasts until you want to release the solenoid, where the duty cycle falls to 0%, or OFF.
The X above is how many periods the solenoid is intended to open, Ts_open.
X=Ts_open/2.5ms. If you can find how fast the solenoid activates inside the 20ms, in the datasheet, you may subtract this time from the total.
You can't have more than 100% duty cycle, this equals continuous ON.
Since the frequency is 400Hz, the time accuracy will be -2.5 - 0ms, if you don't round it off.
The Pull-in has 100% for 8 periods =20ms, the next X periods have 0.875ms pulses of each 2.5ms. Making a duty cycle of 35%. This pulse train lasts until you want to release the solenoid, where the duty cycle falls to 0%, or OFF.
The X above is how many periods the solenoid is intended to open, Ts_open.
X=Ts_open/2.5ms. If you can find how fast the solenoid activates inside the 20ms, in the datasheet, you may subtract this time from the total.
You can't have more than 100% duty cycle, this equals continuous ON.
Since the frequency is 400Hz, the time accuracy will be -2.5 - 0ms, if you don't round it off.