高級轉子

From Space Engineers Wiki
Revision as of 07:43, 2 December 2020 by Someme (talk | contribs)
Jump to: navigation, search
Icon Template.png
物品
此页面将申请删除
理由: One more press

Emblem Important.png对此删除有任何异议,请发表在 本文的对话页.
管理员的最终决定应考虑到本页 关联页面 以及 编史

Icon Template.png
Property:Size/zh/zh
Property:Mass/zh/zh
Property:Integrity/zh/zh
Property:BuildTimeSeconds/zh/zh
最大输入功率
Property:ResourceSinkGroup/zh/zh
Property:IsAirTight/zh/zh
Property:PCU/zh/zh
Property:PartOf/zh/zhIcon.png [[
  • Some part "<nowiki>...</nowiki>" of the query was not understood.
  • Some subquery has no valid condition.
/zh|/zh]]
明细编辑于: 2020-12-02
尺寸(宽,高,长)
重量
完整度
建造耗时
最大输入功率
耗电分组
气密情况
性能成本(PCU)
部件Icon.png [[
  • Some part "<nowiki>...</nowiki>" of the query was not understood.
  • Some subquery has no valid condition.
/zh|/zh]]
明细编辑于: 2020-12-02
   == Overview ==
   The Advanced Rotor is a block that lets the player place blocks on top and rotate them. It is in all respects similar to the Rotor, except that it allows objects to pass through it via the Conveyor System. Its functions are identical of that of the original rotor, and is actually made up of two parts; the base advanced rotor block and the Advanced Rotor Part. The other difference is that the advanced rotor is larger. Together they form a grid-to-grid connection, allowing: control/commands, power and if connected properly Conveyor Networks to be shared and connected together very much like a rotor.
   
   == Usage ==
   Simply place the advanced rotor block, and then place any blocks on top. To rotate the advanced rotor, go into the control panel and adjust the velocity to either a positive or negative value. The higher the value, the faster the rotor will spin. The amount of mass the rotor has on top will affect its speed and torque. The more mass, the slower it will go (even at high velocity). It is possible for the advanced rotor to break apart if the mass is too great, or the base it is placed on is unstable.
   
   The main feature advanced rotor is that it can connect to Conveyor blocks and transfer items through it (even while rotating). This requires no setup by the player, just place any conveyor or inventory block on-top of it, and it will be ready to use.
   === Control Panel ===
Reverse Reverses the velocity (rotation direction) of the rotor
Torque Amount of force (strength) applied behind the rotor rotation
Braking tor. Amount of force applied against the rotor in order to stop the rotation
Velocity The speed of which the rotor rotates
Lower limit The maximum limit the rotor can rotate counter-clockwise
Upper limit The maximum limit the rotor can rotate clockwise
Rotor displacement Adjusts the distance between the base of the rotor and the rotor head
   Positive velocity values turn clockwise when looking 'down' at the rotor, while negative velocity values turn counter-clockwise. Note that the lower limit is ignored while the rotor is turning clockwise (using a positive velocity value). Similarly, the upper limit is ignored while the rotor is turning counter-clockwise (using a negative velocity value). Upper and lower limits can both range from -360° to +360°, but the value for the upper limit must always be higher than the value for the lower limit. As a special case, an upper limit of 361° can be set which allows for unlimited clockwise rotation; similarly, a lower limit of -361° can be set for unlimited counter-clockwise rotation. The rotor interface simplifies these details away, but the exact numbers can be useful for rotor programming.
   
   == Media ==
Advanced Rotor Advrotorexample.jpg
   == Tips ==
   *The advanced rotor consists of two blocks. The top and base are both two different blocks.
   *The block must be powered to transfer items through it
   *If you delete / destroy the top part of the rotor, you must build a new advanced rotor because there is no top block in the block list.
   == 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 == Update History ==
Update 01.053
   *Advanced rotor introduced