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
HMI slow response
Re: HMI slow response
If Tag.Read() is not working, then I'm not aware of another way.
Best Regards,
Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer
Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer
-
- Posts: 7
- Joined: Mon Dec 05, 2011 9:47 pm
Re: HMI slow response
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.
This will reduce the time required to fetch tag data than fetching the tag data individually.
Re: HMI slow response
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
Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer
Re: HMI slow response
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
Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer