Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
oee-services
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
harshavardhan.c
oee-services
Commits
b0f8336d
Commit
b0f8336d
authored
Jun 10, 2022
by
pooja.mulaguri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated release notes and readme file
parent
5bad1819
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
66 additions
and
2 deletions
+66
-2
README.md
README.md
+64
-2
ReleaseNote.txt
ReleaseNote.txt
+2
-0
No files found.
README.md
View file @
b0f8336d
# siam-custom
# OEE Services
OEE Monitoring
Custom OEE project for Siam

[

](https://fastapi.tiangolo.com/)
[

](https://www.python.org/downloads/release/python-390/)
[

](https://pypi.org/project/pydantic/)
<img
src=
"https://unifytwin.com/assets/imgs/UT_logo.png"
width=
"300"
align=
"right"
></img>
# UnifyTwin OEE v6.5
By
[
Unify Twin
](
https://unifytwin.com
)
OEE is used for monitoring and tracking performance of the machine.
### Technologies
Developed using following libraries:
-
Python 3.9
## Getting Started
The instructions below will get you a copy of the project up and running on your local machine for development and testing purposes.
*See deployment section for notes on how to deploy the project on a live system.*
### Prerequisites
**Note:**
This project requires
**python >=v3.9**
.
### Setting Up Development Environment
Follow the instructions below to setup development environment.
**Install Python Package dependencies**
```
bash
pip
install
-r
requirements.txt
```
### Environment variables
Add environment variables in .env file to run application.
**Start the Application**
```
bash
python app.py
--port
<port_number>
# or
uvicorn main:app
--host
0.0.0.0
--port
<port>
--proxy-headers
```
**Start OEE Agent**
```
bash
python live_dashboard.py
--project_id
<project_id>
```
Not specifying the port will make the app start in the port specified in the config file.
## Authors
*
**Irfanuddin**
*
**Harshavardhan**
*
**Irfan Rayachuru**
*
**Sudheer**
## Maintainers
*
**Irfanuddin**
*
**Harshavardhan**
ReleaseNote.txt
View file @
b0f8336d
Release Note:
1.OEE monitoring with tags
2.Live OEE for equipment level
Feature:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment