Example of a JScript % x, Z. }' [/ ~
var vbOKCancel = 1;
& g* W B. R- I, w+ ~* @5 B! Pvar vbCancel = 2; ! y4 y3 o- @$ N: y. x. A5 U
var vbInformation = 64; 4 s3 y1 `" F" s6 A4 m
var Finished=false;
! o- j, A) n9 t/ j
/ d' R+ `! z( [. _" b# Z6 X7 uvar WSHShell = new ActiveXObject("WScript.Shell");
4 J: w% p. o: A. R5 J$ z 9 ]! X+ D0 t4 Q6 M
var simple = WScript.CreateObject("Tecnomatix.PlantSimulation.RemoteControl.9", "RemoteControl_"); , [) ~* l8 k$ p2 Q
. K& [) {+ Q0 Z* A; n! e5 T3 Y
simple.SetLicenseType("Runtime");
) H% B) l2 `2 z& p6 f' \
; v- r4 p/ N/ l. J% O/ V7 _! W. xtry
* k- n5 X/ P5 b0 R& u+ W9 m; K m9 _{ 6 Z: H0 a/ G, ~3 u9 U- Z
// Enter the path to a model file!
( i5 m5 }; U0 l5 v! |1 O! X* c simple.LoadModel("C:\\Models\\Test.spp"); ( n( B+ d" e; W
} ) c$ H; F1 Q5 D4 T3 ~0 `6 t1 u1 h3 p
catch (e) & _6 T% q% O9 R8 C2 a8 L
{
1 t0 v- D3 [" x) \! t* l WScript.Echo("Could not load Model!"); # z- Z* `! P5 D1 a! f# q
WScript.Quit(); $ \; K' s! {, U* L
} # ~0 j6 Q( @# x1 ]' K/ O; |
. I& ?; n; \6 A$ ktry ) F H4 u0 p6 \7 t
{ 6 |& M' A1 {: s, y8 Z" ^! Z% L$ f& s" j
simple.SetValue(".Models.Frame.Buffer.procTime", 700.0); } catch (e) { $ c9 ]. C5 I. T) M
r=WSHShell.Popup(e.description, 0, "Continue?", vbOKCancel + vbInformation); ; J2 T; ?: S/ j' o
if (r == vbCancel)
2 W7 G& v% T' n4 F& U {
! z3 Z; p" v0 L% W2 R simple.CloseModel(); 3 C. ^8 c1 k! @
WScript.Quit(); 4 w4 E* b u8 U0 x& `4 x
} / m2 ?. |+ E* u1 @7 B8 g
} 9 X9 ~2 c* D; A) S. h2 t: N
2 w8 q3 |% d! {% Q; R3 `$ A* k6 dsimple.StartSimulation(".Models.Frame.EventController"); & ?3 h8 \2 I% |
# `5 g" t. d: ^4 H% e' ]! d" L
if (simple.IsSimulationRunning())
! e5 Y( u+ Y) y% {1 i WScript.Echo("Simulation is running!");
; G. J3 m8 K- v. l9 p0 Z . p( Y$ T- G( N b# T
// Wait until simulation is finished 2 w, _6 v) M, p8 d9 P9 x( |/ }
while (!Finished) WScript.Sleep(2000);
& ?6 c+ r5 L4 _" I } * g N7 |+ b! q1 z2 ~" ^
simple.CloseModel();
6 k# V3 p# }$ b. Q0 H) Bsimple.Quit(); % l$ |7 A, E, U5 t0 R' w
WScript.Quit(); 3 G7 _( e* U! Y x: h
. F4 r4 ]. W4 X8 K ! O9 W6 i, b1 h; y: i( } @7 O
function RemoteControl_SimulationFinished() % y% [1 D* O, I, J0 o5 T7 ^9 ?# Y2 { g
{
: Z3 f+ s2 @) P* Q" `6 v WScript.Echo("Simulation Finished!"); |