Home › Forums › TinyG › TinyG Support › PWM LED always lighted
Tagged: PWM led always lighted
- This topic has 10 replies, 2 voices, and was last updated 9 years, 4 months ago by cmcgrath5035.
-
AuthorPosts
-
July 3, 2015 at 5:34 am #7927ArtmasterMember
Gentlemen, I need your help.
I’m just tried to start using TinyG
PS=13.5V (temporary).
Blue power indicator LED is lit, but red LED (PWM) is being lit also. First a few second after start its blinks a little and then – permanently light.
Is it wrong condition? How can I solve it?
CoolTermWin shows string – see the picture please.
Thank you.July 3, 2015 at 6:42 am #7928cmcgrath5035ModeratorYou are running the most current FW, good.
LED is on because , likely, $p1pof=0.1, the default value.
For deeper discussion, see:
July 3, 2015 at 6:54 am #7929ArtmasterMemberThank you, but there are CJM Controller installed and have reason to set up, or change value of $p1pof.
Let me know please, same condition, like mine – is it normal mode of LED, CoolTermWin return?July 3, 2015 at 7:38 am #7931cmcgrath5035ModeratorI am not sure what you are asking.
$p1pof = 0.1 means that in the off state, the PWM phase (pulse width) is 10%.
This may, or may not, be the correct value for your PWM controller IF you have one.
$p1pof=0.1 WILL result in the LED being on all the time (actually 10% ON but hard to tell defference between 10% and 100%)If you are using a PWM spindle, you have to set up for your particular controller, etc. The reference I provide is for one particular (and common) interface.
If you are not using PWM, but want the LED to turn off when spindel not running, set $p1pof to 0.0
July 3, 2015 at 8:27 am #7933ArtmasterMember“$p1pof = 0.1 means that in the off state, the PWM phase (pulse width) is 10%.”
– I understand now. Thank you.
The LED is illustrate indefinite state of pulse width on the moment. I’m just wonder – usualy that LED isn’t lighting on the video from other people -that’s why I worried.
Will be nice to get table of state for LED’s, pin’s volumes for any operations…July 3, 2015 at 8:44 am #7934cmcgrath5035ModeratorThere is no one location for all LED indicators; a good rainy day project I suppose.
You can start here:
Then wander thru other wiki items that will reveal what the LEDs are telling you.
Enjoy
July 3, 2015 at 9:50 am #7935ArtmasterMemberOf course I learn this page and will do that many times.. Thank you for your help.
By the way. Many times I met attention about polarity of PS for TinyG. is it difficult to install diode and close that sourse of disaster?July 3, 2015 at 10:43 am #7936cmcgrath5035ModeratorIt would have to be a substantial diode and perhaps a fuse of some sort – Vmot can be some substantial current Power Supply.
Even with that, Silicon diode might not be adequate.I have had same thought; it is a challenge for sure.
July 9, 2015 at 9:01 am #7956ArtmasterMemberPardon me. I use the command $p1pof = 0.0, but it’s Lighting anyway. Just interesting… how it’s work?!
July 9, 2015 at 9:29 am #7958ArtmasterMemberBingo! solve it. already 🙂 I connected to TinyG stepper motor from CDROM as Motor 4 and decreased trimpot to 9 oclock. Stepper moved, LED is off. I’m almost happy.
- This reply was modified 9 years, 4 months ago by Artmaster.
July 9, 2015 at 9:30 am #7959cmcgrath5035ModeratorIn CoolTerm, issue an M5 (spindle off) Gcode command.
Or you may have to issue M3 (Spindle on) then an M5.The spindle was off.
You have to give tinyG a reason to read the new parameter value for off state. -
AuthorPosts
- You must be logged in to reply to this topic.