FactoryTalk View ME numeric input enable

Jon46123

Member
Join Date
May 2013
Location
Indiana
Posts
4
I've got a numeric input enable that I am trying to use to set motor speed. (minimum=1, maximum=10, ramp value=0, decimal point=implicit). It is connected to tag "write_speed" (type=analog, minimum=1, maximum=10, scale=1, offset=0, data type=unsigned integer). This application was imported from a previous PanelBuilder32 application, if that is relevant, and from what I've been told it had always worked prior to the conversion.
The problem I'm seeing now is when a value is input, that value will show just briefly, and then it changes to 1. I've searched the PLC code and I don't see anywhere else that would affect the value of the integer file the tag is associated with (N7:20). The only occurrence of N7:20 in the logic is the SCP instruction (Input=N7:20, Input min=1, Input max=10, Scaled Min=16382, Scaled Max=32764, Output=O:12.0). I am at my wits end on this. I would appreciate any feedback.
 
Found out in the connections tab had the same tag assigned for "Enter". Removed the tag from that, and the numeric entry functions correctly now.
 

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,104
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,164
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,893
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,175
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,292
Back
Top Bottom