Skip to main content
17-Peridot
July 16, 2019
Question

Influx DB with Manufacturing Apps

  • July 16, 2019
  • 1 reply
  • 2931 views

Hi Folks,

 

Anyone came across similar requirement,please respond.

 

I have devices data(CNC machine,etc) fetched to Influx Database. And want to display OEE reports and thought of Manufacturing Apps to achieve the same.

Is there any tutorials or guides to integrate Influx DB with Thingworx and develop Mashups as per requirement.

 

Thanks,

Tarun

1 reply

22-Sapphire I
July 16, 2019

Currently Influx is used for Persistence Provider for Streams, so you can just set up your ValueStreams with an Influx DB as its persistence provider.

Not sure why you have a specific Influx DB requirement though.

TanmeyTWX17-PeridotAuthor
17-Peridot
July 16, 2019

Pai,

I have my data on Influx DB and currently using open source dashboard application to display OEE data. I want to do the same using TWX UI.

22-Sapphire I
July 16, 2019

Right now Influx db is only supported as an additional persistence provider.

You will still need to use H2/MS SQL or Postgres to support the model storage.

So unless you are using custom queries against the influx data, you won't get a lot of extra value I think.