From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
(Importing a new version from external source)
Line 3: Line 3:
 
* ''DAQ_APER_FRQ'' — Frequency of representing the aperiodic invokes, like to "f_start", of the periodic processes in Hz (1000000).
 
* ''DAQ_APER_FRQ'' — Frequency of representing the aperiodic invokes, like to "f_start", of the periodic processes in Hz (1000000).
 
* ''RECURS_DET_HOPS'' — Hops/depth number of the recursion detection.
 
* ''RECURS_DET_HOPS'' — Hops/depth number of the recursion detection.
* ''BUF_ARCH_NM'' — The archive buffer name ("<buffer>").
+
* ''ARCH_BUF'' — Name of requesting the messages buffer ("<buffer>").
* ''ALRM_ARCH_NM'' — The alarms table name ("<alarms>").
+
* ''ARCH_ALRM'' — Name of requesting the actual alarms table ("<alarms>").
* ''ALRM_ARCH_CH_NM'' — The alarms table name ("<alarmsChange>") just for changing.
+
* ''ARCH_ALRM_CH'' — Name of requesting for records change of the the actual alarms table ("<alarmsChange>").
 +
* ''ARCH_NOALRM'' — Name of requesting for the buffer and archivers and without the actual alarms table ("<noalarms>").
 
* ''__func__'' — The full name of the calling function.
 
* ''__func__'' — The full name of the calling function.
 
* ''vmin (a,b)'' — Determination of the minimum value.
 
* ''vmin (a,b)'' — Determination of the minimum value.
 
* ''vmax (a,b)'' — Definition of the maximum value.
 
* ''vmax (a,b)'' — Definition of the maximum value.

Revision as of 10:52, 4 October 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Documents/API)
'''Templates/definitions:'''
* ''NSTR_BUF_LEN'' — length of string buffers for numbers (50 symbols);
* ''CFG_A_LEN'' — maximum attribute size of the configuration cell in XML (100 symbols);
* ''DAQ_APER_FRQ'' — frequency of representing the aperiodic invokes, like to "f_start", of the periodic processes in Hz (1000000);
* ''RECURS_DET_HOPS'' — hops/depth number of the recursion detection;
* ''ARCH_BUF'' — name of requesting the messages buffer ("<buffer>");
* ''ARCH_ALRM'' — name of requesting the actual alarms table ("<alarms>");
* ''ARCH_ALRM_CH'' — name of requesting for records change of the the actual alarms table ("<alarmsChange>");
* ''ARCH_NOALRM'' — name of requesting for the buffer and archivers and without the actual alarms table ("<noalarms>");
* ''DB_GEN'' — code name of the Generic Storage ("<gen>");
* ''DB_CFG'' — code name of the Configuration File ("<cfg>");
* ''DB_NULL'' — mark of the DB NULL value ("<NULL>");
* ''__func__'' — the full name of the calling function;
* ''vmin (a,b)'' — determination of the minimum value;
* ''vmax (a,b)'' — definition of the maximum value;
* ''starts_with(str)'' — link to STL::String function ''compare(0,strlen(str),str) == 0'' to replace ''compare()'' and ''find()'' in this role.
Translation'''Templates/definitions:'''
* ''NSTR_BUF_LEN'' — Length of string buffers for numbers (50 symbols).
* ''DAQ_APER_FRQ'' — Frequency of representing the aperiodic invokes, like to "f_start", of the periodic processes in Hz (1000000).
* ''RECURS_DET_HOPS'' — Hops/depth number of the recursion detection.
* ''ARCH_BUF'' — Name of requesting the messages buffer ("<buffer>").
* ''ARCH_ALRM'' — Name of requesting the actual alarms table ("<alarms>").
* ''ARCH_ALRM_CH'' — Name of requesting for records change of the the actual alarms table ("<alarmsChange>").
* ''ARCH_NOALRM'' — Name of requesting for the buffer and archivers and without the actual alarms table ("<noalarms>").
* ''__func__'' — The full name of the calling function.
* ''vmin (a,b)'' — Determination of the minimum value.
* ''vmax (a,b)'' — Definition of the maximum value.

Templates/definitions:

  • NSTR_BUF_LEN — Length of string buffers for numbers (50 symbols).
  • DAQ_APER_FRQ — Frequency of representing the aperiodic invokes, like to "f_start", of the periodic processes in Hz (1000000).
  • RECURS_DET_HOPS — Hops/depth number of the recursion detection.
  • ARCH_BUF — Name of requesting the messages buffer ("<buffer>").
  • ARCH_ALRM — Name of requesting the actual alarms table ("<alarms>").
  • ARCH_ALRM_CH — Name of requesting for records change of the the actual alarms table ("<alarmsChange>").
  • ARCH_NOALRM — Name of requesting for the buffer and archivers and without the actual alarms table ("<noalarms>").
  • __func__ — The full name of the calling function.
  • vmin (a,b) — Determination of the minimum value.
  • vmax (a,b) — Definition of the maximum value.