Skip to main content
13-Aquamarine
August 8, 2017
Solved

How to fire an event from LSR code?

  • August 8, 2017
  • 1 reply
  • 1806 views

The example LSR template has a function that is supposed to fire an event on the platform, but I can't get it to work. 

I create the example thing from example.lua, add the event (ExampleEvent), and the data shape (also named ExampleEvent).  I've tried making the event on the platform both local and remote.  The result is always the same, 500, internal server error.  All the other example template functionality works - the properties and services.

Does anyone have example LSR code that fires an event on the platform, or can tell me how I'm configuring the example template wrong?

-->Adam

Best answer by AdamM.Levine

Found it - it's a known issue.  The workaround is to write a service on the platform that fires the event, and call the service from Lua code.

https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS222024&art_lang=en&posno=1&q=edge%20micro%20server%20event&ProductFamily=ThingWorx&source=search

1 reply

AdamM.Levine13-AquamarineAuthorAnswer
13-Aquamarine
August 8, 2017

Found it - it's a known issue.  The workaround is to write a service on the platform that fires the event, and call the service from Lua code.

https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS222024&art_lang=en&posno=1&q=edge%20micro%20server%20event&ProductFamily=ThingWorx&source=search