Advanced turn table settings: Difference between revisions

From RadiWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(2 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 11: Line 11:
*'''TurnAtStart''' 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.


'''Note:''' if the keys are not there then add them when needed.
{{Note|If the keys are not there then add them when needed}}


=Example 1=
=Example 1=
Line 32: Line 32:


As you can see we have changed the values for the TurnAtStart and the TurnAtStop.
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.