ISystemConfigurations
Interface for system-wide configuration settings.
Namespace: ControlBee.Interfaces
Properties
| Name | Type | Description |
|---|---|---|
FakeMode | bool | Whether the system runs in fake/simulation mode. |
SkipWaitSensor | bool | Whether to skip sensor wait operations. |
TimeEmulationMode | bool | Whether time emulation is enabled. |
DataFolder | string | The path to the data storage folder. |
Version | string | The application version string. |
RecipeName | string | The current recipe name. |
VisionChannelCount | int | The number of vision channels. |
AutoVariableSave | bool | Whether variables are automatically saved. |
IsTopLevelLogin | bool | Whether the current user has top-level access. |
AdminLevel | int | The administrator level threshold. |
MonitorDigitalInputsByDevice | bool | Whether to monitor digital inputs by device. |
Methods
Save
Saves the current configuration to storage.
void Save();
Load
Loads the configuration from storage.
void Load();