Panelview 800 w/connected components workbench

lbric

Member
Join Date
Jul 2013
Location
Bell Gardens CA
Posts
27
Hello,

I am trying to create a multistate indication in which i have a square that changes colors on 3 conditions:
a) less than the current date - color blue
b) current date - color gray
c)greater than current date - color yellow

does anybody know how to acomplish this? the multistate indicator appears to only let me select whole numbers for the state value as far as i can see. I am storing the RTC day value to an N7 integer this is what i want to use to change the color.



thanks
Ricardo L.
 
I'd probably write a rung of code to test the variable against the RTC, give you a 0,1,or 2 and change the panel view indicator based on that
 
I would do it in ladder.
Make your comparison so that when the value in a tag is less than the current date N7:1 = 0. When the value is equals the current date N7:1 = 1 and when the value is greater than the current date N7:1 = 2. Then for the multistate set the tag it reads to N7:1 and the colors you want when the value of N7:1 is 0, 1 and 2.
 

Similar Topics

As the title says, I'm using CCW with a PV800 (and Micro850). I've made a scheduler in which a user can choose a month, day (1-31), hour (0-23)...
Replies
15
Views
499
Hello, So i managed to read the string coming from control logix and put a string display in PanelView 800. Now I am struggling to do the other...
Replies
1
Views
135
Good morning all, programming a Panelview 800, I have a maintained push button programmed on screen 1. I copied and pasted it to screen 2. Could...
Replies
2
Views
1,151
I'm trying to convert an old panelview 600 application to the 800 and I'd like to keep the current serial comms configuration instead of adding...
Replies
1
Views
583
Hi all, I had a setup with 2 Micrologix 1100 connected to a Panelview C300 over DH-485. I was mandated to upgrade the HMI, and proposed to...
Replies
5
Views
884
Back
Top Bottom