Search found 7 matches
- Wed Aug 21, 2013 5:22 am
- Forum: Application Development
- Topic: Log to external database
- Replies: 3
- Views: 26235
Re: Log to external database
Hi Edmund, I am no Historian expert either, in fact I have never even seen it. Target is T15C and it is decided (not by me) to use Historian, and we already have it. The Historian application will run on a different computer. I have done some research since my first post and I am fairly sure that Hi...
- Tue Aug 20, 2013 6:29 am
- Forum: Application Development
- Topic: Log to external database
- Replies: 3
- Views: 26235
Log to external database
I need to use Wonderware Historian to
log process data. Can this be done and
if so, how?
log process data. Can this be done and
if so, how?
- Tue Aug 06, 2013 6:37 am
- Forum: Scripting
- Topic: Covert int to string
- Replies: 13
- Views: 24950
Re: Covert int to string
Hi Edmund,
Tanks for the quick reply.
I managed to get it to work by using private variables, see screen dump.
But I will try your proposal too.
Thanks
Goran
Tanks for the quick reply.
I managed to get it to work by using private variables, see screen dump.
But I will try your proposal too.
Thanks
Goran
- Tue Aug 06, 2013 5:10 am
- Forum: Scripting
- Topic: Covert int to string
- Replies: 13
- Views: 24950
Re: Covert int to string
I too need to convert an int to a string. I will also need to convert the other way, i.e. a string to an int. After looking in the forum I have tried this: void RecipeNumber_ValueChange(System.Object sender, Neo.ApplicationFramework.Interfaces.Events.ValueChangedEventArgs e) { Globals.Tags.RecipeNam...
- Thu May 02, 2013 12:30 am
- Forum: Application Development
- Topic: Run other applications from IX?
- Replies: 2
- Views: 6239
Re: Run other applications from IX?
Thanks Mark,
It works perfectly.
FYI I saw the other thread after I posted this. I tried that too
but the winows opened behind when I tried that too.
Best regards
Goran
It works perfectly.
FYI I saw the other thread after I posted this. I tried that too
but the winows opened behind when I tried that too.
Best regards
Goran
- Tue Apr 30, 2013 5:06 am
- Forum: Scripting
- Topic: External program check
- Replies: 15
- Views: 36033
Re: External program check
Hi Edmund, I copied your script into my test application but I got a couple of compilation errors: "The type or namespace name "DllImport" could not be found" and "The type or namespace name "DllImportAttribute" could not be found" Both referring to the line: [DllImport("user32.dll")] What am I miss...
- Tue Apr 30, 2013 2:31 am
- Forum: Application Development
- Topic: Run other applications from IX?
- Replies: 2
- Views: 6239
Run other applications from IX?
I would like to make a service screen similar to the Windows desktop with Icons to start other applications, e.g. configuring software for regulators. Is it possible to do this and if so, how? I have been able to start Adobe Reader using the "Run" action but it runs behind the IX screen so it can no...