Before 1st July 22 RPICT8 Configuration: Difference between revisions

From lechacal
Jump to navigation Jump to search
(Created page with "=Software Configuration= Using a serial line terminal program one can configure the following: - Polling interval - Output format (csv or emoncms) - Calibration values (Vo...")
 
No edit summary
 
Line 22: Line 22:
or  
or  
  lcl-rpict-config.py -a -w myfile.conf
  lcl-rpict-config.py -a -w myfile.conf
=Files=
===Default Sketch===
[http://lechacal.com/RPICT/7CT1V/RPICT_MCP3208_v3.1.0.ino Default Sketch V3.1.0.]<br>
[http://lechacal.com/RPICT/sketch/RPICT_MCP3208_v3.2.0.ino Default Sketch V3.2.0.] [http://lechacal.com/RPICT/sketch/RPICT_MCP3208_v3.2.0.ino.hex hex]<br>
===noOSC Sketch===
The Default sketch allows up to 28 computation nodes to be run. If more are needed for higher stacks then we recommend to use the noOSC sketch. This is the same as the default sketch but Over Serial Configuration (OSC) as been removed to allow up to 40 nodes to be computed. Configuration has to be edited in the sketch.
[http://lechacal.com/RPICT/7CT1V/RPICT_noOSC_v1_0.ino noOSC Sketch v1.0]<br>
[http://lechacal.com/RPICT/7CT1V/RPICT_noOSC_v1_1.ino noOSC Sketch v1.1]<br>

Latest revision as of 20:28, 3 July 2022

Software Configuration

Using a serial line terminal program one can configure the following:

- Polling interval
- Output format (csv or emoncms)
- Calibration values (Voltage and Current)
- Voltage/current combinations for real power computation.
- Output channels

The documentation for serial configuration can be found on this page.

Over Serial Configuration - Sketch 3.0

The board can be configured with the online configurator.


Auto Reset

Version 5 units have auto reset support. When using the lcl-rpict-config.py command it is possible to reset the RPICT remotely with the -a option.

lcl-rpict-config.py -a 

or

lcl-rpict-config.py -a -w myfile.conf

Files

Default Sketch

Default Sketch V3.1.0.
Default Sketch V3.2.0. hex

noOSC Sketch

The Default sketch allows up to 28 computation nodes to be run. If more are needed for higher stacks then we recommend to use the noOSC sketch. This is the same as the default sketch but Over Serial Configuration (OSC) as been removed to allow up to 40 nodes to be computed. Configuration has to be edited in the sketch.

noOSC Sketch v1.0
noOSC Sketch v1.1