Skip to Content
CommandsLogisticsIntroduction

Management and Logistics

Rinho integrates functionalities to manage user/driver sessions through identification codes, allowing complete control over who operates each vehicle.

Driver sessions allow associating trips, distances and operation times to specific drivers.


Available Commands


Identification Methods

MethodDescriptionAccessory
ManualCode entered by commandNone
iButtonDallas 1-Wire electronic keyiButton accessory
RF433433MHz remote controlRF433 on-board module
BluetoothRinho KBT mobile appBTH accessory

Session Information

Each session records:

FieldDescription
CodeDriver identifier (16 chars)
StartOpening date and time
DurationTotal time in seconds
IdleTime with IGN OFF
MovementTime with IGN ON
DistanceMeters traveled

Typical Workflow

1. Load authorized code list >SICL00 $CHOFER_001< >SICL01 $CHOFER_002< 2. Driver starts session (manual or accessory) >SIC$CHOFER_001,0< (manual) [Or identification by iButton/RF433/BT] 3. During operation, query statistics >QIC< 4. Driver closes session >SIC*<

Triggers

TriggerEvent
IC+Session start
IC-Session close
ICF+Authorized code detected
ICF-Unauthorized code detected

Event Engine Integration

// Example: Enable engine only with active session >SRL00E;TRG=IC+;ACC={SXPO10}< // Enable output when starting session >SRL01E;TRG=IC-;ACC={SXPO00}< // Disable output when closing session

See Also

Last updated