User Tools

Site Tools


visual3d:documentation:pipeline:other_commands:call_exe

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
visual3d:documentation:pipeline:other_commands:call_exe [2024/06/17 17:07] – removed sgrangervisual3d:documentation:pipeline:other_commands:call_exe [2024/07/17 15:46] (current) – created sgranger
Line 1: Line 1:
 +====== Call EXE ======
 +
 +This command will run a DOS executable (.exe file) from Visual3D. The commands and it's parameters are shown below:
 +
 +Call_EXE
 +/EXE_FILE_NAME=name of the executable - specify the entire directory path
 +! /SHOW_WINDOW=FALSE
 +! /OUTPUT_FILE=name of the text file exported from Visual3D
 +! /OUTPUT_SIGNAL_TYPES=Visual3D Signal Type
 +! /OUTPUT_SIGNAL_NAMES=Visual3D Signals to export
 +! /OUTPUT_SIGNAL_FOLDER=Visual3D Signal folder
 +! /INPUT_FILE=name of the text file saved by the exe
 +**Note:** It is also possible to use perl instead of an exe file. Using the syntax /EXE_FILE_NAME="perl c:perlTest.pl". Please call C-Motion Inc. for details
 +
 +CALL_EXE - save specified signals to a text file
 +!- run an exe compiled from anything that
 +!reads the text file
 +!creates a new text file (in the same format)
 +!- load the new text file into Visual3D
 +!
 +!/EXE_FILE_NAME=name of the executable
 +!specify the entire directory path
 +! It is also possible to use perl instead of an exe file. Using the syntax
 +! /EXE_FILE_NAME="perl c:perlTest.pl". Please call C-Motion Inc. for details
 +!
 +!/OUTPUT_FILE=name of the text file exported from Visual3D
 +!/OUTPUT_SIGNAL_NAMES= Visual3D Signals to export
 +!/OUTPUT_SIGNAL_TYPES=Visual3D Signal Type
 +!/OUTPUT_SIGNAL_PROCESSED=Visual3D Processed Flag
 +!
 +!/OUTPUT_NAMES=Signal names used in the exported file
 +!These are the names that the .m file will see
 +!
 +!/INPUT_FILE=name of the text file saved by the exe
 +!/INPUT_NAMES=signals stored by the exe
 +!
 +!/INPUT_SIGNAL_NAMES=names assigned to these signals when they are imported to Visual3D
 +!/INPUT_SIGNAL_TYPES=types of signals imported to Visual3D
 +!
 +! The text data files are tab delimited file in the following syntax.
 +!
 +!c:test.c3dc:test.c3dc:test.c3d
 +!RKNEERKNEERKNEE
 +!LINK_MODEL_BASEDLINK_MODEL_BASEDLINK_MODEL_BASED
 +!Original Original Original
 +!FRAMEXYZ
 +!1102.11694310.73582614.018928
 +!298.54453310.20482816.922062
 +! ------------------------------------------------------------------------------------
 +ALL_EXE
 +/EXE_FILE_NAME="perl e:visual3dexampledataadd_signals.pl"
 +/SHOW_WINDOW=false
 +/OUTPUT_FILE=c:tempTargetsIn.txt
 +/OUTPUT_SIGNAL_NAMES=RFT1+RFT2+RFT3
 +/OUTPUT_SIGNAL_TYPES=TARGET+TARGET+TARGET
 +/OUTPUT_SIGNAL_PROCESSED=FALSE+FALSE+FALSE
 +/INPUT_FILE=c:temptarget_sum_out.txt;
 +
  
visual3d/documentation/pipeline/other_commands/call_exe.1718644076.txt.gz · Last modified: 2024/06/17 17:07 by sgranger