You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can we be sure we are connected to a particular SPI rack? There is the get_firmware method, but I do not see any method that can generate a unique identifier (e.g. something like a MAC address)
At the moment there is no way of detecting that. The easiest way to implement this in the future is to make a unique identifier in the C2 module (as this contains the microcontroller). Although if that C2 then gets connected to a different SPI rack it would mess things up again. It might be possible to add some identifier to the C1b module, but I would have to think about that a bit and discuss it with some people.
How can we be sure we are connected to a particular SPI rack? There is the
get_firmware
method, but I do not see any method that can generate a unique identifier (e.g. something like a MAC address)@mtiggelman
The text was updated successfully, but these errors were encountered: