Difference between revisions of "Executing a Program with the Runner using Windows Shell"

From ArcoWiki
Jump to: navigation, search
(Created page with "Hi Claudio I've got a question because of the Arco Runner. We've got a request from a company which try to implement the Arco runner into a Jobmanager li...")
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Hi Claudio
+
In order to run a [[DMP]] Project with the [[Runner]] from the Windows Shell (a.k.a. Dos Prompt), the statements are as follow:<br />
+
 
I've got a question because of the [[Arco Runner]].
+
<code>Prompt> C:\Metrostaff\ArcoCAD Inspection\System\C3runner.exe C:\Metrostaff\ArcoCAD Inspection\User\ProgramName.dmp#AUTO</code> or <code>SLAVE</code> or <code>NONE</code><br />
We've got a request from a company which try to implement the [[Arco Runner|Arco runner]] into a Jobmanager like we have it.
 
They try to start now a measuring program with the [[Arco Runner|Arco runner]] from this external software with the below mentioned commands.
 
 
 
   
 
   
Here the statements:
+
where:<br />
 
 
  
DOS prompt> D:\Program Files\Coord3\ARCO\System\c3runner.exe D:\Program Files\Coord3\ARCO\User\programma.dmp#AUTO
+
<code>AUTO</code> = Run the [[Runner]], execute, close the program automatically
AUTO = Run the [[Runner]], execute, close the program automatically
 
  
SLAVE = Run the [[runner]], execute the program and not close, should be close only by the application which run it, not by the user
+
<code>SLAVE</code> = Run the [[Runner]], execute the program and not close, should be close only by the application which run it, not by the user
  
NONE = .Run the [[runner]], execute the program and the user can close it
+
<code>NONE</code> = Run the [[Runner]], execute the program and the user can close it
+
[[it:Esecuzione di un programma con il Runner tramite Windows Shell]]
The "AUTO" command is working properly but with this everytime they have executed a [[macro]] the [[Runner]] will be closed then.
+
[[zh-cn:使用Windows Shell使用Runner执行程序]]
They would like to work with the "SLAVE" command that they just can execute some programms without closing the [[Arco Runner]].
+
[[pt:Executando um programa com o executor usando o Windows Shell]]
But if they working with this command it always comes an error message that they can't start up another [[Runner]] session.
+
[[de:Ausführen eines Programms mit dem Runner mithilfe der Windows-Shell]]
That means that also this command try to start up the [[Arco Runner]].
+
[[es:Ejecutar un programa con el Runner usando Windows Shell]]
Did you have done there any changes?
+
[[en:Executing a Program with the Runner using Windows Shell]]
Could you send me please the correct command just to execute a Programm in the [[Runner]] without open or close it?
 
Thank you for a short feedback and your help.
 
 
Best regards
 
Reto
 
  
 
[[Category:Dmis_Tutorial]]
 
[[Category:Dmis_Tutorial]]

Latest revision as of 14:02, 6 June 2018

In order to run a DMP Project with the Runner from the Windows Shell (a.k.a. Dos Prompt), the statements are as follow:

Prompt> C:\Metrostaff\ArcoCAD Inspection\System\C3runner.exe C:\Metrostaff\ArcoCAD Inspection\User\ProgramName.dmp#AUTO or SLAVE or NONE

where:

AUTO = Run the Runner, execute, close the program automatically

SLAVE = Run the Runner, execute the program and not close, should be close only by the application which run it, not by the user

NONE = Run the Runner, execute the program and the user can close it