Before 1st July 22 RPICT7V1 Configuration: Difference between revisions
(Created page with "=Software Configuration= Using a serial line terminal program one can configure the following: - Polling interval - Output format (csv or emonhub) - Calibration values (Vo...") |
No edit summary |
||
Line 29: | Line 29: | ||
wget lechacal.com/RPICT/config/B4/rpict7v1_noV.conf | wget lechacal.com/RPICT/config/B4/rpict7v1_noV.conf | ||
$ lcl-rpict-config.py -w rpict7v1_noV.conf | $ lcl-rpict-config.py -w rpict7v1_noV.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:33, 3 July 2022
Software Configuration
Using a serial line terminal program one can configure the following:
- Polling interval - Output format (csv or emonhub) - 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
Usage without Voltage sensor
Default configuration expect a voltage sensor to be plugged in.
The configuration rpict7v1_noV.conf will only output current Irms for the 7 channels.
wget lechacal.com/RPICT/config/B4/rpict7v1_noV.conf $ lcl-rpict-config.py -w rpict7v1_noV.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.