HMI slow response

Discussion of configuring and troubleshooting communication to PLC's or other devices using iX Developer.
Post Reply
rajendra.mahajan
Posts: 7
Joined: Mon Dec 05, 2011 9:47 pm

HMI slow response

Post by rajendra.mahajan »

Hi,
On demand how to update tag values from controller (approx. 200 tags) written in script module? The tags used are in sequential order.

If we use always active setting, these tags will be continuously polled and performance of the HMI is slow.

iX panel used is iXT70 and controller is Mitsubishi FX3U PLC

At present we are using Tag.Read() for each tag in the script module

Best regards,
Rajendra Mahajan

User avatar
Ron L.
Posts: 214
Joined: Fri Jul 15, 2011 3:21 pm

Re: HMI slow response

Post by Ron L. »

If Tag.Read() is not working, then I'm not aware of another way.
Best Regards,

Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer

rajendra.mahajan
Posts: 7
Joined: Mon Dec 05, 2011 9:47 pm

Re: HMI slow response

Post by rajendra.mahajan »

Is there any other way to read block(group) of tags from plc?
This will reduce the time required to fetch tag data than fetching the tag data individually.

User avatar
Ron L.
Posts: 214
Joined: Fri Jul 15, 2011 3:21 pm

Re: HMI slow response

Post by Ron L. »

There is not a way to do that, but depending on the driver being used, addresses that are next to each other may be grouped together in the background for better performance.
Best Regards,

Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer

User avatar
Ron L.
Posts: 214
Joined: Fri Jul 15, 2011 3:21 pm

Re: HMI slow response

Post by Ron L. »

You might be able to use the datatype "String" to read a block of ASCII data, but I have not tested it and the behavior may vary depending on the driver you are using.
Best Regards,

Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer

Post Reply