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

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Controlling a GPIO Pin via a Thingworx Studio Button

Gaschtae
3-Visitor

Controlling a GPIO Pin via a Thingworx Studio Button

For a Project I need to control a Relay connected to a Raspberry Pi. 

So using the Get Request in a Python script and just changing the value of the Property was rather slow. How would you solve this problem?

1 REPLY 1
dupatel
19-Tanzanite
(To:Gaschtae)

@Gaschtae You will have to use ThingWorx SDK ( Java, C, EMS) and write a service which can be called on click of button in ThingWorx Studio to perform the required action.

For more details on Edge SDKs check out the Help center documentations.

 

-Durgesh

 

Top Tags