Search found 13 matches
- Fri May 17, 2019 4:35 am
- Forum: Scripting
- Topic: Javascript iX.js location
- Replies: 1
- Views: 4066
Javascript iX.js location
where can I locate the javascript source file iX.js? All manuals mention it but not where it's at.
- Mon Sep 17, 2018 6:13 am
- Forum: Application Development
- Topic: T4a recipe
- Replies: 4
- Views: 7768
Re: T4a recipe
To change the recipe using screen and touch input: Create a button. Go to properties and in the action tab select Recipe -> Load recipe. When you press the button in runtime, a window will pop-out where you'll be able to select what recipe to load. In addition you can also directly attach a recipe ...
- Fri Sep 07, 2018 7:19 am
- Forum: Dynamics
- Topic: Logging Data based on range of tag values
- Replies: 2
- Views: 10523
Re: Logging Data based on range of tag values
There are certain parameters that the iX developer InteliSense doesnt pick up, for example the DataLoger.LogInterval
- Fri Sep 07, 2018 7:18 am
- Forum: Dynamics
- Topic: Logging Data based on range of tag values
- Replies: 2
- Views: 10523
Re: Logging Data based on range of tag values
Read the documentation, once in a while it has just what youre looking for. Create a script module and initialise a Timer and declare a TimeSpan on ScriptCreated event private static Timer logTimer = null; private TimeSpan interval; void ScriptModule1_Created(System.Object sender, System.EventArgs e...
- Fri Sep 07, 2018 6:34 am
- Forum: Application Development
- Topic: turning a bit switch on via website
- Replies: 1
- Views: 7224
Re: turning a bit switch on via website
Did you read up on the Web Server part of the ix Developer documentation? Theres a good tutorial how to operate tags and values using Javascript.
- Fri Sep 07, 2018 6:29 am
- Forum: Application Development
- Topic: re-usability of buttons and verification screens question
- Replies: 2
- Views: 7061
Re: re-usability of buttons and verification screens questio
Keep in mind that C# is a statically typed language, if you found a solution to your problem albeit long or complicated, you should celebrate.
- Fri Sep 07, 2018 2:39 am
- Forum: Application Development
- Topic: Acknowledge most recent active alarm
- Replies: 1
- Views: 4524
Re: Acknowledge most recent active alarm
Hi, I've messed around and came up with this. You can acknowledge all active alarms (or did you mean only the ones visible on the screen?) and last alarm one-by-one. Analyse it and if you have any questions how it works, feel free to ask. The main problem with this is to figure out when and how to r...
- Thu Sep 06, 2018 5:01 am
- Forum: Application Development
- Topic: Snippet location
- Replies: 1
- Views: 4057
Snippet location
Hi,
Is it possible to add custom code snippets or to edit the default ones? Where are they located?
Is it possible to add custom code snippets or to edit the default ones? Where are they located?
- Tue Sep 04, 2018 5:02 am
- Forum: Application Development
- Topic: Simulate with the small keyboard?
- Replies: 1
- Views: 4626
Re: Simulate with the small keyboard?
Hello,
I dont believe that is possible since the simulation runs on Windows and uses windows resources while the HMI runs on a WindowsCE and uses compact resources.
Might i ask why you would specifically need a small keyboard in a simulation?
I dont believe that is possible since the simulation runs on Windows and uses windows resources while the HMI runs on a WindowsCE and uses compact resources.
Might i ask why you would specifically need a small keyboard in a simulation?
- Tue Sep 04, 2018 5:00 am
- Forum: Application Development
- Topic: T4a recipe
- Replies: 4
- Views: 7768
Re: T4a recipe
Hello there, There is a special System Tag ( Tags -> Add tag -> System Tag ) which directly displays the recipe name when attached to a Label or AnalogNumeric element set to string on a screen. As for the remote change of the recipe, im not certain what you mean? This part will require a Script to b...