Rule Engine

Hi everyone,

NOTE: Firstly I must say that I know English little bit!

I have some trouble with Rule Engine! I have to create a user defined rule over web site but I couldn’t make it well.

(Here are the rule engine and status code documentations: geotelematic.com/docs/StatusCodes.pdf)

The rule that I have to create is: “If a car enters a geozone and stands in the zone more than X seconds (ignition ON or OFF) it will send me an e-mail!

I’ve used several combinations like:
$INZONE(“zone”) && $ELAPSED(61718,61716) > 180
$INZONE(“zone”) && $DORMANT(180)
$INZONE(“zone”) && ($IGNITIONON(180) || $IGNITIONOFF(180))

and so on,

Could you please help me? :frowning:

I can’t see that this has anything to do with Open-AT or Sierra Wireless :question:

:confused:

A business rules engine is a software system that executes one or more business rules in a runtime production environment. The rules might come from legal regulation, company policy, or other sources