seems still busted to me
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.
Latest posts made by realmooseman
-
Disable data purging
Hi,
I have a dashboard that seems to get hung up with the spinning orange ring periodically and the only thing I can see from the logs is data purge starts and gets stuck, doesn’t complete and I have to restart mango. I have an auto logged in user on a rotating dashboard. Maybe there is a way to log off and enter a maintenance mode and do purges/backups etc and log back in.
Any thoughts?Jim
-
RE: Dashboard writes only whole numbers
Ya, I was numeric but when I clicked on the refresh it picked alpha. Presently is selected for numeric.
-
RE: Dashboard writes only whole numbers
Ok, from the point setup, there are only 4 choices for data type:
Binary, Multistate, Numeric and Alphanumeric.
I am attempting to read and write to an analog value, with it set to numeric
Does the snapshot help?
-
RE: Dashboard writes only whole numbers
I tried that, but no difference on 40.6 vs. 40.2
If I write 38, or 39, or 40 it changes. Could this be a setting in my bacnet data point data type? I can use other 3rd party software and write decimal values without issue. Seems like it is confined to Mango, so I am thinking there must be a setting. Joel or Phil? any thoughts?
This is using version 3.7.3 -
Dashboard writes only whole numbers
Hi All,
I have a dashboard setup which when I write a bacnet value to a DDC controller, Mango seems to only write on the whole number. For example when I write 40.2 in the dashboard, what it seems Mango writes to my datapoint is 40.0
I am guessing there is a setting somewhere for minimum increment or something like that but I haven't bee able to find it.Can someone point me to it?
Jim
-
RE: Scripting data source points don't get a value
Hey Folks,
Thank you so much! It was indeed a newbie thing as suggested by Phil and Fox.
Really appreciate your help.
Jim.
-
RE: Scripting data source points don't get a value
Here is a simple snap shot of what I have done.
testvar and var_oat are my data points in the scripting data source.So
LOG.info
will print the correct values when i run validate. I am aware of having to save -
Scripting data source points don't get a value
Hi All,
I am pretty sure this is newbie stuff, but I have set up a scripting datasource, added some external points, can make caculations on my points and when i validate the script, I canlog.info
values that seem to make sense. The problem is that none of my datapoints in my datasource receive values. I am thinking there is something simple I am missing, but can't figure it out.
I set a CRON pattern for every 30 seconds, saved the script, enabled it, but can't think of what I am missing.
When I look at the data points window, all the values show either a diamond with a question mark in them or No value.I have created my script which has 30 ish external points that I use to calculate a total energy, CO2 etc for an energy dashboard, and my datapoints I am hoping to track the individual calculated values for energy etc on each piece of equipment. Any thoughts?
This is on 3.6
I am certain it is just something I have either not set or shouldn't have set.Jim
-
RE: video component codecs
Hi,
Yes, in dashboard designer, I am adding components from the palette and one is the video component from the basic components tab.
I want to have a background video which moves all the time, and then have a second video placed on top with alpha channel so transparent background which I can start and stop at specific points depending on data values, but the background continues to move.