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?
Latest 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