Reply To: Scale feedback and timeout

PennController for IBEX Forums Support Scale feedback and timeout Reply To: Scale feedback and timeout

#10761
dod
Participant

Thank you, it works!

At that point, I’ll have to manually log the accuracy and the response time, though, right? I mean, I can log the scale selection, and set a variable to get the timing (something like newVar(“RT”).global().set(()=>Date.now()) …. getVar(“RT”).set(v=>Date.now()-v). Just thinking if there is a cleaner way to do it.

Thank you