Search the Community

Showing results for tags 'animation'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 4 results

  1. Helo All, Thanks for your support on my previous quiry. Iam now facing an issue with rotation animation of a motor in factory talk view. I have a screen containing 5 motors and good number of numerical displays. Numerical displays need to be updated just every seconds ,so i changed screen updation rate in SCADA as 1, changing so decreased my motor rotation speed. so do i have any other option to change motor animation fast keeping numerical display screen updation rate as 1 second?? i have used the tag  syste/blinkfast  
  2. Expressions

    Hi forum members!   I am spinning the wheels on trying to get my expression to validate.  I am new to expressions so after trying for a bit I have thrown in the towel and am looking to the experts here to help me out. As you can see with attachment I am trying to change the color of the valve top hat.  I am needing 3 colors: Gray when closed, Green when open and in Auto, and Yellow when open and in Manual. I was asked to not change the PLC logic as this could be done from the SCADA level.. After looking at my application and attempt do you have any suggestions on what I am doing wrong?    My Expression:  If {::[Process]Program:Boilers_Main.LV_36101_New} < 3  Then 0  Else  If {::[Process]Program:Boilers_Main.LV_36101_New} >= 3  AND {[Process]LIC_36101A_PIDE.Auto}  Then 1  Else  Then  If {[Process]LIC_36101A_PIDE.manual}  Then 2
  3. Creating Animation CX Designer

    hello everyone, l am beginner at cx-designer. l need to learn how to create animation in cx-designer. İs there any document for this. thank you.
  4. I have a button on my HMI that I only want visible under two conditions. One of them is a numerical value and the other is if a bit is on. English translation If Variable 1 = 0 OR BooleanBit is TRUE, then show the button I tried entering the expression in the button's Visibility parameter in Animation as such: {[Program]Variable} = 0 OR {[Program]} However, it does not work on both conditions. It will work if I just use one of them but not as shown above, even if the order is reversed. There must be a trick of how to write an expression that uses multiple values...... any suggestions?