Search found 13 matches

by jmkowol
Sat Sep 06, 2014 8:47 am
Forum: Application Development
Topic: Edit Gain and Offset dynamically
Replies: 3
Views: 8262

Re: Edit Gain and Offset dynamically

Just saw this post and....wanted to say thanks.....I always was looking for the solution for the "scaling" problem.
J
by jmkowol
Fri Sep 05, 2014 8:40 pm
Forum: Controller Communication
Topic: Beckhoff ADS comm problem
Replies: 1
Views: 9449

Re: Beckhoff ADS comm problem

Hello, Do you still have problems with the Beckhoff ADS connection. If yes post the controller settings in the forum and I maybe be able to help. We do use this and similar PLC CX-5xxx, cx-9xxx and the communication works great. You need not only set the HMI parameters in the iX developer but you ha...
by jmkowol
Thu Sep 04, 2014 3:12 pm
Forum: Application Development
Topic: BECKHOFF ADS-Symbolic Driver and Arrays
Replies: 1
Views: 6015

BECKHOFF ADS-Symbolic Driver and Arrays

Programming an HMI application we would like to use the Beckhoff ADS-symbolic driver via Ethernet to one of the iXT10A HMI. My colleagues and I tried to access a one-dimensional array using index variables with no success. Doing it with the "other" ADS driver worked just fine. Does any one in this f...
by jmkowol
Fri Nov 08, 2013 9:33 am
Forum: Scripting
Topic: Change of color in a Linear meter display based on bit value
Replies: 1
Views: 6276

Change of color in a Linear meter display based on bit value

Hello all, Another small scripting issue as an iX developer beginner. using Information designer it was really easy to change the color of the bar-graph in a Linear Meter element. Now I want to use a similar function in the iX developer and it does not work quite I want to. I created a Variable that...
by jmkowol
Thu Nov 07, 2013 10:06 am
Forum: Application Development
Topic: About Recipes size & functionality in TxA
Replies: 6
Views: 11265

Re: About Recipes size & functionality in TxA

HELLO, I did solve this problem adding a TAG "TagLatestRecipeName" (String <100>) Set it as always active and non-volatile in the configuration tabs. ...and then used the "SystemTagLatestLoadedRecipeName" and do the comparison. Did the evaluation on Value change for the system TAG. _________________...
by jmkowol
Mon Nov 04, 2013 12:26 pm
Forum: Scripting
Topic: External program check
Replies: 15
Views: 27880

Re: External program check

Is there a way to Open a "note pad" application on a T7A HMI? The reason why I am asking is that down the road I might need to edit a NC program code as Txt file in the HMI environment and using an already existing Editor would help ding so. Any Ideas? At this moment it is not a "hot topic" for me b...
by jmkowol
Mon Nov 04, 2013 11:31 am
Forum: Controller Communication
Topic: How TO: Access the "just saved" recipe name ???
Replies: 2
Views: 18388

How TO: Access the "just saved" recipe name ???

Hello Everyone, Another maybe really easy question. I need to display some recipe information on the screen and can find the "last Loaded recipe" value/name in a system tag. My questions is how to get the "just saved" recipe name. My problem is that when I have a recipe loaded, change some parameter...
by jmkowol
Mon Nov 04, 2013 11:22 am
Forum: Controller Communication
Topic: T7A HMI Access via FTP
Replies: 2
Views: 8454

Re: T7A HMI Access via FTP

Thanks
by jmkowol
Mon Oct 28, 2013 3:38 pm
Forum: Controller Communication
Topic: T7A HMI Access via FTP
Replies: 2
Views: 8454

T7A HMI Access via FTP

Hello everyone. Relatively new to iX developer 2.0 but fairly familiar with the Information Designer (was using it for the last 3 years) I am trying to access the WinCE file structure on the HMI via FTP to secure the Recipe database or exported to file recipe "csv" format. It was really easy with th...
by jmkowol
Wed Oct 23, 2013 7:59 am
Forum: Scripting
Topic: Changing Text color based on instance id number
Replies: 6
Views: 15574

Re: Changing Text color based on instance id number

Edmund,
Thanks a lot :D
J