Search found 26 matches

by philip.joebstl
Thu Jul 03, 2014 1:27 am
Forum: Scripting
Topic: Change AlarmTrigger in runtime
Replies: 1
Views: 5801

Change AlarmTrigger in runtime

Hello,

is it possible to change the trigger value of an alarm in runtime by script?

I know it would be possible to create the same functionality with the use of expressions, but this is a bit uncomfortable in my opinion.

Thanks for the help!
by philip.joebstl
Thu Jan 16, 2014 3:29 am
Forum: Application Development
Topic: Remote Access Viewer proble
Replies: 1
Views: 5367

Remote Access Viewer proble

Hi there, i wanted to start the "RemoteAccessViewer" directly from the iX Application (PC target), and automatically connect to a T7A panel. I start the app via the command line typing: C:\...\vncviewer.exe 192.168.1.1 The password input window is coming up, and it succesfully connects to the client...
by philip.joebstl
Mon Nov 04, 2013 2:48 am
Forum: Application Development
Topic: TxA Transformation problem
Replies: 1
Views: 4155

TxA Transformation problem

Hi there, Our customer is using both T7A and T10A panels. Because of switching the target is very easy, i'm developing the project on an T7A target. T7A before conversion.png But I found that the "WordWrap" property is missing after transformation of targets! I think I also had this problem before w...
by philip.joebstl
Mon Sep 23, 2013 12:57 am
Forum: Controller Communication
Topic: Problem accessing Mitsubishi A-Series CPU
Replies: 1
Views: 6664

Problem accessing Mitsubishi A-Series CPU

Hallo, I'm trying to connect the iX T4A - Panel to a Mitsubishi A-Series CPU (CPU-Port). Communication settings should be correct, we tried with both COM-Ports and each of them with RS232 and RS422, and we also deleted the build files and rebuild after setting the communication. But still there is t...
by philip.joebstl
Tue Sep 10, 2013 8:23 am
Forum: Scripting
Topic: LINQ to dataset
Replies: 3
Views: 13668

Re: LINQ to dataset

Hi Mark,

I somehow didn't notice that these extension methods are not supported in CF.
As always, thank you for the quick answer!
by philip.joebstl
Thu Sep 05, 2013 2:11 am
Forum: Scripting
Topic: LINQ to dataset
Replies: 3
Views: 13668

LINQ to dataset

Hi there, I am working on a TxA- and -B- Series Target programming an application with database connection. So i thought about using a dataset and the "LINQ to Dataset" functionality. So I wrote the following code: DataSet ds; ... var result = ds.Tables["tabRecipe"].AsEnumerable() .Where(row => row....
by philip.joebstl
Thu Aug 22, 2013 1:19 am
Forum: Application Development
Topic: Problem adding third party controls
Replies: 1
Views: 5002

Problem adding third party controls

Hi there, I'm trying to use custom controls for TxA and -B series targets. There are plenty of nice controls like here: http://www.resco.net/mobileformstoolkit/ So I downloaded the trial and added some controls to the iX Developer (V2.0 SP1). But when I add the controls to a page, their just white, ...
by philip.joebstl
Tue Feb 12, 2013 10:09 am
Forum: Application Development
Topic: Control recipes from controller
Replies: 5
Views: 9791

Re: Control recipes from controller

Sorry, I had the 'LoadRecipe'-Action still set on that button. Shame on me. Of course now there comes no dialog any more :lol:
by philip.joebstl
Tue Feb 12, 2013 8:01 am
Forum: Application Development
Topic: Control recipes from controller
Replies: 5
Views: 9791

Re: Control recipes from controller

I have another question regarding this topic. I tried to load a recipe by passing the recipe name in the sample project Sample_recipe, there it was working fine. But when I do the same thing on a T7A-panel project, it loads the chosen recipe and then always pops up with the load recipe-screen. Is th...
by philip.joebstl
Fri Feb 08, 2013 4:07 am
Forum: Application Development
Topic: iX Developer Bug?
Replies: 2
Views: 5321

iX Developer Bug?

Hello, today I have a really awkward problem: I created a popup window (I'm building a message box for the TxA) and it worked fine. But after a while (I think its after building the project) the developer looks like this: iXDeveloperBug.jpg After deleting and recreating the screen the problem comes ...