Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Are values in converted unit available to scripts?
-
I've been debugging a script that checks when Flow Rate exceeds 3gpm, After much confusion, I remembered that the device reports m³/h, and that data point is configured with "Convert Unit for display" checked, to convert it to "gal/min".
Converted and Rendered values are available in the dashboard data point objects, but apparently not in scripting. Is there an intrinsic method for accessing the converted value, or do I need to do explicit math in the script?
-
Hi AldoRamos,
I opened a git issue for this last time it came up on the forum, but I don't believe my suggestions were commented on or implemented: https://github.com/infiniteautomation/ma-core-public/issues/1402
I gave the way to solve this in the interim in the thread I linked to: https://forum.infiniteautomation.com/topic/3989/send-multiple-point-value-in-alarm-text/6
-
Thanks @phildunlap, that should make it much more practical and maintainable.
-
This script is based on the XID; is there a way to get the "VO" from a conext point, or do I need to start with the XID?
-
You can get the VO via the DataPointRT in the CONTEXT_POINTS array (which is that DataPointRT objects of the enabled points in the context) via:
CONTEXT_POINTS["variableName"].getVO(); -
@phildunlap Excellent! That's really useful information.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login