PennController for IBEX › Forums › Support › Scale feedback and timeout › Reply To: Scale feedback and timeout
July 19, 2023 at 4:06 pm
#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