Documentation Index

Fetch the complete documentation index at: https://docs.homag.cloud/llms.txt

Use this file to discover all available pages before exploring further.

HOMAG Connect MMR Mobile

Prev Next

The HOMAG Connect MMR Mobile interface gives you direct access to your machine data from MMR Mobile. You can then conveniently visualize these in an analysis tool of your choice, e.g. Excel or Power BI. This gives you the opportunity to display and analyze the performance of your machinery according to your needs. You determine which data is displayed, in which diagram it is to be visualized and which time interval is to be considered. 

All details can be found in our documentation on HOMAG Connect on GitHub in the chapter Documentation for  MMR Mobile. With this extensive documentation including examples , you or your system provider can connect to your system – provided you have the appropriate programming knowledge. 

The Connect API is available as a paid add-on. You can add the interface to an existing MMR Mobile subscription or book it in the tapio Shop as an additional paid add-on.

Access to machine states

The endpoint provides the machine statuses of all machines within a certain period of time that are equipped with the "HOMAG Connect MMR Mobile" license. Thus, the key figure and usage views from the MMR mobile app can be derived from this endpoint. In addition to the machine condition available in the MMR Mobile App, a detailed description of the condition (e.g. reason for downtime) is provided here. 

Below is a description of all the parameters returned by the endpoint:

Parameters

Example value

Description

Machine Number

0-123-45-6789

Machine number

Instance Id

M1-C1

Machine Instance*

Machine Type

Edge

Machine type (e.g. Saw, Edge, CNC, Drilling, Assembly, ...)

Machine Name

Machine Name 1 | 0-123-45-6789

Machine Name

Detailed State Id

S_OIT_LACKOFMATERIAL

Detailed state type ID

Detailed State

Shortage of materials

Detailed state type

State Id

s_idletime

State Type ID

State

Waiting state

State Type

Timestamp

2023-08-04T00:00:00+00:00

Observation period and granularity (here: one day)

Duration [h]

0.0675

Duration of Condition in Hours

Access to machine counters

The endpoint delivers the counters (parts, cycles) of all machines within a certain period of time that are equipped with the "MMR Mobile Connect" license. Thus, the output view from the MMR mobile app can be derived from this endpoint. 

Below is a description of all the parameters returned by the endpoint:

Parameters

Example value

Description

Machine Number

0-123-45-6789

Machine number

Instance Id

M1-H1

Machine Instance*

Machine Type

CNC

Machine type (e.g. Saw, Edge, CNC, Drilling, Assembly, ...)

Machine Name

Machine Name 1 | 0-123-45-6789

Machine Name

Counter Id

C_OUT_PiecesAll

Meter Type ID

Counter

Parts

Meter type: for example, parts or cycles

Timestamp

2022-08-04T00:00:00+00:00

Period with corresponding granularity (here: one day)

Value

11.0

Counter value

*Machine Instance: A machine can consist of multiple instances. The first instance is always the machine itself. The other instances are machines that send their data to tapio via this first instance because they themselves do not have a direct connection to tapio. Since all instances would thus have the same machine number, a distinction is also made between machine instances.


References

HOMAG Connect on GitHub