Skip to content

Version 1.0.13

Compare
Choose a tag to compare
@sanssecours sanssecours released this 07 Jul 10:06
7b00bcc

Documentation

  • The repo now contains a bookdown project for the documentation. The latest version of the bookdown output (HTML, PDF, and EPUB) is available at GitHub (just click on the latest “run” and then on the link “ICOc Manual”) or in the Bitrix24 drive.

ICOc

Production Test

  • The

    • stationary acceleration test (test_acceleration_single_value),
    • supply voltage test (test_battery_voltage),
    • connection test (test_connection), and
    • EEPROM test (test_eeprom)

    now use the new network class instead of the old network class

Internal

Calibration

Measurement

  • Add function convert_voltage_adc_to_volts to convert (2 byte) streaming voltage values to a supply voltage in volts

Message

  • The string representation of a message (repr) now includes additional information for the Get/Set State block command

Network

Streaming Format

  • New class StreamingFormat to specify the format of streaming data
  • New class StreamingFormatVoltage to specify the format of voltage streaming data
  • New class StreamingFormatAcceleration to specify the format of acceleration streaming data

Utility

  • The new function add_commander_path_to_environment adds the path to Simplicity Commander (commander) to the PATH environment variable