ibmanager.version - (R) the version of the ibmanager program.
ibmanager.ctrl.cycles - (R) the number of logic handling cycles (a cycle is considered after handling each of the instances of each of the logics).
ibmanager.dt.tz.offset - (R) the time zone offset relative to GMT time. This value is taken from the system during the application start-up and it does not change.
ibmanager.ext.time - (RW) [0..1] this flag informs whether
ibmanager should write the system date (0) to the date/time variables described below (
.dt., except for
ibmanager.dt.tz.offset, which is always based on system settings), or should not handle these variables (1). In the second case, these values can be set by another logic or through the
communication interface. Manual manipulation of date/time is useful during testing of logic behavior.
ibmanager.dt.isdst - (RW) [-1..1] this flag indicates whether the current time is daylight saving time (1) or standard time (0). If external date/time setting is selected, this flag can take the value -1. In such a case, other logics may assume that the given time is simply local time, respectively winter time in the winter season and summer time in the summer season.
ibmanager.dt.gmt.offset - (RW) the current offset of local time relative to Greenwich Mean Time.
ibmanager.dt.mday - (RW) [1..31] the current day of the month.
ibmanager.dt.hour - (RW) [0..23] the current hour in local time.
ibmanager.dt.minute - (RW) [0..59] the current minute in local time.
ibmanager.dt.second - (RW) [0..59] the current second in local time.
ibmanager.dt.month - (RW) [0..11] the current month in local time. 0 – January, …, 11 - December.
ibmanager.dt.wday - (RW) [0..6] the current day of the week in local time. 0 – Sunday, …, 6 - Saturday.
ibmanager.dt.yday - (RW) [0..366] the current day of the year in local time.
ibmanager.dt.year - (RW) [0..99] the current year in local time.
ibmanager.loc.denominator - (R) this is the divisor of the given latitude and longitude. Determined based on the attributes of the
<Location> element in the configuration file.
ibmanager.loc.latitude - (R) this is the multiplier of geographic latitude. It is determined based on the
Latitude attribute of the
<Location> element in the configuration file. The correct geographic latitude is obtained by dividing this value by the value of the variable
ibmanager.loc.denominator.
ibmanager.loc.longitude - (R) this is the multiplier of geographic longitude. It is determined based on the
Longitude attribute of the
<Location> element in the configuration file. The correct geographic longitude is obtained by dividing this value by the value of the variable
ibmanager.loc.denominator.
ibmanager.id.name - (R) the application's name based on the
Name attribute of the
<Application> element in the configuration file.
ibmanager.id.version - (R) the application's version based on the
Version attribute of the
<Application> element in the configuration file.
ibmanager.id.instance - (R) the application's instance name based on the
Instance attribute of the
<Application> element in the configuration file.
ibmanager.worktime - (R) the operation time of the ibmanager program from its startup expressed in minutes.
ibmanager.avg.cycle.time - (R) the average cycle handling time (for all instances of logics) expressed in milliseconds.
ibmanager.log.level - (RW) this is the logging level of the
ibmanager program. At the
ibmanager startup, this variable assumes the numeric value of the
Level attribute of the
Log element in the configuration file, where
0 indicates
TraceLo and
10 indicates
Critical.
ibmanager.dump.var.states - (RW) this variable serves as a trigger. If set to 1, it will result in writing detailed diagnostic information about each variable in the ibmanager program to the log file.
ibmanager.virtual.memory - (R) this is a measure of the amount of memory the ibmanager program is currently using. It represents the size of virtual memory that is occupied by the ibmanager process.
ibmanager.dump.vars - (RW) this variable serves as a trigger. If set to 1, it will result in the creation of an archival file-based data storage in the
archive subdirectory located in the directory indicated by the
DirPath attribute of the
Storage element in the configuration file. In the course of creating the variable archive, all files in this directory are checked for correctness, and their maximum number is controlled. Also, in the case of the Linux system, the file system is synchronized (the
sync command).
ibmanager.ibgui.project.url - (R) this is the url path to the project package of
ibgui associated with the current application. This value is taken from the
Url attribute of the
Project element in the configuration file.
ibmanager.id.serial - (R) serial number based on the license.
ibpackage.license.category - (R) the category of the license.
ibpackage.license.type - (R) the type of license.