on 2017 Jul 21 10:48 AM - last edited on 2024 Feb 03 9:42 PM by postmig_api_4
Hi,
I am currently exploring Application Enablement services. In the documentation I read about events. Unfortunately I cannot find this in the UI.
Therefore my question: How can an Event be created in the Thing Modeller?
Thanks in advance Cheers,
Fabian
Request clarification before answering.
Hi Fabian,
I know this is an old question and you probably already have your answer, but nevertheless I'd like to answer the question because maybe someone else is struggling with the same topic.
Events can't be created using the Thing Modeler. The Thing Modeler is mainly to maintain the model itself and not to create Time Series Data or Events. But you don't have to model events, like you have to do it for properties. You can just send them to the system in the format you can find in the documentation (https://uacp2.hana.ondemand.com/viewer/350cb3262cb8496b9f5e9e8b039b52db/1.38.0.0/en-US/e2f21601d63c44a2971043b30ba5cf8f.html). You can also add a Thing reference to your event, but that's not mandatory either.
Regards
Jan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jan,
I have a similar query around events that i would like some information.
The documentation around events explains how events can be created using Event API.
is there any way for system (either IoT service/ Application Enablement) to create events during data ingestion or later based on the sensor values? (For example, trigger event if temperature > 60 C and pressure > 15 psi).
Also could you please suggest the possible ways to trigger events.
Thnak you in advance,
Venu Ravipati
Hi, of course we are planning to allow you to have events generated based on rules that are applied to the incoming data stream. But this is not available yet within IoT Application Enablement. Some early version of such capability might exist in PDMS or Connected Goods or Vehicle Insight already.
Your best option right now is to have batch jobs that check the latest data every few minutes and this batch job (node or java app in CF) then generate the events on the fly.
If you have something, that needs to be closer to real-time it might be possibility to use iot service http forwarding to an app you create - but you would get the raw data and not the "thing context" for this kind of processing and your app would have to be able to process all data so it would have to be designed as a streaming app to not create a bottleneck.
Regards, Marcus
PS: The included forward looking statement should not be considered as a commitment but as current plan, is subject to change at any time and should not be the basis of any buying decision.
User | Count |
---|---|
64 | |
8 | |
7 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.