Andreas Fritiofson

Results 17 comments of Andreas Fritiofson

From the forum link above: > Hi all, Due to security issue, we close the 502 port, > we have below suggestion. > 1. First, we do not advise customers...

That's how I interpreted that thread. Modbus TCP should be available on port 502 via the dongle, and apparently only on port 6607 when connected directly to the inverter AP.

That could possibly work. But AFAICT there is currently no way outside the stack to 1. know that LSS has changed the node ID, 2. adjust the COB-ID to match...

> Regardless of this issue it might be useful to add a callback for LSS changes? Perhaps, but I'm not really sure what you'd need to do there. You'll get...

> When state INIT_COMM is entered, the OD is first initialised with the values in od_defaults, then loaded from CO_STORE_COMM. Would it be possible to store the updated values after...

The workaround I'm using now is to pass a message to a separate thread in the NMT PreOp callback, then from that thread perform a reconfiguration of the PDO using...

Maybe the array-supporting code should space the elements only 1, 2, 4 or 8 bytes apart, even if the element size is somewhere in between.

In general, what happens if the bitlength of an entry doesn't match its datatype (for integers)? If they need to match, why are both specified?

> > In general, what happens if the bitlength of an entry doesn't match its datatype (for integers)? If they need to match, why are both specified? > > You...