Start

arditrigger.Start is used to start monitoring your triggers using live ARDI data.

Parameters

NameDefaultMeaning
hostlocalhostThe ARDI host name
sitedefaultThe ARDI database/site
servicenameARDI TriggerThe name of the application (used in outputs)
outputconfigconfig.jsonThe file name containing the modular output system settings

Description

This function starts monitoring your live data for triggers.

Note that this is a blocking function. If you'd like to run this without blocking your application, we suggest running it in a thread or subprocess.

Example

<script> arditrigger.Start(“myserver”,“mysite”) </script>

See Also