Welcome! Log In Create A New Profile

Advanced

Ramps 1.4 with Mega 2650 question

Posted by pdeyo 
Ramps 1.4 with Mega 2650 question
December 11, 2014 10:52PM
I have a new Mendalmax 1.5 with a Ramps 1.4/Mega 2650 and a RepRapDiscount Smart Controller LCD. I have the printer hooked up to a Windows 7 PC. With the power to the printer off and a USB cable plugged into the Mega 2650 board the LCD turns on. If I unplug the USB the LCD turns off. If I plug the ribbon cable connected to EXP1 the LCD turns off.
Why is the LCD always on when the USB cable is plugged in? Shouldn't the LCD be off when the printer is not in use?
Right now I am just unplugging the ribbon cable to EXP1 so that the LCD stays off when not in use.
Can anyone tell me how to fix this.

Thanks
Re: Ramps 1.4 with Mega 2650 question
December 11, 2014 11:18PM
LCD back light it always on as long as board gets power, wich is when you have it plugged into the USB or when the external power supply is on.

The cct show its just powered threw a resitor (pins 15 and 16 of the lcd module)

It would be easy to add a switch into this just to break the power going to the backlight, more work and you could have it reprap controlled, but then you will still have to set you gcodes into the start and end file
Re: Ramps 1.4 with Mega 2650 question
December 12, 2014 08:10PM
Thank you, So if I understand the LCD it lite anytime the PC is on and the USB cable is hooked up.
A switch seems to difficult to hook up due to the design of the board.
If it can be controlled using G-code's I can't find what G-Codes to use.
Re: Ramps 1.4 with Mega 2650 question
December 13, 2014 02:20AM
Yes, Exactly this.
But if you have an issue like the backlight power only when plugged i usb and the ramps stop working whe disconecting usb or LCD really dimm, then you were using a mega clone(like most of us RepRapers) , you fried the ams1117 Voltage regulator on the arduino mega.
In this case, they are two solution,
1: supply 5v to your ramps and mega via the vcc pin on the raps and the 5v from the atx(you will have to cut/unsolder D1 prior powering the ramps externally)

2: Replace the ams1117 5v regulator. These are cheap on ebay, but the tricky parts here is actually to desolder the burned one without breaking anything.

Hope I helped so folks out here ;-)


Davachat
Re: Ramps 1.4 with Mega 2650 question
December 13, 2014 06:00PM
I would suggest just taking out the USB cable from your computer when not using it (not from the Ramps, the Ramps-connector is more sensitive). The EXP1 cable is a bit more sensitive so can damage faster, it is not meant to be used as a 'switch'.

Edited 1 time(s). Last edit at 12/13/2014 06:01PM by Ohmarinus.


http://www.marinusdebeer.nl/
Re: Ramps 1.4 with Mega 2650 question
January 01, 2015 07:46PM
Finally getting back to this issue. I still am not sure why the LCD is always lit as long as the USB cable is connected
Windows 7 PC turned off - printer power is off and LCD is still lit --- Ramps 1.4 with Mega 2650 board
I also a Printrbot Plus with a LCD (Printrbot board with Printrbot LCD). If I plug this printer into the USB cable the LCD does not light unless the A/C power is turned on.

There must a setting in the firmware that can control this or is there a way to wire up a off/on switch.
I am still currently unplugging the EXP1 ribbon cable and I would rather not have to constantly plug and unplug the USB cable ( I do all my printing using this Windows 7 PC).

If anyone can give me some assistance I would appreciate it.
Re: Ramps 1.4 with Mega 2650 question
January 01, 2015 11:41PM
If you are still getting power to your LCD while your pc and printer are turned off, your hooked up to a USB 3.0 port that supports charging while the pc is turned off.
Re: Ramps 1.4 with Mega 2650 question
January 02, 2015 12:35AM
Jrcaster:
Thanks, but my PC does not have USB 3.0 ports, it only has 2.0 ports. Its too old to have 3.0.
Re: Ramps 1.4 with Mega 2650 question
January 05, 2015 11:32AM
I think that you're misunderstanding what the LCD is connected to, and how the Arduino works.

The Arduino is its own computer. It just happens that it gets its power from your Windows PC via the USB cable is all. When the arduino is powered up, it starts running its loaded program, in this case, the printer firmware which you downloaded to it. That printer firmware is what turns on the LCD screen, and starts it communicating with that. If you had an SD card with a print job on it, it could start that print job with zero intaraction with your Windows computer. It therefore could run the printer entirely without any connection to the Windows computer if you plugged the Arduino's USB cable into a phone or tablet charger. What you cannot do without the PC is to update the firmware, say if you need to change the steps per unit for one axis of your printer.

So it's not the Windows computer that is in control of the printer, it's the Arduino. It's the same as if you had a USB printer connected to a Windows machine on a network. You send your print job information to the Windows machine that has the printer, and it makes the printer produce a hardcopy. The printer is available as soon as the computer that it's connected to is on-line. The only difference is that in this case, it's the Arduino which is the computer in charge of the printer.

If you have a smart controller, then it should have an SD card slot. If that's the case, and you don't want any evidence that the printer is on when not in use, then I'd suggest that you use a USB power adapter on the printer's main switch, and use the SD card to transfer gcode from the computer to the PC, or just unplug the USB cable to the Arduino.

Personally, I prefer the screen being on, as it's a reminder that the Arduino is running as soon as it has power. Some computers keep the USB ports powered up even when the computer is off, particularly ones where the computer is in standby.

Edited 1 time(s). Last edit at 01/05/2015 11:34AM by SupraGuy.
Sorry, only registered users may post in this forum.

Click here to login