Skip to content

System Mode Control

When you first time start a new copy of Neuron, it immediately undergoes the registration process by sending the registration request to the IIoT platform repeatedly until it gets back the response. If registration pass, Neuron would enter Inactive mode running without any configuration inside. At this moment, users can setup the configuration such as data registers, alarms and event. After setup finished, Neuron need to restart to enter the Active mode.

API service functions are mode dependent. That means some functions are restricted to be called in specific mode. Moreover, heartbeat and telemetry transmission are also mode dependent. Data polling would perform in active mode only. Below there is table shows the availability of various API services and transmission in different mode.

InactiveActiveStandbySemi
Heartbeat TransmissionYesYesYesYes
Telemetry TransmissionNoYesNoYes
Device Data PollingNoYesNoNo
User Admin API func:10 to func:16YesYesYesYes
Configuration API func:21 to func:23YesYesYesYes
Scripts API func:30 to func:37NoYesYesNo
Write Data to Device Service func:51NoYesNoNo
Object Control API func:59 to func:60NoYesYesNo
Gateway Control API func:70YesYesYesYes
Gateway Control API func:72NoYesYesYes
Gateway Information API func:73 to func:74NoYesYesYes
Alarm & Event API func:79 to func:80NoYesYesNo
Historical API func:81 to func:82NoYesYesYes
License Update APINoYesYesYes