Starting in December, we will archive content from the community that is 10 years and older. This FAQ provides more information.
Hi All...
I m trying to send an alert (beyond the treshold limit) to Maximo for Work Order, but i can not find the guiden how it work and how to configure. I m not using Tandem Connect (we have our own connector). Anyone can help?
Best regards
Sem
Hello,
In case you have your own connector you can use Tandem API to get stream data and settings and then use it to send request to Maximo:
- use POST scan to read stream information including settings. Note that settings is stored as base64 encoded string.
- use POST streams/:streamID to get latest stream readings
- compare stream data against stream settings. If value is outside of configured threshold call Maximo API to create work order
You can find related examples on GitHub:
- List stream settings (JavaScript, Python)
- List latest stream readings (JavaScript, Python)
Hope it helps,
-jan
Hi Jan
Thank you very much, finally we make it. and now all the system running well from IOT to Tandem to Maximo
Best Regards
Sem
Can't find what you're looking for? Ask the community or share your knowledge.