Property-set values

When creating a Kinetic event, might anyone out there know where to find a list of properties for the property-set action? Haven’t been able to track it down in the debugger.

Specifically looking to set a shape to the status of OK (green):

Thanks!

I wonder if its the same list you can see when creating a data rule?

How do you get a control list in a data rule?

Anyone have any example using the shape control? Trying to keep Brian on this project and we are struggling. We have custom function in C# on the old form that looks up data on a BAQ and then sets the shape text and color based on the BAQs results. Any hints would be nice.

This is list property-set action on erp-shape (it can be dump with shortcut Ctrl + Alt + L in debug mode)

image

This is what i found for value status:
status 0 = OK
status 1 = Warning
status 2 = Stop
status 3 = Global
status 4 = None

4 Likes

Thank you very much!