FTView SE Newbie Needs Help

Maximuse

Member
Join Date
Apr 2013
Location
Ontario
Posts
51
I've used FTView ME for as long as I can remember but am now developing an application with SE. I've imported an ME project that will serve as the template for the SE project but have noticed some things.

How do I make a numeric entry button that actually looks like a button and not just a white box? I've poked around with the "Button" object hoping maybe I could use it to "run" the numeric entry but that hasn't worked. I've thought about just making a fake button out of a panel object and putting it on top of the numeric entry but i'm pretty sure that'll just obscure the numeric entry altogether. My inexperience with SE is showing as I'm sure this is very simple, are there any "accepted" workarounds for this?
 
The numeric entry object in FTView SE is total garbage. I typically use a multistate indicator (for maximum customization) and then put a transparent numeric entry object over the top, then group them.

On another project I built my own numeric entry object using touch animation and a custom keypad, that's also an option.

Or I believe that there are ActiveX numeric entries available for download somewhere.
 
The numeric entry object in FTView SE is total garbage. I typically use a multistate indicator (for maximum customization) and then put a transparent numeric entry object over the top, then group them.

On another project I built my own numeric entry object using touch animation and a custom keypad, that's also an option.

Or I believe that there are ActiveX numeric entries available for download somewhere.

Thank you ASF, forgive me but how do I create a transparent numeric entry object? There doesn't seem to be that option within the properties like there is with ME.
 
Apologies, it's been a while since I dealt with this problem. You're right, you can't make it transparent - just place it behind the panel/multistate indicator object. If the object in front is a button it won't work, as the button will take the focus when you try and click on it, but if the object in front is just a panel or a multistate indicator configured to look like a button, the click will get passed through to the numeric input behind it.

If I were you, I'd have a look at global objects. You can build the object once, configure parameters #1, #2 and #3 as the tag, minimum and maximum respectively, and then just put instances wherever you need them.
 

Similar Topics

I am creating a global object in FTView SE 13. I want to have a string read from the PLC and display (in this case the tagname). So lets say...
Replies
4
Views
171
I want to set user security level based on the value of a tag in my PLC called "ActiveUser". That tag will contain the A-P code which we use for...
Replies
6
Views
216
Hi All, we've recently upgraded from FTView SE v10 to v12. Since the upgrade we've been having a problem where the HMI is slow to update tags in...
Replies
0
Views
90
Hi, I have an issue accessing tags in 3 of my plcs'. When I go to select a tag there is no folder drop down as can be seen in the photo. Any...
Replies
0
Views
88
Hello, I have converted RSView 32 to FTView SE 14 (I have tested FTView 12 before as well and there were some difficulties so I moved on to...
Replies
4
Views
252
Back
Top Bottom