This is an old revision of the document!
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;