planeus Connector
  • 12 Jun 2024
  • 1 Minute to read
  • Contributors

planeus Connector


Article summary

To download the app, visit: Library

Introduction

Planeus is an Intuitive and Reliable Production Planning & Control (PPC) System for Task Scheduling, Shop Floor Management, and Plan Optimization.

Purpose

Use this document to integrate your tulip apps with planeus software.

API Documentation

The following Connector Function highlighted in this document have leveraged API Docs.

Pre-requisites

To use the planeus API a token is required. The API token can be generated in planeus in Administration->Settings->API. A user who has the access to the administration module in planeus can generate a token.

Tulip Connection Details

The following information would need to be configured on Tulip's HTTP connector.

Running On: Cloud Connector Host
Host: Your host name
Port: 443
TLS: Yes
Authentication: None
Header: OAuth 2.0 (Bearer token)
Token - Insert your API Token here
Header Name: Accept
Header Value: application/json

Connector Functions

GET - List all project status

Returns a list of projects.

GET - List all resources

Returns a list of resources.

GET - List Production Orders

Returns a list of production orders.

GET - List Reject Types

Returns a list of production orders.

GET - List Trouble Types

This returns a list of resource trouble types

GET - Project by ID

This returns the parameters of projects

GET - Project Progress

This returns a operations progresses

Get Worksteps for Station

Returns operations

Update Progress with Scrap

Update progress information with scrapped product.

Update Progress with Yield

Update progress information with completed product.

Update Workstep

Update operation's status and comments.

Next Steps

Learn more about Planeus here.
Learn more about connectors here.


Was this article helpful?