Skip to content

Commit

Permalink
v1.0.1 (#2)
Browse files Browse the repository at this point in the history
* Fixed Spelling

* Fixed Line Performance Graph Query Bug

* Fix line performance downtime table event durations
  • Loading branch information
tomhollingworth authored Sep 3, 2020
1 parent ef58405 commit 3b131ea
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 41 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Now that you have defined your factory model, downtime reasons, ingredients, pro

### Scheduling Orders

Schedule orders on your lines using the `SmartFactory/Schedulling` dashboard. To setup use the `Production Line Start Time Setter` to define the start time for each line. This is the time whereby an order will be first scheduled for the day. For 24hr operation, set to 12:00AM.
Schedule orders on your lines using the `SmartFactory/Scheduling` dashboard. To setup use the `Production Line Start Time Setter` to define the start time for each line. This is the time whereby an order will be first scheduled for the day. For 24hr operation, set to 12:00AM.

Use the `Scheduler Order Management Table` panel to create orders. Click the (+) define the order details and submit. Orders can be edited until they are released. Once an order has been released it can no longer be edited. Orders are edited by clicking in them in the panel.

Expand Down
6 changes: 3 additions & 3 deletions docs/try-it-out.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Try it Out

Try out Libre before spending time on setup. Alternatively checkout the [Spruik Technologies](https://www.youtube.com/channel/UCLSo9vtYPXkuOJkXNnooCjQ) youtube channel for videos.
Try out Libre before spending time on setup. Alternatively checkout the [Spruik Technologies](https://www.youtube.com/channel/UCLSo9vtYPXkuOJkXNnooCjQ) YouTube channel for videos.

## Prerequisits
## Prerequisites

- docker (>= 18 required)
- docker-compose (>= 1.25 required)
Expand Down Expand Up @@ -45,7 +45,7 @@ Creating libre_grafana_1 ... done

```

3. Navigate to `https://localhost:3000` log into grafana with username admin and password admin. Explore the SmartFactory dashboard folder.
3. Navigate to `https://localhost:3000` log into Grafana with username admin and password admin. Explore the SmartFactory dashboard folder.

4. Navigate to `https://localhost:1880/ui` to start/stop and complete a line.

Expand Down
Loading

0 comments on commit 3b131ea

Please sign in to comment.