Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

With the VXFileLoader.exe tool which is part of every WinCan VX installation, you can automatically open any WinCan VX database and navigate to a desired section from any 3rd party software. So this tool allows you to integrate and digitize your workflows with WinCan .

Tool location

The tool is located under C:\Program Files (x86)\CDLAB\Assemblies\

Parameters

The following two parameters can be parsed from the VXFileLoader.exe:

Parameter

Value

Details

/shell

Project

Path to the project.vx file

/select

Section key

Section/Asset name (database field=SECTION.OBJ_Key)

Example 1: Select section “S204-S205” in the current WinCan VX project

Code Block
languageactionscript3
"C:\Program Files (x86)\CDLAB\Assemblies\VXFileLoader.exe" /shell "" /select="S204-S205"

Expected result: WinCan VX automatically selects the section/asset with name/key=S204-S205

Example 2: Open project Demo_2024 and select section S204-S205

Code Block
languageactionscript3
"C:\Program Files (x86)\CDLAB\Assemblies\VXFileLoader.exe" /shell "C:\WinCan_Projects\Demo_2024\project.vx" /select="S204-S205"

Expected result: WinCan VX opens project “Demo_2024” and selects section “S204-S205”