cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Mashup for remote control robot movements.

afedalal
1-Newbie

Mashup for remote control robot movements.

Hi. I want to create mashup for remote control my robot. Problem is only Clicked event availible. So I Can get only when user pressed button, but now when it release it. For robot control usally if user press and button is still pressed - robot do this action (f.e. move forward). When user release this button - robot should stop. How can I do this in Thingworx mashup. Any ideas ?

2 REPLIES 2
PaiChung
22-Sapphire I
(To:afedalal)

That behavior will be tough, I would either use push to start and then push to stop or push different button to stop

or maybe a toggle/slider?

tcoufal
12-Amethyst
(To:afedalal)

There is no easy way how to do it. No out-of-the-box solution for it.

You may consider to create separate web-page with REST API and embed it into HTML read only area. Click - one event - one service, release other event - other service.

If that is done, you may consider to creating a stand alone widget extension to do just that.

Top Tags