jahbini / researchPad

Cordova based app for iPad for gesture and BLE capture for medical research.
1 stars 0 forks source link

Need a means of getting IR timer times into Session record #228

Closed MrSniffer closed 4 years ago

MrSniffer commented 4 years ago

Needs a pylon trigger to enable logon.js to send the elapsed time to the main line and have it put into the Session record on Keystone.

jahbini commented 4 years ago

This code in logon.js will provide this information for app version v3.1.39-test and above:

// put the elapsed time (msec) in the session record Pylon.sessionfo.set({ duration: walkEnd - walkStart });