PV32 Numeric Entry

roxusa

Lifetime Supporting Member
Join Date
Nov 2008
Location
NJ
Posts
994
I have a Panelview application using Numeric Entry to send integer files to SCP blocks to calibrate sensors. My problem is when the PV boots from power up the "tag initial value"
resets all min/mav scales to zero. I have loaded the presets from the first calibration in as a work around but want to know if there is a way to manipulate this data, maybe with the display tag. I want to load the integers from the key pad entry button and would like to keep the last data there on a power-up....Thanks
 
With RIO, the only way to solve this is to make use of the notify and handshake bits and unique read and write tags. Your notify bits will only go true when an entry is made, and you set the handshake bit in the SLC to update the display tag. So you first XIC the Notify Bit MOV (or COP) the Write_Tag to the Read_Tag and branch to OTE the Handshake Bit.

This takes an extra two bits per entry element and a whole nuther element (display tag) per element squeezed into and existing RIO configuration which hopefully has enough spares in the existing BTR/BTW setup (if used)

Sidenotes:
I saw one app with only handshake tags and the screen control status word was used in PLC code to force all the items on that page to refresh for the first second after a page change. This won't work with RIO comms though.

Another very creative application only used three or four tags! It used the same value for all data entries, and mapped them based on screen selection and a slick utilization of scrolling list boxes as pointers, and the edit pop-up keypad was titled with a multi-state indicator which also followed the index of the tag. It was a PITA to figure this out when I needed to clamp one particular tag minimum entry value and tried to find it in an undocumented SLC file...

Paul
 
Last edited:
At work I am using a 2711 T6C1 and the initial tag value loads on power up. At home on bench I am using older 2711 B5A1 and it does not. I have checked and tags are all filled out the same. not using Notification, Handshake or Display tags on either ?
 
Both Panelview programs I go into will not let me un check box. They are checked and greyed out not available. Is there something I'm missing.
 
Both Panelview programs I go into will not let me un check box. They are checked and greyed out not available. Is there something I'm missing.


I did not see that you have a RIO terminal. See picture below. Then re-read OkiePC's post #2

startup.png
 
I think I get it, will do some tests this weekend. Thanks I'll let you know how I make out....
 

Similar Topics

Hello all, I'm currently working on a servo motor linear positioning system (ball screw). I'm all set up regarding communication between my HMI...
Replies
1
Views
92
Hi I'm working in Studio 5000 View Designer V9. The HMI panel im currently using is a 5510, whit physical buttons and functions keys on both side...
Replies
3
Views
178
Hi everybody, I have about three Red Lion HMI's, the calibration on the screens seems correct but where I'm using the pop up keypad to enter...
Replies
1
Views
114
Hi all so i have a robot project im working on were i need to set the layers. using the hmi screen i would like to use the numeric data display to...
Replies
11
Views
823
Hey, within FactoryTalk ME I have this numeric input enable button and it is not working. On the HMI, I see the button and the label but when I...
Replies
2
Views
517
Back
Top Bottom