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

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Sample Question

Abhishek_Tirkey
6-Contributor

Sample Question

I am new to ThingWorx and got a sample question in the ThingWorx platform and don't know how to approach a question. Help me to understand the question and give relevant answer.

 

Sample Question 

Note: All entities, characteristics, and fields must be spelled exactly as described
and are case-sensitive. The system will not find misspelled items.


Import the entities in W:\TWFD-CERT-Lab-Files\WGOT-ImportEntities.xml.


Examine the WGET.WashingMachine.TT Thing Template. Add the following
services and attributes:

 

SetRPM()
• Accepts an input parameter named rpm of type NUMBER.
• Sets the RPM property of the Washing Machine to the input parameter.
• Returns nothing.


GetRPM()
• Gets the RPM property of the Washing Machine.
• Returns the value of RPM as the result. This result is of type NUMBER.
Hint: When authoring the services, use the properties under Me/Entities to
access the RPM property.

Abhishek Tirkey
ACCEPTED SOLUTION

Accepted Solutions

Import the W:\TWFD-CERT-Lab-Files\WGOT-ImportEntities.xml file to ThingWorx platform. That should have the WGET.WashingMachine.TT Thing Template. Post importing in composer seaarch for WGET.WashingMachine.TT. After that you can proceed with the creation of services as asked in the question.

View solution in original post

2 REPLIES 2

Import the W:\TWFD-CERT-Lab-Files\WGOT-ImportEntities.xml file to ThingWorx platform. That should have the WGET.WashingMachine.TT Thing Template. Post importing in composer seaarch for WGET.WashingMachine.TT. After that you can proceed with the creation of services as asked in the question.

Thank you @Bikash_Panda 

Abhishek Tirkey
Announcements


Top Tags