Factory talk expression help

WHYGUMBY

Member
Join Date
Oct 2011
Location
San Antonio
Posts
14
I am having an issue making an animation move with using and expression. I want the object to move left and right when the harp speed is greater than 0. Below is the expression I have now which obviously doesnt work but know it has to be something simple since I can make it work with just system/blink. I am using factory talk view studio and a panelview 1000 talking with a micro logix via ethernet. I know my tag works as i can see the same tags readout on a string display so factory talk is seeing the actual harp speed ref.

IF ({wcu_harp_speed}>=1) and (system\blinkslow) then 1 else 0

I am pretty new to this as you can tell so Thank you ahead of time for any help you can give.
 
Your expression is either true or false (1 or 0). Your expression needs an analog result that spans a range to simulate the range of movement.

Try this: {wcu_harp_speed}

or this: IF (wcu_harp_speed}>=1 THEN (wcu_harp_speed} ELSE 0

OG
 

Similar Topics

hey yall... Im having some trouble writing an expression. Every time I download it to the screen, i get message saying something like "this...
Replies
7
Views
2,609
I am after some help with animation expressions using the parameter setup in ME. I am using ME 8.0 in conjunction with SLC 5/04 I have made a...
Replies
4
Views
4,336
Hello guys, I am working on a generic template for factory talk we can use on all our machines. I have a page with up to 16 pictures on it. I am...
Replies
3
Views
5,080
Hello, I have a request to disable alarms on a project for testing purposes. I want to display a banner on every page of the hmi project in the...
Replies
4
Views
2,195
I have this FTV SE project that uses "Global Object Displays" and one of this object describes a valve. One of the items that shows is a label...
Replies
10
Views
8,724
Back
Top Bottom