Click the Manual Input tab. In the default perspective layout, this is in the lower left tile.
Now click Select Stream tool to connect the manual input tool to your freezer_monitor
project as shown below (the red box).
Click on MACHINEDATA
and then click OK.
Fill in some values to create an input event.
- Enter any value for
MACHINEID
- if the “Use Current Date” checkbox is selected it will fill in the
EVENT_TIME
automatically using the current time
- if you set the
EVENT_NAME
to DOOR
it will pass through the filter and appear in ACTIVITY_HIST
; any other value will not
- the
EVENT_DESCRIPTION
field can be anything you like
- set the
EVENT_VALUE
to either Door Open
or Door Close
Then click Publish button to send the event.
View your event in the Stream View tabs. Keep in mind that ALL input events will appear in the input stream, but only events where EVENT_NAME=DOOR
will appear in the ACTIVITY_HIST
stream.
You can also view the ACTIVITY_HIST
table in the HANA database to see that any events that appear in the ACTIVITY_HIST
stream get recorded in the connected database table.