Translating BR modules

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Translating BR modules

In PVI, a module download is carried out with access type POBJ_ACC_DOWNLOAD or POBJ_ACC_DOWNLOAD_STM, and a module upload is carried out with access type POBJ_ACC_UPLOAD or POBJ_ACC_UPLOAD_STM.

If a module type is defined in the call string (MT parameter), payload is extracted from the BR module during the upload or a BR module is generated from the payload during a download.

This procedure is carried out in special PVI components - BR module translation libraries (Windows DLLs). The first three characters in the module type determine the translation library being used. This is loaded by the INA2000 line if need be. The path names of the translation libraries are entered in the PVI configuration file (PviConfig.xml) (Pvi->PviBase->PviLine->LNINA2->BrTrans).

Module type

Description

BRT

Binary module translation

NC_

NC module translation

Binary module translation

Additional parameters in the call string during download / upload:

Param.

Description

MT

"MT=BRT" must be specified.

MN

The name of the module must be specified when downloading.

MV

When downloading, it is possible to specify the version number of the module (default: MV=0).

Example of a complete call string for module downloading:

"C:\BRSRC\test1.txt" MT=BRT MN=Test1 MV=1.0 LD=Ram

Example of a complete call string for module uploading:

"C:\BRSRC\test1.txt" MT=BRT

NC module translation

Starting with PVI Version 3.0.2, translating NC modules is no longer supported!

Additional parameters in the call string during download / upload:

Param.

Description

MT

The desired NC module type ("NC_...") must be specified.

RL

When uploading, the language of any comments can be specified in a generated text.

Supported module types for module downloading (MT parameter):

Module type

Description

NC_CNC

CNC program

NC_ZP0

Zero offset table

NC_TDT

Tool data table

NC_RPT

R parameter table

NC_CAM

Cam profile, definition using slave position(s)

NC_CAP

Cam profile, definition using polynomial(s)

Supported module types for module uploading (MT parameter):

Module type

Description

NC_xxx

NC data object. When uploading the module, specifying "MT=NC_" is sufficient since the module type is read from the module header.

Adjustable languages (RL parameter):

Language

Description

GER, DEU, 49 or 049

Comments in German

ENG, USA, 1, 001

Comments in English

Example of a complete call string for module downloading:

"C:\BRSRC\cnctest.txt" "MT=NC_CNC MN=CncObj1" LD=Ram

Example of a complete call string for module uploading:

"C:\BRSRC\cnctest.txt" "MT=NC_ RL=ENG"