12/17/2012 9:20 AM | |
Joined: 3/14/2008 Last visit: 11/7/2024 Posts: 2123 Rating: (951) |
Hello apl v8.0 upd1 I have a PIDConL block iconwhere I created a pictureobject (apl_valveopened and closed) in it. The object is displayed yes or no according to the MV...If MV>1.0, then valve is opened. Something like that. In dynamic dialog I set the ".MV" tag with analog status. I think this is not working because the MV is a struct.. I have no boolsignals that indicate the MV is >1.0 I want to implement a c-action, but I dont know how to address the .MV and what I need to do to display yes or no when the tag is true. how should the script look like? |
If I could help you, you can use the RATE button. Thank you. |
|
12/17/2012 10:41 AM | |
Joined: 3/14/2008 Last visit: 11/7/2024 Posts: 2123 Rating: (951) |
oh... I forgot to add "#value" behind the .MV Just filled it in behind the property: display -> .MV#value Now when MV is 0.0, display is no, if MV<0.0 then display is yes..... How can you do this with c-script I wonder... |
If I could help you, you can use the RATE button. Thank you. |
|
12/18/2012 6:25 PM | |
Posts: 836 Rating: (100)
|
Thanks for sharing you insights ;-) |
Follow us on