Global

Type Definitions

keyPressed(keyValue)

Callback for the rcb.onKeyboardPress function.
Parameters:
Name Type Description
keyValue number The ASCII code of the key that was pressed.
Source:

newLogSaved()

Callback for the newLogEntry function when finished writing to file.
Source:

rampDone()

Callback for the rcb.output.ramp function.
Source:

readOhmReady(result)

Callback for the readOhm function when reading is ready.
Parameters:
Name Type Description
result number Ohmmeter reading. If NaN means value is out of measurement range.
Source:

readSensorsReady(results)

Callback for the readSensors function when readings are ready.
Parameters:
Name Type Description
results Object Averaged reading results
Properties
Name Type Description
print function Prints the content of the results structure
Source:

stepDone(lastStep, nextStep)

Callback for the rcb.output.steps function.
Parameters:
Name Type Description
lastStep boolean Will be true if this is the last step.
nextStep function Function that you should call when ready to go to the next step.
Source:

tareComplete()

Callback for the tareLoadCells function when tare is complete.
Source:

textSaved()

Callback for the appendTextFile function when finished writing to file.
Source:

waitDone()

Callback for the wait function.
Source: