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.
Millisecond Logging
-
Is it possible to read and log data in smaller intervals than 1 second?
-
Yes definitely, if you can poll your data source that fast. I've successfully read and logged data down to 25ms with a Mango TCP/IP.
-
Thanks @mihairosu for sharing! Did you mean Modbus TCP/IP, or was it a TCP/IP data source?
As was said, yes you can poll or record data with millisecond precision. Sub-millisecond data is not supported, and would really have to be collected and timestamped at the point of measurement.
Your actual limitation will be determined by the data source type, most likely.
-
Oops, yes I meant to say Modbus TCP/IP from Click PLCs, haha.