April 06, 2025, 09:49:04 AM
|
Show Posts
|
Pages: [1]
|
2
|
Online Help Center / Data loggers and plug-ins / Re: MODBUS RTU to My SQL
|
on: January 27, 2020, 01:37:39 PM
|
Hello Arthur, or other kind users,
i want to ask with this advanced serial data logger software: - i have multiple machines that talk to a central modbus master, which is this advanced serial data logger - right now if i have 2 devices for example with modbus ID 2 and modbus ID 3, i am able to get the data to parse just fine, using the same parsing variable name e.g. "ITEM1" but i am having issue with the ODBC module because it seems that i am unable to use the same "ITEM1" - is it possible with the "modbusRTU" module, to set up multiple queries but then the data goes into the same variable name in the response items.
thank you .
|
|
|
4
|
Online Help Center / Data loggers and plug-ins / MODBUS RTU to My SQL
|
on: January 09, 2019, 02:05:59 PM
|
hello,
i am new to this software. what i want to do is take data from my PLC using modbus RTU and to put it into SQL database.
I will highly appreciate if someone has managed to do this, to tell me how you managed to do it.
i am currently upto the stage where i have successfully managed to do a data query. the response is as expected: #01#03#0C#42#9A#00#00#42#A0#00#00#42#A4#00#00#C7#2A first part: 01 = slave ID second part: 03 = function code third part: 0C = number of registers to read fourth part: 42 9A 00 00 = value of register that i want = 77 decimal fifth part: 42 A0 00 00 = 80 decimal
Note: my data type is 32 bit single floating point, with big endian format
my question is, what is next for me to do? - i tried to get these data to go into excel first but so far the data that is outputted to excel is gibberish - I am guessing my issue is with the parsing stage? because i guess that is the part that converts the hex to a decimal number?
much appreciated.
|
|
|
|
Loading...
|
|