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...")
 
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
 
The "AUTO" command is working properly but with this everytime they have executed a [[macro]] the [[Runner]] will be closed then.
 
They would like to work with the "SLAVE" command that they just can execute some programms without closing the [[Arco Runner]].
 
But if they working with this command it always comes an error message that they can't start up another [[Runner]] session.
 
That means that also this command try to start up the [[Arco Runner]].
 
Did you have done there any changes?
 
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]]

Revision as of 15:17, 19 September 2017

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