Difference between revisions of "Advanced Rotor"

From Space Engineers Wiki
Jump to: navigation, search
(Programming)
(Programming)
Line 86: Line 86:
  
 
(IMyMotorAdvancedStator) = Rotor<br>
 
(IMyMotorAdvancedStator) = Rotor<br>
Actions: 0
+
Actions: 0<br>
 
Properties: 0
 
Properties: 0
  
 
[1.067]
 
[1.067]

Revision as of 06:43, 2 February 2015


Advanced Rotor Icon.png
Large Ship Icon.png
Large Ship / Station
Advanced Rotor
 
Components
Required

 

 
 
4
 
 
Mass (kg):
0
 
Integrity:
0
 
Build time (seconds):
20
 
Active power consumption (MW):
0.002
 
Dimensions (W x H x D):
1 x 2 x 1
Advanced Rotor Icon.png
Small Ship Icon.png
Small Ship
Advanced Rotor
 
Components
Required

 

 
 
1
 
 
Mass (kg):
0
 
Integrity:
0
 
Build time (seconds):
10
 
Active power consumption (MW):
0.0002
 
Dimensions (W x H x D):
3 x 2 x 3
  • Note: What is actually built is the Stator. The rotor needs to be built separately after the stator is completed.

The Advanced Rotor is in all respects similar to the Rotor, except that it allows objects to pass through it via the Conveyor System. As of its introduction in Update 01.053, it has the same material requirement as the Rotor, so there is no disadvantage to using this over the original.

Programming

(IMyMotorBase) = Stator
Actions: 19

Toggle block On/Off
Toggle block On
Toggle block Off
Reverse
Detach
Attach
Increase Torque
Decrease Torque
Increase Braking tor.
Decrease Braking tor.
Increase Velocity
Decrease Velocity
Reset Velocity
Increase Lower limit
Decrease Lower limit
Increase Upper limit
Decrease Upper limit
Increase Rotor displacement
Decrease Rotor displacement

Properties: 6

Torque Single
BrakingTorque Single
Velocity Single
LowerLimit Single
UpperLimit Single
Displacement Single

(IMyMotorAdvancedStator) = Rotor
Actions: 0
Properties: 0

[1.067]