Back

Topic

[KB318]UIVConf.dat file description

14 years ago
By RM
Options
Print
Applies to:

PcVue. See version information below.


Summary:

UIVConf.dat file description


Details:

Default UIVConf look like this:

[WatchGroup]
RateUpdate=0
[Expression]
MaxNumber=50000
[EventActions]
MaxNumber=32000

  • [WatchGroup]
    • RateUpdate is the rate at which VAR updates UI with variable changes. 0 is the default which means as fast as possible.
  • [Expression]
    • MaxForVariable is the maximum number of expressions on a variable that can be configured. The default of 49152 means that the CPU will run out a long time before the limit is reached!
    • MaxForMimic is the maximum number of expressions that can be active in an open mimic. (As entered directly in an animation instead of a variable name)
  • [EventActions]
    • MaxNumber is the maximum number of events that can be configured.

Following the fix of SPR #59356 the setting MaxNumber replaces both settings MaxForVariable and MaxForMimic in the Expression section of the file C\uivConf.dat. Its default value is 50000 and its max value is 100000. A station will be able to calculate expressions up to this limit, and be able to load all the expressions of a project (even if there are more than 100000 expressions).

This modification is in effect in the following versions:

  • 9.0 SP3 since build 4512
  • 10.0 SP1 updates since build 16054
  • 10.0 SP2 since build 25000 (initial release)
  • 11 updates since build 06008
  • 11.1 since build 05002 (initial release)

Created on: 23 Dec 2010 Last update: 04 Sep 2024