Difference between revisions of "Advanced turn table settings"

From RadiWiki
Jump to: navigation, search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
=Question=
 
=Question=
Can I set the start and stop position of the turn table?
+
Can I set the start and stop position of the turn table before and after a test?
  
 
=Answer=
 
=Answer=
Line 8: Line 8:
 
*'''TurnToAtStop''' is the final point after the test.
 
*'''TurnToAtStop''' is the final point after the test.
  
*'''TurnAtStop''' is for turning the possibility on and off to turn to a position.
+
*'''TurnAtStop''' is for turning the possibility on and off to turn to a position. 1 equals on and 0 equals off.
*'''TurnAtStart''' is for turning the possibility on and off to turn to a position.
+
*'''TurnAtStart''' is for turning the possibility on and off to turn to a position. 1 equals on and 0 equals off.
  
=example 1=
+
{{Note|If the keys are not there then add them when needed}}
 +
 
 +
=Example 1=
 
Set the turn table to go to 90 degrease as starting point and stop point at 270.
 
Set the turn table to go to 90 degrease as starting point and stop point at 270.
 
Turn table used is the 2090
 
Turn table used is the 2090
Line 20: Line 22:
 
  TurnToAtStop=270
 
  TurnToAtStop=270
  
=example 2=
+
=Example 2=
 
Do nothing with turn table default.
 
Do nothing with turn table default.
 
Turn table used is the 2090
 
Turn table used is the 2090
Line 28: Line 30:
 
  TurnAtStop=0
 
  TurnAtStop=0
 
  TurnToAtStop=270
 
  TurnToAtStop=270
 +
 +
As you can see we have changed the values for the TurnAtStart and the TurnAtStop.
 +
 +
[[Category:RadiMation]]

Latest revision as of 13:07, 12 June 2007

Question

Can I set the start and stop position of the turn table before and after a test?

Answer

Yes, you can by setting some additional keys in the ini file.

  • TurnToAtStart is the starting point of the test. so even if you are doing a test from 180 to 270 it will first goto 0 degrease.
  • TurnToAtStop is the final point after the test.
  • TurnAtStop is for turning the possibility on and off to turn to a position. 1 equals on and 0 equals off.
  • TurnAtStart is for turning the possibility on and off to turn to a position. 1 equals on and 0 equals off.
Information.png
Note: If the keys are not there then add them when needed

Example 1

Set the turn table to go to 90 degrease as starting point and stop point at 270. Turn table used is the 2090

[EMCO2090]
TurnAtStart=1 
TurnToAtStart=90
TurnAtStop=1
TurnToAtStop=270

Example 2

Do nothing with turn table default. Turn table used is the 2090

[EMCO2090]
TurnAtStart=0 
TurnToAtStart=90
TurnAtStop=0
TurnToAtStop=270

As you can see we have changed the values for the TurnAtStart and the TurnAtStop.