sos: System Object Storage |
Top Previous Next |
The System Object Storage(SOS) is used to store custom objects. It supports five different object types: Booleans, integers, floating-point numbers, strings and binary objects. The SOS should not be used for values that often change, but is suited for configuration settings and resources. The custom objects can also be modified using the SOS Viewer.
Please note that when using the sosFloat functions, math.inc must be explicitly included by the application. |