FactoryTalk View SE Numeric Input Focus

zacslade

Member
Join Date
Oct 2014
Location
Phoenix, AZ
Posts
84
Hi All,

I am working on a project in FactoryTalk View SE, Release Number 8.10.00 (CPR 9 SR 7.4). My computer is running Windows 7 pro, latest updates.

==Observations:==
I have a docked window with two numeric inputs on it. (Let's call them numeric input A and B). Both inputs are configured with "continuously update" checked, and "discard input and resume updating when focus is lost" checked.

Both inputs also have "confirm numeric entry checked". (This issue only exists when I have confirmation dialogues configured.)

The numeric inputs are tied to tags in a PLC. The PLC has logic to reject "invalid" inputs, and immediately overwrite them with the most recent "valid" number.

==Problem:==
When I enter an invalid number into one of the numeric inputs (say input A), then press OK in the dialog, the invalid number remains in the box even though the PLC has overwritten it with a valid number. I note that input A has focus (the outline is solid, not dashed). I then click on input B. Now both inputs have solid outlines indicating they both have focus. In order to get input A to lose focus and update to show the latest data in the PLC, I have to click input B, then click input A again, and then click input B a second time. Alternatively, I can close and re-open the window.

Can anyone else reproduce this issue and confirm that it's not just my computer? Does anyone have any ideas for a workaround? If possible, I would prefer to avoid using VBA at all on this HMI.

Thanks in advance!
 
That is SE's typical behavior. Numeric entries just plain suck.
I had to write my own keypad in VBA just to get around SE's stupidity.

FTView - Just say no.
 

Similar Topics

I'm working on converting an old PanelBuilder 1200 HMI application into FactoryTalk View ME. The PLC was an old SLC 5/02 with a scanner card for...
Replies
2
Views
1,074
I'm using numeric input enable link tag to PLC DINT type. What I want is for the example in the panel view user will input 350.568 (and shown on...
Replies
1
Views
1,100
Good Afternoon , I have an older Panelview Plus and do not have the application . I'm in the process of re-doing the HMI application from...
Replies
11
Views
3,832
Good Morning , I'm trying to use a Numeric Input Enable in a FactoryTalk ME application. I have a REAL ( Data Type ) that I would like to...
Replies
2
Views
7,055
Hi all, I'm working on a program with a numeric display field which seems to be capped by a minimum and maximum. This isn't a typical numeric...
Replies
6
Views
3,245
Back
Top Bottom