Questions reggarding Factory Talk ME Studio 11

AlexGLV

Member
Join Date
Apr 2021
Location
Mexico
Posts
1
Greetings!

My name is Alex and I'm a fellow PLC programmer and developer.

Currently I've been having issues with a FTView project. I would appreciate if you could help me with this 2 questions.

1) Whenever I use a Numeric Input Enable object and I do a test run it works just fine, but when I create the runtime application the keyboard doesnt show when I click the object. Am I missing something?

2)The second doubt I have is if it's possible to use a Numeric Input Enable object to write to multiple tags at once. The application I'm working at requires the operator to assign a set point value to different equipments using a single control. Can this be done in FTView ME?

Thanks in advance :)
 
Welcome to the forum Alex,

It has been sometime I never use a keypad model. So my doubt is,
Does your screen comes with a keypad.

For your second question, why don't you write your numeric input to a variable and use that variable as an input to your multiple tags

Regards
 
1) Whenever I use a Numeric Input Enable object and I do a test run it works just fine, but when I create the runtime application the keyboard doesnt show when I click the object. Am I missing something?
Most things I can think of would also cause it to not show when doing a test. This probably isn't the issue, but make sure you have the pop-up setting set to 'Keypad' not 'None' on the Numeric tab.

2)The second doubt I have is if it's possible to use a Numeric Input Enable object to write to multiple tags at once. The application I'm working at requires the operator to assign a set point value to different equipments using a single control. Can this be done in FTView ME?

I usually handle that sort of thing in the PLC, but you could probably write to an HMI tag then use a macro to write that tag to multiple PLC tags.
 
...I usually handle that sort of thing in the PLC, but you could probably write to an HMI tag then use a macro to write that tag to multiple PLC tags.

Following up on that, you could have the numeric input write to a single tag. It could even be an HMI tag. Then have a "download" button sitting right next to it that they press to confirm the change. It would actually be a macro button calling a macro that writes that tag to all the necessary destinations. Label the Numeric Input something like "Change Setpoint".

And yes, make sure the Numeric Input is set to Keypad, not none or scratchpad if it is a touchscreen version. If the PV terminal has a keypad, then you could use scratchpad.

OG
 

Similar Topics

Hello everyone, I'm new here. First of all I just want to say that you guys are very knowledgeable and reading your posts on here has saved my...
Replies
4
Views
159
Hello All, Was hoping I could get a little help with Modicon ladder logic. This is the first time I have seen Modicon logic and currently trying...
Replies
6
Views
249
Hello, I am new to Codesys, and am trying to learn about it for a project we're developing. I've got a couple questions, but first a little...
Replies
1
Views
133
I'm trying to build my Classic Step 7 programming skills this weekend. I get stuck on little things that are not covered in YouTube tutorials. I'm...
Replies
7
Views
311
Hello all, I'm a new member here. I've joined as I want to learn about PLC programming. I've got a few questions to begin with. To get me...
Replies
37
Views
4,529
Back
Top Bottom