I noted that the JAR files associated with Mango contain class files and not source code. Is the source code no longer available? Is this strictly a commercial product? If so, where and how much is licensing?
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.
Posts made by gloverm
-
RE: Hexidecimal MODBUS Register Data
-
RE: Hexidecimal MODBUS Register Data
Just so I understand,
I would collect DataType.EIGHT_BYTE_INT_UNSIGNED and then use a Meta Point?
I'm afraid I don't know what a meta point is.-- and thank you for the rapid reply!
Mark
-
Hexidecimal MODBUS Register Data
Hi,
Is there a simple means of extracting either raw hexidecimal values or Stringified Hex from MODBUS holding registers using modbus4j?
My customer is placing Hex encoded ASCII into Holding Registers. I need to upload the hex to a server and decode.
Example:
Hello World = "48 65 6C 6C 6F 20 57 6F 72 6C 64"
H = 48, e = 65, l = 6C
etc..
Mark -
RE: Hexidecimal MODBUS Register Data
Hi,
Is there a simple means of extracting either raw hexidecimal values or Stringified Hex from MODBUS holding registers using modbus4j?
My customer is placing Hex encoded ASCII into Holding Registers. I need to upload the hex to a server and decode.
Example:
Hello World = "48 65 6C 6C 6F 20 57 6F 72 6C 64"
H = 48, e = 65, l = 6C
etc..
Mark