Is there an estimation of how much is the expected time (milliseconds?) between sending the I2C command for opening/closing the relays and the actual opening/closing?
I am using the relays as part of a measurement system, and I got the doubt I should wait some (how much?) time between changing the relay status via I2C and actually starting a measurement.
Thanks!
We haven't measured it but some minimal delay is expected until the command is recognized by the PIC that issues the trigger. Best idea is to test empirically with small delay and increasing if necessary.
Hi!
I did a rough measurement which could be biased due to other contributions, but it looks like the time needed for changing the relay status is around 20 ms (between when I send the I2C command for changing status and when I can reliably measure that the change happened).
Ciao!