Skip to main content
4-Participant
February 8, 2024
Solved

Code a custom UI

  • February 8, 2024
  • 1 reply
  • 809 views

Hi! 

im new to thingworx and we are trying to create a drag and drop planer for or production with machine integration.

 

Is it posible to code a ui in js and use thingworx for the backend or is it posible to make somthing like this in thingworx. 

we want to be able to se what is producing in the macine both art:nr and amount.

and plan whats next and whos responsible for the machien via drag and drop like a canban board.

 

has anyone done this or have any tips and trix on how to do this

Best answer by Rocko

As a general direction, these are the options:

1) Use Thingworx Mashups with OOTB or imported existing widgets.

2) Like 1) but you create your own widgets specialized for your use case

3) Use ThingWorx only in the backend, create the UI with whatever framework or library or language you like and connect to Thingworx using its REST API.

1 reply

Rocko
Rocko19-TanzaniteAnswer
19-Tanzanite
February 8, 2024

As a general direction, these are the options:

1) Use Thingworx Mashups with OOTB or imported existing widgets.

2) Like 1) but you create your own widgets specialized for your use case

3) Use ThingWorx only in the backend, create the UI with whatever framework or library or language you like and connect to Thingworx using its REST API.