Skip to content

StandCloud

About StandCloud

StandCloud is a cloud management tool for electronics manufacturing. Test data is crucial for evaluating performance. StandCloud allows you to explore data patterns, create visualizations, and gain insights. This helps in identifying potential trends and opportunities. It allows you to identify potential limitations.

For more information, visit the StandCloud website.

StandCloud and HardPy integration

HardPy allows test result data to be stored in the StandCloud and read them from the StandCloud. For an example of StandCloud and HardPy integration, see StandCloud example and StandCloud readed example.

HardPy rules

General guidelines

Some tips for getting the best analytics in StandCloud.

  1. Use the set_dut_serial_number to store DUT serial number. The serial number allows you to distinguish between units with the same part number. It also allows you to analyze the number of attempts to test a device.
  2. Use the set_dut_part_number to store DUT part number. The part number is an identifier that allows you to clearly identify the product.
  3. Use the set_case_artifact, set_module_artifact, and set_run_artifact to store important information, that cannot be accommodated in other structured fields such as set_case_measurement and set_case_chart.
  4. Use the case_name and module_name markers for human-readable names. They make it easier to analyze the tests.