Search found 7 matches

by stm-tjt
Sun Jun 28, 2020 11:51 pm
Forum: Scripting
Topic: Tag value change in screen script
Replies: 2
Views: 5758

Re: Tag value change in screen script

Hello stm-tjt, I took a quick look at this and have a suggestion you can try but it's probably not the most direct approach. I think it does what you're looking for. I would encourage you to find a better solution. I think the main challenge here is generating an event on the screen so you can run ...
by stm-tjt
Fri Jun 26, 2020 3:54 am
Forum: Scripting
Topic: Tag value change in screen script
Replies: 2
Views: 5758

Tag value change in screen script

Hi, I am researching the opportunity to create a dynamically populated list box based on this sample program , however I'd like to call the function when a specific tag becomes true instead of when pressing a button. Is there a way to do either of these options: Call a function from the screen scrip...
by stm-tjt
Thu Sep 05, 2019 5:52 am
Forum: Application Development
Topic: Is there a way to batch-update tag names for controls?
Replies: 2
Views: 3683

Re: Is there a way to batch-update tag names for controls?

If you're just updating a tag name from Tags.S1_<tagname> to Tags.S2_<tagname> on each screen, you can do a search and replace in the XAML page on each screen. Its not as ideal as an import, but it a bit easier than clicking each object on each screen. (See below for the example of an XAML page) xa...
by stm-tjt
Tue Jun 04, 2019 12:35 am
Forum: Application Development
Topic: Is there a way to batch-update tag names for controls?
Replies: 2
Views: 3683

Is there a way to batch-update tag names for controls?

Hi, The tags in our iX projects are prefixed with the PLC name, e.g. "S1". We recycle a lot of our iX programs, but often the tags will have to be renamed or re-imported. Is it possible to batch-replace e.g. "S1_" with "S2_" in the tag names used in panel controls, like numerical fields, buttons etc...
by stm-tjt
Wed Feb 13, 2019 2:31 am
Forum: Application Development
Topic: Button graphics missing after new build/rebuild
Replies: 1
Views: 2967

Button graphics missing after new build/rebuild

Hi, I have a forward and back navigation button on most screens in my project, made in 2.40 SP1. The back button navigates to previous screen, while the forward button goes to a specific screen. I have tried this with the back button placed either on each page or in the template screen I use as back...
by stm-tjt
Thu Jan 31, 2019 8:32 am
Forum: Application Development
Topic: Show virtual keyboard with Web Browser object
Replies: 1
Views: 2844

Show virtual keyboard with Web Browser object

Hi, We are taking steps to incorporate the Web Browser object into our X2 pro 10 panel programs for PLC web server diagnostics. However, I am currently unable to trigger the virtual keyboard when interacting with forms (text inputs) on web pages. The typing cursor shows correctly in the box, but the...
by stm-tjt
Thu Nov 08, 2018 5:32 am
Forum: Application Development
Topic: Sorting alarm viewer by groups and time
Replies: 1
Views: 8123

Sorting alarm viewer by groups and time

Hi, We have two alarm groups ( Alarms and Messages ), and of course Alarms has priority. A common alarm viewer for both would be preferable, but since alarms have to take priority and thus show above any messages in the viewer. No buttons or column headers are visible to the operator in the viewer. ...