To properly display this page you need a browser with JavaScript support.
Mode
Select the kind of integration requested with STK API:
: use the published COM interface of STK
: use STK viewer using the Active-X component
: communicate with STK using the LAN/Socket method.
For COM and Active-X, vsTASKER supports only STK up to version 9.
Main Files
In Connect mode, use runtime/stk/vt_connect.h|cpp
In COM mode, use only runtime/stk/vt_com.cpp
In Active-X , vsTASKER will automatically generate the code call to the STK viewer.
Scenario
Specify here which scenario STK must load at startup (only for Active-X and Connect mode).
Cycling
Synchronization frequency for runtime clock (only for Active-X mode).
Cycling Mode
Select between:
: update data as fast as possible
: update data when
Delta milliseconds (below) are elapsed since the last update.
Delta
When Delta mode is selected for the refresh, specify the time to wait in milliseconds, between two updates.
Anim
STK internal runtime mode setup. See STK documentation.
Multiplier
In case XRealTime is selected for Anim Mode , specify the multiplier time factor to use.
Enabled
One viewer must be at least enabled for the simulation to compile. Enabling one viewer disable all the other one.
When unchecked, all specific viewer code (and third party software API) are not generated and do not impact the makefile.
Modules
List all modules that will be included into the makefile for compilation and link. The list content depends on the selected Mode (COM, ActiveX or Connect).
Use to add more files and to remove selected ones.
reverts to what the list should be, discarding all user entries (or removal).
Help
Put here all text explanations or documentation content needed to maintain this Viewer.
The Help content is saved but is not inserted into the generated code.
It will be used for the automatic document generation (see
Make Documents )