Search the Community

Showing results for tags 'color animation'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 6 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. Trying my luck to ask here, if anyone can help :D So I've started using CX-Supervisor v3.41 and found a very odd problem with the color palette, as shown in the picture below. As you can see, the palette size is abnormal that the Color Selector button is not visible anymore. This window is also not sizeable, so I cannot do anything to fix it. I never encountered such problem with v3.24 before. I confirmed this is not a screen resolution problem either since I've tried to change it. Anyone encountered same issue perhaps? Maybe someone know a workaround? Thank you
  3. GOT2000 GT Designer3

    Hi, Is there any way of changing the background color (or pattern) of a Base Screen using Screen Script. The screen doesn't seem to have the same object script options as other components. Or is it hidden away somewhere?
  4. 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
  5. 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.
  6. 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?