Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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

"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

"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”

  • No labels