Search found 49 matches
- Mon Apr 18, 2016 2:19 am
- Forum: Application Development
- Topic: Alarmserver data to Datalogger
- Replies: 1
- Views: 8419
Re: Alarmserver data to Datalogger
Hi, what exactly are you looking for? A routine that saves/ writes alarms to a file? If you open up the "Script" for "Alarm Server" and hook up an event for "AlarmServer_AlarmActive" you get the information about the incomming alarm. void AlarmServer_AlarmActive(System.Object sender, System.EventArg...
- Mon Apr 18, 2016 1:57 am
- Forum: Application Development
- Topic: TrendViewer - Fatal Error
- Replies: 1
- Views: 8506
TrendViewer - Fatal Error
Hi, Software version: 2.20.2296 can anyone please help me figuring out what went wrong with the TrendViewer from the description in the Log-file: 2016-04-16 18:15:11,603 [22] FATAL Neo.ApplicationFramework.Common.Runtime.GlobalsBase [(null)] - Unhandled Exception causing shutdown. System.InvalidOper...
- Thu Feb 25, 2016 11:40 am
- Forum: Application Development
- Topic: "Crash" after upgrading to iX v2.20
- Replies: 1
- Views: 9158
"Crash" after upgrading to iX v2.20
Hi,
is anybody else experiencing "crash" on screens after the latest update?
After saving, closing and reopening the project I've experienced that everything on the screen is lost - left with a red "M" in the top left corner.
is anybody else experiencing "crash" on screens after the latest update?
After saving, closing and reopening the project I've experienced that everything on the screen is lost - left with a red "M" in the top left corner.
- Wed Aug 27, 2014 2:33 am
- Forum: Application Development
- Topic: Populate dynamically a combobox
- Replies: 2
- Views: 7926
Re: Populate dynamically a combobox
I'm not sure if you can do this without any scripting.
You can fill a combobox at an event, i.ex. when a screen opens ->
ComboBox.Items.Add(itemvalue);
You can fill a combobox at an event, i.ex. when a screen opens ->
ComboBox.Items.Add(itemvalue);
- Tue Aug 19, 2014 4:14 am
- Forum: Application Development
- Topic: Add report to iX 2.10 project
- Replies: 1
- Views: 5496
Re: Add report to iX 2.10 project
Never mind..
If any other ppl have the same issue, move the report file out of "Project Files" directory before adding.
the file will be moved here when adding the report.
If any other ppl have the same issue, move the report file out of "Project Files" directory before adding.
the file will be moved here when adding the report.
- Tue Aug 19, 2014 4:11 am
- Forum: Application Development
- Topic: Add report to iX 2.10 project
- Replies: 1
- Views: 5496
Add report to iX 2.10 project
Hi,
I'm having trouble adding reports to my iX 2.10 project.
I've made sure that all excel spreadsheets are closed and that the .xls file not being accessed by any other application.
I'm having trouble adding reports to my iX 2.10 project.
I've made sure that all excel spreadsheets are closed and that the .xls file not being accessed by any other application.
- Mon May 26, 2014 5:30 am
- Forum: Application Development
- Topic: Scheduled task
- Replies: 1
- Views: 6768
Scheduled task
Hi,
is it possible to run a scheduled task every second in iX?
is it possible to run a scheduled task every second in iX?
- Wed May 21, 2014 12:56 am
- Forum: Application Development
- Topic: iX' OPC UA server
- Replies: 4
- Views: 9746
Re: iX' OPC UA server
Thank you, AMitchneck!
I've seen the SDK but haven't bought/ tried it.
Have you ever used the ...TCPclient? I would really appreciate an example
I've seen the SDK but haven't bought/ tried it.
Have you ever used the ...TCPclient? I would really appreciate an example
- Tue May 20, 2014 7:41 am
- Forum: Application Development
- Topic: iX' OPC UA server
- Replies: 4
- Views: 9746
Re: iX' OPC UA server
Ok..
As long as the iX Runtime runs as a Server it should be possible to connect a UA Client to it (I've succesfully done it with UaExpert).
What I wan't is to make a C# (.NET) application that communicates with the iX server.
As long as the iX Runtime runs as a Server it should be possible to connect a UA Client to it (I've succesfully done it with UaExpert).
What I wan't is to make a C# (.NET) application that communicates with the iX server.
- Tue May 20, 2014 6:41 am
- Forum: Controller Communication
- Topic: OPC UA Server Communication
- Replies: 2
- Views: 10025
Re: OPC UA Server Communication
By running iX 2.10 (runtime on PC) as UA-server I've been able to read server information and variables through Unified Automation UaExpert - as a client...
Do you have any examples for a C#-program running as client to iX Runtime "server"?
Do you have any examples for a C#-program running as client to iX Runtime "server"?