Difference between revisions of "OtpExecution"

From emotive
Jump to navigation Jump to search
Line 5: Line 5:
  
 
# After [[OtfFirstSteps#Create a player project to execute it in stand alone OTP|designing a player project with OTF]], click on the Start button.
 
# After [[OtfFirstSteps#Create a player project to execute it in stand alone OTP|designing a player project with OTF]], click on the Start button.
# The OTP will be started and the player will be automatically loaded to run.
+
# The OTP will be started.
 +
# If the player uses the Diagnostic System, the "Diagnostic over Internet Protocols (DoIP)" dialog appear to select the ODX Database (click [[DoIPConfiguration|here]] for more information about the DoIP configuration)
 +
# After selecting the Database, the player will be loaded and ready to run.
  
 
==Load a player directly from a player file (PPX)==
 
==Load a player directly from a player file (PPX)==
Line 12: Line 14:
 
# Click on the "'''Load Project'''" button.
 
# Click on the "'''Load Project'''" button.
 
# Browse and select a player file (*.ppx), click OK button.
 
# Browse and select a player file (*.ppx), click OK button.
# The file is already loaded to run.
+
# If the player uses the Diagnostic System, the "Diagnostic over Internet Protocols (DoIP)" dialog appear to select the ODX Database (click [[DoIPConfiguration|here]] for more information about the DoIP configuration).
 +
# After selecting the Database, the player file will be loaded and ready to run.
  
 
==Execute a player==
 
==Execute a player==

Revision as of 12:29, 27 August 2018

A player can be started in the OTP from a player project in the OTF or directly from a player file (PPX).

Load a player from a player project in the OTF

  1. After designing a player project with OTF, click on the Start button.
  2. The OTP will be started.
  3. If the player uses the Diagnostic System, the "Diagnostic over Internet Protocols (DoIP)" dialog appear to select the ODX Database (click here for more information about the DoIP configuration)
  4. After selecting the Database, the player will be loaded and ready to run.

Load a player directly from a player file (PPX)

  1. Start the OTP.
  2. Click on the "Load Project" button.
  3. Browse and select a player file (*.ppx), click OK button.
  4. If the player uses the Diagnostic System, the "Diagnostic over Internet Protocols (DoIP)" dialog appear to select the ODX Database (click here for more information about the DoIP configuration).
  5. After selecting the Database, the player file will be loaded and ready to run.

Execute a player

  1. After a player is loaded in the OTP, a command (of a procedure/playlist) may be started automatically if its its "AutoStart" property is set to true.
  2. Click on a command to start it, many commands may be started and run seperately without waiting for another command to be finished.
  3. Click on a running command to finish the execution prematurely.