visual3d:documentation:pipeline:other_commands:call_exe
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:other_commands:call_exe [2024/06/19 12:52] – sgranger | visual3d:documentation:pipeline:other_commands:call_exe [2024/07/17 15:46] (current) – created sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | this command will run a dos executable (.exe file) from visual3d. the commands and it's parameters are shown below: | + | ====== Call EXE ====== |
- | call_exe | + | This command will run a DOS executable |
- | / | + | |
- | ! / | + | |
- | ! / | + | |
- | ! / | + | |
- | ! / | + | |
- | ! / | + | |
- | ! / | + | |
- | **note: | + | |
- | call_exe | + | Call_EXE |
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | **Note:** It is also possible to use perl instead of an exe file. Using the syntax / | ||
+ | |||
+ | CALL_EXE | ||
!- run an exe compiled from anything that | !- run an exe compiled from anything that | ||
!reads the text file | !reads the text file | ||
!creates a new text file (in the same format) | !creates a new text file (in the same format) | ||
- | !- load the new text file into visual3d | + | !- load the new text file into Visual3D |
! | ! | ||
- | !/exe_file_name=name of the executable | + | !/EXE_FILE_NAME=name of the executable |
!specify the entire directory path | !specify the entire directory path | ||
- | ! it is also possible to use perl instead of an exe file. using the syntax | + | ! It is also possible to use perl instead of an exe file. Using the syntax |
- | ! /exe_file_name="perl c:perltest.pl" | + | ! /EXE_FILE_NAME="perl c:perlTest.pl" |
! | ! | ||
- | !/output_file=name of the text file exported from visual3d | + | !/OUTPUT_FILE=name of the text file exported from Visual3D |
- | !/output_signal_names= visual3d signals | + | !/OUTPUT_SIGNAL_NAMES= Visual3D Signals |
- | !/output_signal_types=visual3d signal type | + | !/OUTPUT_SIGNAL_TYPES=Visual3D Signal Type |
- | !/output_signal_processed=visual3d processed flag | + | !/OUTPUT_SIGNAL_PROCESSED=Visual3D Processed Flag |
! | ! | ||
- | !/output_names=signal | + | !/OUTPUT_NAMES=Signal |
- | !these are the names that the .m file will see | + | !These are the names that the .m file will see |
! | ! | ||
- | !/input_file=name of the text file saved by the exe | + | !/INPUT_FILE=name of the text file saved by the exe |
- | !/input_names=signals stored 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_NAMES=names assigned to these signals when they are imported to Visual3D |
- | !/input_signal_types=types of signals imported to visual3d | + | !/INPUT_SIGNAL_TYPES=types of signals imported to Visual3D |
! | ! | ||
- | ! the text data files are tab delimited file in the following syntax. | + | ! The text data files are tab delimited file in the following syntax. |
! | ! | ||
!c: | !c: | ||
- | !rkneerkneerknee | + | !RKNEERKNEERKNEE |
- | !link_model_basedlink_model_basedlink_model_based | + | !LINK_MODEL_BASEDLINK_MODEL_BASEDLINK_MODEL_BASED |
- | !original original original | + | !Original Original Original |
- | !framexyz | + | !FRAMEXYZ |
!1102.11694310.73582614.018928 | !1102.11694310.73582614.018928 | ||
!298.54453310.20482816.922062 | !298.54453310.20482816.922062 | ||
! ------------------------------------------------------------------------------------ | ! ------------------------------------------------------------------------------------ | ||
- | all_exe | + | ALL_EXE |
- | /exe_file_name="perl e: | + | /EXE_FILE_NAME="perl e: |
- | /show_window=false | + | /SHOW_WINDOW=false |
- | /output_file=c:temptargetsin.txt | + | /OUTPUT_FILE=c:tempTargetsIn.txt |
- | /output_signal_names=rft1+rft2+rft3 | + | /OUTPUT_SIGNAL_NAMES=RFT1+RFT2+RFT3 |
- | /output_signal_types=target+target+target | + | /OUTPUT_SIGNAL_TYPES=TARGET+TARGET+TARGET |
- | /output_signal_processed=false+false+false | + | /OUTPUT_SIGNAL_PROCESSED=FALSE+FALSE+FALSE |
- | /input_file=c: | + | /INPUT_FILE=c: |
visual3d/documentation/pipeline/other_commands/call_exe.1718801532.txt.gz · Last modified: 2024/06/19 12:52 by sgranger