Allen Bradley PV550

radugs

Member
Join Date
Apr 2019
Location
Uherske Hradiste
Posts
1
Trying to write a program for a PV550 (2711-T5A16L1, Ser. B, Rev. E, FRN 4.46) to test the touchscreen.
I wrote a program with 16 pages and on each page screen I have 8 rows with 16 GoTo Screen buttons (maximum allowed for the PV550) on each row.

x123456789ABCDEF
x123456789ABCDEF
x123456789ABCDEF
x123456789ABCDEF
x123456789ABCDEF
x123456789ABCDEF
x123456789ABCDEF
x123456789ABCDEF
x represents the current page/screen number, in this case screen 0, and when pressed it's mapped to GoTo Configuration Screen.
All other buttons, when pressed go to the corresponding page that is filled as above but with the x in the column for the particular page it represents.


This works but...
I would like to have 8 rows of 16 push buttons that change color/background when pressed (1) and change back to default when pressed again (0).
Nothing connected to the PV550.
 
When you say nothing connected to the PV550 are you saying also no PLC? I would like if you use the PLC to store some information (current screen, config, etc) then whatever combination you are trying to do of buttons and colors should not be an issue at all. Store the current selection as a tag and then do some other if/else login in the PLC and display the results in the HMI; this is how I did a lot of small PV screens for drive configurations/etc was all done on the back end in the PLC and results were displayed in the HMI
 

Similar Topics

Does anyone know how to reset a PV550 touch screen back to factory settings when it has a program in it that has caused RSLinx to not see it? Also...
Replies
1
Views
3,083
Hi, I have a ControlLogix system with 1756-IF16 analogue inputs. I can't scale the inputs at the card as there is a requirement to facilitate...
Replies
14
Views
361
Dear community, I am trying to find a tool for Allen-Bradley PLCs similar to SiVArch for Siemens PLCs to automatically generate faceplates and...
Replies
0
Views
92
Hi everyone, new to forum. Since very long time i having issue with 1734-AENT module, after some period of time its keep stuck in error (simmilar...
Replies
16
Views
612
Hello, I am new here. I am trying to find good places to sell some surplus items that I have that isnt through ebay. Does anyone have any sources...
Replies
6
Views
431
Back
Top Bottom