Skip to content

Commit c095473

Browse files
v1.0.3 (#7)
### Add - Add Integration Templates Structure - Add rpi-part-counter ### Fix - Fix link brackets - Fixes #6
1 parent 3b02022 commit c095473

File tree

5 files changed

+58
-2
lines changed

5 files changed

+58
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Orders be executed by clicking from the list in either `SmartFactory/Line Perfor
102102

103103
### Integrating Machines
104104

105-
Machines will need to push data to the following buckets and schemas.
105+
Machines will need to push data to the following buckets and schemas. Some integration templates ![Integration Templates](/integration-templates/README.md) are also provided within this repository.
106106

107107
#### Availability
108108

@@ -155,11 +155,12 @@ The machine will need to publish to the `Quality` Influx bucket with the followi
155155

156156
#### Order Performance
157157

158-
The machine will need to publish to the `OrderPerformance` Influx bucket with the following information. Log data on issued_qty change.
158+
The machine will need to publish to the `OrderPerformance` Influx bucket with the following information. Log data on issued_qty change. Note that order_id and product_id must match to update the current order panel.
159159

160160
| Name | Type | Variable Type | Details |
161161
|--------------|-------|---------------|-----------------------------------|
162162
| order_id | tag | string | Current order id |
163+
| product_id | tag | string | Current product id |
163164
| issued_qty | field | number | Count of good products this order |
164165

165166
### Analyzing the Manufacturing Data
@@ -201,6 +202,11 @@ Libre is distributed under the [Apache 2.0 License](https://github.com/spruik/li
201202

202203
## Change Log
203204

205+
- 1.0.3
206+
- Documentation Update
207+
- Added integration Templates
208+
- Added rpi-part-counter. Credits to R.W. for their submission!
209+
204210
- 1.0.2
205211
- Bump [Libre-Production-Line-Time-Setter-Panel](https://github.com/Spruik/Libre-Production-Line-Time-Setter-Panel/releases/download/v1.0.4/libre-production-line-time-setter-panel.tar.gz) from 1.0.3 to 1.0.4
206212

integration-templates/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Integration Templates
2+
3+
This directory contains folders with the following user contributed integration templates:
4+
5+
- [rpi-part-counter](./rpi-part-counter) - Raspberry Pi part counter integration. Thanks to R.W. for their submission.
6+
7+
## Contributing
8+
9+
Use the github pull request feature to submit any contributions, alternatively email contributions to [email protected]. Include a readme to describe what and how to use your integration. See [template](./integration-template.md) to get started. Ensure to remove any sensitive information before submitting.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SHORT NAME
2+
3+
## Functional Description
4+
5+
## Installing
6+
7+
## Author
8+
9+
## Changelog

0 commit comments

Comments
 (0)