Some info from a source #191
Replies: 4 comments
-
I'm using SE terminology and will post my data in accordance with it. There are two types of packets: PacketA and PacketB type. Barker field for fist one is 12345678, second 12345679 in hex format.
|
Beta Was this translation helpful? Give feedback.
-
Here is how Tx packet build:
|
Beta Was this translation helpful? Give feedback.
-
Return packet (OpCode replaced by ReturnCode) with RC = 0005 is Telemetry packet. Next two bytes is Telemetry Type as ushort:
|
Beta Was this translation helpful? Give feedback.
-
My quick glance of semonitor parsing telemetry packets [OP/OP_S/Inv1PH/Inv3PH/etc] seems to me has some different things from my knowledge. |
Beta Was this translation helpful? Give feedback.
-
Last years I spent a lot of time to create my own monitoring program using C#, easyMODBUS lib and source code from old Windows program. Recently I discovered the project and find it's very useful. Same time I got differences in processing Telemetry packets from my SE3000 inverter via RS232 port. Telemetry packets spilling off by the inverter after each PROT_CMD_POLESTAR_CONFTOOL_START request send with 300 sec interval. Shorting it have no effect. Each request accompanied by a response packet with PROT_RESP_ACK/NACK/ERR response code.
I think it will be beneficial to all enthusiasts bring some additional info from my experience.
Beta Was this translation helpful? Give feedback.
All reactions