Description

P-STUP-00050

Definition of decoder functions

Description

The parameter defines specific functionalities for decoding. This disables specific functions for testing or for performance reasons.

Parameter

configuration.channel[i].decoder.function

Data type

STRING

Data range

FCT_USE_CACHED_FILES: Enabling file caching

FCT_VOL_COMP_COMPUTATION: Calculations for machine calibration

-: No functionalities defined.

Dimension

----

Default value

*

Remarks

Parameterisation example:
Caching of maximal 4 files of maximum 4096 bytes each.

configuration.channel[0].decoder.function FCT_USE_CACHED_FILES

configuration.channel[0].decoder.max_cache_number 4

configuration.channel[0].decoder.max_cache_size 4096

* Note: The default value of variables is a blank string.

P-STUP-00051

Maximum number of possible cache files

Description

This parameter permits the user-specific definition of the maximum number of files available in the NC program cache.

Parameter

configuration.channel[i].decoder.max_cache_number

Data type

UNS32

Data range

0 <= P-STUP-00051 <= MAX(UNS32)

Dimension

----

Default value

0

Remarks

If the File Caching function is active with FCT_USE_CACHED_FILES, the default value is 4.

 

Parameterisation example:
Caching of maximal 6 files of maximum 6000 bytes each.

configuration.channel[0].decoder.function FCT_USE_CACHED_FILES

configuration.channel[0].decoder.max_cache_number 6

configuration.channel[0].decoder.max_cache_size 6000

P-STUP-00052

Maximum size of a cache file

Description

This parameter permits the user-specific definition of the maximum size of an NC program cache.

Parameter

configuration.channel[i].decoder.max_cache_size

Data type

UNS32

Data range

0<= P-STUP-00052 <= MAX(UNS32)

Dimension

----

Default value

0

Remarks

If the File Caching function is active with FCT_USE_CACHED_FILES, the default value is 4096.

 

Parameterisation example:
Caching of maximal 6 files of maximum 6000 bytes each.

configuration.channel[0].decoder.function FCT_USE_CACHED_FILES

configuration.channel[0].decoder.max_cache_number 6

configuration.channel[0].decoder.max_cache_size 6000