Search found 36 matches

by fsturlese
Fri Sep 25, 2020 4:18 am
Forum: Scripting
Topic: Handling array from scripting
Replies: 2
Views: 4198

Re: Handling array from scripting

Thanks Adam
by fsturlese
Tue Aug 04, 2020 11:20 am
Forum: Scripting
Topic: Handling array from scripting
Replies: 2
Views: 4198

Handling array from scripting

Hello, I am trying to initialize an array into my PLC by means of a script using the following code, launched by a button: public partial class ScriptModule1 { public void InitTags() { int i; Globals.Tags.Tag2.Value = 10; for (i=0; i<10; i++) Globals.Tags.Tag1.Values .Value = i; } } Tag2 gets intial...
by fsturlese
Mon Aug 03, 2020 11:14 am
Forum: Application Development
Topic: HTML5 browser
Replies: 2
Views: 5868

Re: HTML5 browser

Hi Russ,
yes the project is supposed to run on the PC runtime. We would need to open local files in HTML5 rather than a web URL. I can send you a sample file via PM, being confidential information.
Thanks,
Federico
by fsturlese
Fri Apr 17, 2020 8:59 am
Forum: Application Development
Topic: HTML5 browser
Replies: 2
Views: 5868

HTML5 browser

Hello all,
is there any plan for iX (PC platform) to incorporate a web browser that can read HTML5?
Thanks,
Federico
by fsturlese
Fri Jul 10, 2015 5:37 am
Forum: Scripting
Topic: Experience on Panel 16:9
Replies: 1
Views: 6441

Re: Experience on Panel 16:9

We developed projects both on 16:9 T7A/T4A panels and PC platform, without encountering any particular problem. It works the same way as 4:3.
Best regards,
Federico.
by fsturlese
Tue Sep 16, 2014 5:19 am
Forum: Scripting
Topic: Change button color via scripting
Replies: 1
Views: 6747

Change button color via scripting

Hello, is there any way to dynamically change the fill color of a button via scripting? The target is a T7A panel.
Thanks,
Federico
by fsturlese
Wed Feb 26, 2014 11:32 am
Forum: Application Development
Topic: Touch screen lost
Replies: 1
Views: 3988

Touch screen lost

Hello all, we are developing an application with iX 2.0 (pc version, Win 7) where a single touch-screen display is switched between two different pc's via KVM switcher. PC1 is running an iX application, PC2 is running a different application. Sometimes, when the touch-screen is switched from PC1 to ...
by fsturlese
Fri Aug 30, 2013 9:26 am
Forum: Scripting
Topic: Problem with sending chars through the serial port
Replies: 1
Views: 5487

Re: Problem with sending chars through the serial port

Problem found. It was due to the Unicode string encoding. I have changed the code to use the SerialPort.Write (Byte[], Int32, Int32) overload and now it works fine.
Regards,
Federico.
by fsturlese
Thu Aug 29, 2013 9:55 am
Forum: Scripting
Topic: Problem with sending chars through the serial port
Replies: 1
Views: 5487

Problem with sending chars through the serial port

Hello, I have modified the sample program by Ron to send characters out of the COM port, but some of the chars get altered. It seems that the characters having the MSB set to 1 are converted to 3F regardless of their value. The code I wrote is reported below, the commented lines show the actual valu...
by fsturlese
Tue Jul 09, 2013 11:08 am
Forum: Application Development
Topic: Chinese string from the controller
Replies: 4
Views: 6453

Re: Chinese string from the controller

Thank you Mark, I will give a try.
Regards,
Federico.