Search found 20 matches

by antoineA
Fri Jan 27, 2012 2:32 am
Forum: Controller Communication
Topic: Modbus Slave RTU/TCP problem
Replies: 12
Views: 36417

Re: Modbus Slave RTU/TCP problem

I have done tests with a new project which contains only one screen with 5 Analog Numeric areas. I have defined 5 tags (one on each Analog Numeric) and mapped to them differents address. 1st test : 1st tag => address 2045 (mapped to first Analog Numeric) 2nd tag => address 2046 (mapped to second Ana...
by antoineA
Tue Jan 24, 2012 5:02 am
Forum: Controller Communication
Topic: Modbus Slave RTU/TCP problem
Replies: 12
Views: 36417

Re: Modbus Slave RTU/TCP problem

I forgot to tell I have the ModBus Slave 4.12.04 version.

antoineA.
by antoineA
Tue Jan 24, 2012 4:58 am
Forum: Controller Communication
Topic: Modbus Slave RTU/TCP problem
Replies: 12
Views: 36417

Modbus Slave RTU/TCP problem

Hi, I'm developing an HMI on T4A panel and I try to communicate with it from my computer with TCP Modbus. I have a TCP modbus software on my computer which allows me sending and receiving data in Modbus format. I have chosen Modbus Slave controller in Ix Developer and I have a problem. By default, t...
by antoineA
Fri Jan 20, 2012 5:26 am
Forum: Scripting
Topic: Multilanguage support for script variables
Replies: 5
Views: 11949

Re: Multilanguage support for script variables

Hi,

So i suppose there is no script instruction which allows define current language?

Best regards,

antoineA.
by antoineA
Wed Jan 18, 2012 3:36 am
Forum: Scripting
Topic: Change keypad size
Replies: 7
Views: 13012

Re: Change keypad size

Thank you for your quick reply, It's works very well! However, I have another question : Is it possible to define where the keypad will appear? In fact, It happens that the keypad gets out of the screen size. Is there a parameter in .kbl file which allows to define the starting XY location when the ...
by antoineA
Mon Jan 16, 2012 4:37 am
Forum: Scripting
Topic: Change keypad size
Replies: 7
Views: 13012

Change keypad size

Hi Ron, I'm using a T4A panel and I would like to know if it's possible to change keypad size? Currently i'm using system keypad (included in iX developer with .kbl extension). Is it possible to edit this file to change keypad size or create a custom keypad (where I can change button size?). Thanks ...
by antoineA
Thu Jan 05, 2012 1:41 am
Forum: Scripting
Topic: Change popup screen style
Replies: 2
Views: 8540

Re: Change popup screen style

Hi Ron L,

Thanks for your quick reply.
I apologize for my lack of precision, it's for T4A application.

Best regards,

AntoineA.
by antoineA
Tue Jan 03, 2012 10:40 am
Forum: Scripting
Topic: Change popup screen style
Replies: 2
Views: 8540

Change popup screen style

Hi Ron, I would like to know if it's possible to change popup style, espacially the title bar style. I have seen the topic in order to disable title bar but in spite of disabling it, the title bar style stays. I wonder if it's possible to change title bar colour, using SetSysColors function or somet...
by antoineA
Mon Jan 02, 2012 5:17 am
Forum: Scripting
Topic: Min & Max Linear Meter scale
Replies: 4
Views: 13055

Re: Min & Max Linear Meter scale

Hi Ron L,

I have seen that it's not possible to change dynamically min and max for a linear meter but I wonder if it's possible for circular meter? Or it's impossible for all meters in iX Developer?

Thanks you for your answer,

AntoineA.
by antoineA
Wed Dec 14, 2011 7:38 am
Forum: Scripting
Topic: Adding radiobutton with a button
Replies: 4
Views: 10676

Adding radiobutton with a button

Hi, I'm new in C# and I have a problem. I have a screen 1 (called "ecranSave") which contains one button. When I click on this button, it adds radiobuttons. However, when I change screen and I go back to screen 1, radiobuttons disappear. This is the sample code I have written : public partial class ...