Solved
How to change a thing's property with random values?
I'm sorry for the question (maybe stupid) but I'm very new with ThingWorx.
I have a thing shape, thing template and 25 things with some properties. Let's call the properties Alpha, Beta, Gamma.
- I want that every 5 seconds Alpha change its value with a random number between 1 and 100
- I want Beta to change its value according to the new Alpha value (example: Beta = Alpha * 2.5)
- I want Gamma to change its value with a random number (just like Alpha) every x seconds and x must be a random number too
I guess I must use some Javascript into the Snippets but I'd be glad if you could give me an help while I try to see by myself

