Skip to main content

ISystemConfigurations

Interface for system-wide configuration settings.

Namespace: ControlBee.Interfaces

Properties

NameTypeDescription
FakeModeboolWhether the system runs in fake/simulation mode.
SkipWaitSensorboolWhether to skip sensor wait operations.
TimeEmulationModeboolWhether time emulation is enabled.
DataFolderstringThe path to the data storage folder.
VersionstringThe application version string.
RecipeNamestringThe current recipe name.
VisionChannelCountintThe number of vision channels.
AutoVariableSaveboolWhether variables are automatically saved.
IsTopLevelLoginboolWhether the current user has top-level access.
AdminLevelintThe administrator level threshold.
MonitorDigitalInputsByDeviceboolWhether to monitor digital inputs by device.

Methods

Save

Saves the current configuration to storage.

void Save();

Load

Loads the configuration from storage.

void Load();