Vijeo Designer_UnityPro Channel Update Times

Lewis_Red

Member
Join Date
Feb 2012
Location
Alberta
Posts
1
Hi Guys, Have a simple question. New with UnityPRo V6.0 and Vijeo Designer. Need to slow the update time to analog channels on the HMI so the readings are not changing rapidly and unuseable to the operator. Tried to increase the filter time in UnityPro to 3 & 4 but did not slow down. Any other ideas?
 
Filter time setting at analog channel is only couple or several plc scans.

On vijeo designer you need change scan group setting for variables that you want update slower.

First you need to add new scan group to io-manager.
Then navigate to variables and change scan group setting to this slower group.


Another method is to use filter code on PLC for analog measurements (smoothing/filtering)

You can try filter FV=FV+C(NV-FV) for analog channels.

FV= Filtered value
C= constant. The smaller the number the more dampening.
NV= New Value


http://www.plctalk.net/qanda/showthread.php?t=43380

http://www.plctalk.net/qanda/showthread.php?t=7740
 

Similar Topics

Good Day all. I am currently busy with a schneider HMI design in vijeo designer and i want to know how you can animate an image to move on the x...
Replies
2
Views
208
Hello, I have been tasked with adding some analog signals for display and alarm setup in some old Schneider Electric HMIGTO HMI-panels. I have...
Replies
4
Views
203
Since upgrading to V6.2 12.24 SP12 24-21 the M221 PLC is no longer recognised by the HMI. The screen still works but it does not talk with the...
Replies
3
Views
1,016
I work for an OEM. I am trying to develop a generic HMI program that will display an overview screen displaying between 2 and 6 "widgets"...
Replies
1
Views
1,336
Hey all, I am using Vijeo Designer v6.2.8.12 for a mineral plant project. For that, I needed to incorporate three different plants' HMI page in...
Replies
2
Views
1,211
Back
Top Bottom