Search found 23 matches

by smolenak
Fri Apr 05, 2013 1:32 am
Forum: Scripting
Topic: External program check
Replies: 15
Views: 27871

Re: External program check

Yes I'm running application in PC environment. Thanks Edmund, it works great! :) Only one problem still exists.. when notepad-window is minimized by user, it won't open it back to screen while we press the button (script). Would there be a solution for this..? And another question to this - how can ...
by smolenak
Tue Mar 26, 2013 5:06 am
Forum: Scripting
Topic: Periodic Timers - how to prevent autostart?
Replies: 2
Views: 5840

Re: Periodic Timers - how to prevent autostart?

That's it - thanks a lot, Edmund!! :)
by smolenak
Mon Mar 25, 2013 6:43 am
Forum: Scripting
Topic: Periodic Timers - how to prevent autostart?
Replies: 2
Views: 5840

Periodic Timers - how to prevent autostart?

I have tried this example:
http://ixtalk.beijerelectronics.us/view ... hp?f=9&t=5

But my question is, how could I prevent the timer from starting right after when the application is started? Now it starts counting automatically, and that's why I cannot use it properly.

Thanks in advance!
by smolenak
Tue Mar 12, 2013 2:42 am
Forum: Scripting
Topic: External program check
Replies: 15
Views: 27871

Re: External program check

Sorry about my bad explanation.. So I just want to run one instance of notepad from iX. Now I have button which does the job. BUT, when user presses the button many times, it just runs one more notepad session again.. until we have many notepad windows open.. So I want to limit somehow that I have j...
by smolenak
Mon Feb 25, 2013 6:14 am
Forum: Scripting
Topic: External program check
Replies: 15
Views: 27871

External program check

Hello,

there is Run command in iX, when you want to execute the external program. Could you tell me how could I check, that if it's (process) already running (if it is, then activate focus, bring to top of the iX window) or not (then run the application)?

Thanks!
by smolenak
Thu Feb 21, 2013 1:27 am
Forum: Application Development
Topic: Scheduler problem
Replies: 1
Views: 4000

Scheduler problem

Hello, I can't get Scheluder to work with Database Export function in Action. I just added new scheluder with period of "EveryMinute" (now for testing purposes) and added "Database Export" into Action properties, when Scheluder is activated. But nothing happens.. I have check that Start Time is also...
by smolenak
Tue Jan 29, 2013 1:55 pm
Forum: Scripting
Topic: Alarm duration
Replies: 1
Views: 4909

Alarm duration

Hi,

I'm just wondering if there would be a way to calculate the duration of the individual alarms (seconds etc.) and show these with other alarm details?

Thanks!
by smolenak
Tue Jan 29, 2013 2:35 am
Forum: Scripting
Topic: Load recipe
Replies: 1
Views: 7500

Load recipe

Hello, I'm trying to get recipes loaded with Globals.Tags.Recipes.LoadRecipe(stringTag); I have list box where all recipenames are, and by choosing recipe it is assigned to stringTag. But how can I use stringTag to load recipe? It does not accept to use the string type tag..? I hope fast reply - Tha...
by smolenak
Thu Jan 24, 2013 12:54 am
Forum: Scripting
Topic: Tag description
Replies: 7
Views: 9754

Tag description

Hello,

is there any possibility to show the tag description on the screen?
Thanks!
by smolenak
Tue Jan 08, 2013 12:40 am
Forum: Scripting
Topic: Alarm filtering by DB query
Replies: 1
Views: 4945

Alarm filtering by DB query

Hello, what would be proper syntax for querying ActiveTime column (datetime) from AlarmServer table (Database.sdf)? I have datetime format like 8.12.2013 8:26:26. This is ok and works: DatabaseViewer1.SendSelectQuery("Select * from AlarmServer", "Database.sdf"); This for example fails.. It just does...