Timer programing in a ab panelview

joeparrish

Member
Join Date
Nov 2007
Location
owensboro ky
Posts
161
Ok I have a panelview 550 touch screen only no keypad
I need to be able to change the preset on a timer in the plc

So useing panelbuilder 32

I added the screen changed everything else but this

I know I add a
Numeric entry (keypad enabled)
I am lost with the propertys

you have

write tag
notificanion tag
handhake tag

I am asumming just putting t4:1/? in the write tag
or am I thinking wrong
 
.PRE is the preset of the timer

I cant remember if you can address this directly in PB32

Try it or someone here will jump in and correct me....

If it doesnt write directly to the preset then write to an N register and do a MOVe in the processor from the N register to the .PRE address of the timer.
 
Ya it says tag address field is invaled

How are you entering the address ( i.e T4:1/? or T4:1.PRE) does it exits in your tag database?

I would use an integer to write to and then move that value to the timrer preset. This will allow you to check for limits or keep the value within a predefined range before the move occurs.
 
I would use an integer to write to and then move that value to the timrer preset. This will allow you to check for limits or keep the value within a predefined range before the move occurs.

This is exceptionally wise advice.


DAMHIKT. o_O Suffice it to say that wisdom is a character trait often acquired shortly after one should have used it. 🍺
 
How are you entering the address ( i.e T4:1/? or T4:1.PRE) does it exits in your tag database?

I would use an integer to write to and then move that value to the timrer preset. This will allow you to check for limits or keep the value within a predefined range before the move occurs.

THANKS I did not think of putting limits on it done tested and walked away thanks
 

Similar Topics

I have some logic that I have written within a 5380 series controller that tracks the time an event is started, while the event is running an RTO...
Replies
2
Views
97
Hi all, I have a simple question that I have overcomplicated and gotten stuck on. I have a variable, we can call it "light" that I need to stay...
Replies
4
Views
330
Question to anyone with ideas about my thoughts on upgrading a very vintage timer, which is being used to switch between 2 5hp domestic water...
Replies
14
Views
444
why my timer only executes once here? After first time i use it, ET stays at 0ms all the time. It is in FB
Replies
5
Views
320
Good morning guys, I'm searching for a Timer relay which accomplishes the "flasher" condition in the photo attached, however, I need the ability...
Replies
2
Views
560
Back
Top Bottom