Advanced turn table settings

From RadiWiki
Revision as of 10:20, 23 March 2007 by Jewe (talk | contribs)
Jump to: navigation, search

Question

Can I set the start and stop position of the turn table?

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.
  • TurnAtStart is for turning the possibility on and off to turn to a position.

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