ladder99
ladder99 copied to clipboard
Ladder99 - connects factory devices to database and visualizations using MTConnect, an open standard.
Hi, We installed Ladder using git clone onto a chromebook on 7/5/24 (UK/ AUS format date) . We had to modify the Grafana port from port 80 (I think to...
How do we use the meter? is it its own data source, to be added to grafana alongside Postgres? is it a separate table in the db? How do i...
Just a heads up, and I haven't got the l99 example running again yet but in the instructions it may be necessary to include instructions to add this new user...
yeah there's something in the docker setups that led to folders in the setup being owned by root, so need sudo to see disk space. maybe could work around. will...
# First create env config # TODO: Is `.env` creation enough? I think it is not, as the `setups/example/` folder contains much more files. We might need to use `l99...
These are the possible codes for `state`: - `0`: `run mode`/`execution active`; - `1`: `ready to run`/`execution ready`; - `2`: `not used`; - `3`: `faulted`/`execution interrupted`. And the fault and...
We should create som NPM scripts (in `package.json`) for some stuff like: - `build`, - `release`, - `lint`, - `lint:check`, - `prettier`, - `prettier:check`, - `start`, - `start:dev`, - ….
We need to clearly define our Github workflow (issues, projects, milestones, branches, versioning …). This issue should be considered a meta-issue and sub-issues should be created when needed for individual...