Micrologix 1100 LCD programming

bobwithdana

Member
Join Date
Dec 2003
Location
california
Posts
239
I have a program that has 2 LCD Displays as follows. The first display does not use the User input function. It displays level and temp etc.

In the Ladder when an input is true I scan a different subroutine that builds the second display which does use the user input function. In that screen the user can input a number and press the OK button on the front of the PLC. If the number entered causes the display to enter data in the fields etc.

To get out of that screen and back to the normal screen the user enters a number and presses enter For example the user enters a 10. as soon as the user presses the OK button N7:0 gets a 10. Then the logic says equal to 10 JSR to the subroutine that builds first screen. All works fine except.

When I use another method to move a 10 into N7:0 the integer becomes a 10, The logic JSR's to the subroutine to build the first screen but the screen never changes. If you change the number on the screen to a 10 and press OK it changes but I cant see in the logic how it can be different.

I guess what I am trying to say is that I can change to many different screens that do not use the user input function by jumping to different subroutines but I can never seem to change a LCD screen that has user input unless I use the OK button on the front of th PLC.

Clear as Mudd?

Thanks bob
 
Bob,

It seems to me that your Micrologix 1100 program is putting the Instruction to Change Screens, and the Enter User Input, both into the same place, when they are separate things.

You need to find a way to put the different numbers (for different functions) into different PLC memory locations.
 

Similar Topics

Has anyone had success programming the LCD screen on the 1100? I've been working with this for awhile and have discovered that if you're on a...
Replies
5
Views
5,405
Hi, I cannot find the DLCA1764.EXE utilty software for data retrieving. Can someone share the link to download this software. Thanks!
Replies
4
Views
133
I am currently backing a Micro Logix 1100 and no-one seems to have the file for me to upload from. Is there a way for me to upload the project off...
Replies
15
Views
540
I am trying to set up a read message in a MicroLogix1100 to read the value of a DINT in a ControlLogix5561. I have successfully set up a message...
Replies
2
Views
198
Hello, I have an existing application that has a Powerflex 700 with a 20-COMM-E adapter controlled by a Micrologix 1100 via Ethernet. The setup...
Replies
6
Views
1,197
Back
Top Bottom