Search found 34 matches

by KevinA.
Tue Feb 12, 2013 12:09 pm
Forum: Application Development
Topic: Project size limit reached
Replies: 1
Views: 4673

Project size limit reached

Hello, I am using ix Developper 2.0 and T10A iX Panels. I have recently reached the limit of 80mb (81.7mb). It does not seem to affect the runability as I am still able to download to the iX panel. Is there a way to increase this limit ? Also, I would like to know the impact of reaching the project ...
by KevinA.
Wed Jan 09, 2013 11:58 am
Forum: Application Development
Topic: Slow Refresh Rate iX panels
Replies: 9
Views: 17019

Re: Slow Refresh Rate iX panels

Hello, I have found what is causing the delay: The Alarm Server . The number of AlarmItems in the Alarm Server Function is directly affecting the HMI delay. After removing all Alarm Server ''AlarmItems'' my delay was gone. The HMI refresh was now Instant. Unfortunately, as I was adding back AlarmIte...
by KevinA.
Fri Jan 04, 2013 12:30 pm
Forum: Application Development
Topic: Slow Refresh Rate iX panels
Replies: 9
Views: 17019

Re: Slow Refresh Rate iX panels

The controller is Allan & Bradley - CompactLogix L33ER v20. The protocol selected in the ix Developer is Ethernet ControlLogix with Allan & Bradley. My project size is 44.4/80mB, using 30% average RAM and 957 tags. I have tried removing all scripts and pictures to improve feedback speed without succ...
by KevinA.
Thu Jan 03, 2013 5:28 pm
Forum: Application Development
Topic: Slow Refresh Rate iX panels
Replies: 9
Views: 17019

Re: Slow Refresh Rate iX panels

Hello, mark.monroe As suggested, I have added a CPU utilization system tag to verify CPU usage which is (40-60% not very high). I have also verified the poll rate which was set to 100ms. I have tried changing it to 500ms (maybe 100ms was too demanding), but the delay is the same. Edmund How do you s...
by KevinA.
Thu Dec 27, 2012 3:33 pm
Forum: Application Development
Topic: Slow Refresh Rate iX panels
Replies: 9
Views: 17019

Slow Refresh Rate iX panels

Hello,

I would like to know if there is a way to improve refresh rate on iX panels T7A and T10A ??

There is a delay of 4 seconds after the HMI received a BOOLEAN bit from the PLC to trigger dynamic color change requests for shapes.

Thank you for your support,
by KevinA.
Thu Dec 20, 2012 3:22 pm
Forum: Application Development
Topic: Reboot after close
Replies: 12
Views: 18921

Re: Reboot after close

Thanks again for your fast help Mark, really appreciated!!
by KevinA.
Thu Dec 20, 2012 10:50 am
Forum: Application Development
Topic: Reboot after close
Replies: 12
Views: 18921

Re: Reboot after close

which code is it? If it is this one [DllImport("coredll.dll", EntryPoint = "GetSystemPowerState")] private static extern uint CEGetSystemPowerState(StringBuilder Buffer, uint Length, out uint Flags); [DllImport("coredll.dll", EntryPoint = "SetSystemPowerState")] private static extern uint CESetSyste...
by KevinA.
Thu Dec 20, 2012 8:20 am
Forum: Application Development
Topic: Reboot after close
Replies: 12
Views: 18921

Re: Reboot after close

I've put this code in my application

Code: Select all

void Button36_Click(System.Object sender, System.EventArgs e)
	{
	string systemStateName = "reboot";
	uint nError = CESetSystemPowerState(systemStateName.ToCharArray(), 0, 0x0);
	}
but I can't download to my HMI cause he gives me this error while trying :S
by KevinA.
Tue Dec 18, 2012 3:28 pm
Forum: Application Development
Topic: Reboot after close
Replies: 12
Views: 18921

Re: Reboot after close

I am using a T10A and T7A HMI panel. Will it work with those?
by KevinA.
Tue Dec 18, 2012 12:59 pm
Forum: Application Development
Topic: Reboot after close
Replies: 12
Views: 18921

Re: Reboot after close

I downloaded your zip file and tried it but each time I try it simulation as soon as I click one of the buttons an error closes the program. Here is the error;

Also when I copy the reboot part of the HMI in my application, I have all these errors.