Example of a JScript 1 j. ?: o$ Q$ K \+ q2 Q
var vbOKCancel = 1; 8 |* y+ Z$ S1 F3 Q( H( ^0 D8 S& B8 J7 D
var vbCancel = 2; # a4 |3 n9 O2 r+ A4 t
var vbInformation = 64; ; `/ u3 N9 w5 G: f) X9 k- k3 }5 L w
var Finished=false;
# k* o0 ~( b$ {/ V( ~: o
8 H, t" h! r ?1 s gvar WSHShell = new ActiveXObject("WScript.Shell");
3 J; w I5 Y: H 5 W: A7 D g$ K( f0 z
var simple = WScript.CreateObject("Tecnomatix.PlantSimulation.RemoteControl.9", "RemoteControl_"); ) [8 O4 Z! ^' N2 T4 o8 u* W& q; K' Q
: h5 [) s+ N! ?4 u; a' V5 h& e+ o* @simple.SetLicenseType("Runtime");
7 l5 u! ] {$ L a ! X; V+ M y1 R7 g) i9 C# t3 F' o
try 6 ~+ Z+ f; h( S9 c
{
% N9 v6 H: B/ S1 R/ j4 N4 k4 I // Enter the path to a model file!
, a4 E/ G- ~" P9 I( S& w simple.LoadModel("C:\\Models\\Test.spp");
- t8 |; W/ y8 A} 1 P/ G6 i# ~* u
catch (e)
y6 }5 D$ N+ T{
# ^3 d: O0 Q) C, o `6 f8 h WScript.Echo("Could not load Model!");
8 ?; w+ E2 |* C0 t) W WScript.Quit();
( S/ C5 T8 g; M} 3 ]( O' r7 V- W% ?) P" x
+ |+ N) ~, m, h9 R9 D* L! r, J
try ; s( c* I- |# L6 ^. J1 D" n
{
3 D; n% |6 [* D& E' G simple.SetValue(".Models.Frame.Buffer.procTime", 700.0); } catch (e) {
0 U( s8 f3 U: `4 H2 W5 h r=WSHShell.Popup(e.description, 0, "Continue?", vbOKCancel + vbInformation);
0 L' u# b, }1 F* p1 ? if (r == vbCancel)
% q2 Y0 q& d: D ~$ U { 6 F" r0 J0 I7 n. I7 |/ A
simple.CloseModel();
+ W* s3 M$ G5 O# I WScript.Quit();
/ D! { ^; y7 S8 o: {% A8 L& p }
" ?2 X. j5 t* M7 M}
& q0 e" X* S4 @" K . ^9 w6 u1 ^" r9 W% _' {
simple.StartSimulation(".Models.Frame.EventController");
% q/ y5 K+ c/ b0 q1 ^7 d 8 r, A: L! J( H4 U6 p9 Y
if (simple.IsSimulationRunning()) ! H8 K1 s x3 C) v- s2 x1 l
WScript.Echo("Simulation is running!");
: _ \& A {( r. h& o
( g) V4 t2 @) L& ?// Wait until simulation is finished ; ?4 J. k7 L$ i& D
while (!Finished) WScript.Sleep(2000); ! H& L6 F( t2 W( A
7 I1 r; z6 i5 O8 O. V' y% z& Q( Fsimple.CloseModel();
6 A: w* \$ L; ^. ], { csimple.Quit();
3 f% F, L, W( {. b1 RWScript.Quit(); $ {0 h) e# J' F
9 Z. i6 _; D: P! T. z4 ~
' a! @7 H( l9 p- v9 d1 Y: \function RemoteControl_SimulationFinished() 8 z$ M5 A2 Z9 n1 y$ C& I
{ 0 S& k- k( p3 F0 F2 b# ^
WScript.Echo("Simulation Finished!"); |