Space Engineers

Space Engineers

Not enough ratings
Advanced Action Sequencer
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
4.397 KB
24 Aug, 2015 @ 8:44am
28 Sep, 2016 @ 9:40am
3 Change Notes ( view )

Subscribe to download
Advanced Action Sequencer

Description
This script executes a list of actions with delays between them. it can be used to create for example an automated factory using only 2 timer blocks, or to create a firing sequencer.

HOT FIX 28/09/2016: Fixed compilation error. (when checking code)

The second timer block is a work around and its needed if you dont want to toggle on the first one manually. (i can't do it with the programmable block because for some strange reason the code stop working, but for some reason i can use the programmable block to toggle it off, that is needed to stop the script from executing forever)

THIS SCRIPT CAN CREATE DELAYS SMALLER THAN A SECOND. And its really accurate regardless of the simulation speed, but if you want it can slow down itself in order to synchronize itself with the sim speed (but this has not been tested accurately, to enable this feature set followSimSpeed to true).

It also can set slider values, and it supports groups.

all you need to know is written in the comments inside the script.

This is a demo world: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=505626676

This script is the evolution of this: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=481346976, but pay attention to the setup and the use, they are not completely the same.

Check out also my Simulation Speed LCD Script: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=506029457
7 Comments
Rusted Droid 12 Sep, 2019 @ 6:29am 
Metallimies 12 Sep, 2019 @ 6:27am 
Piston 1 velosity 0.5 extend to 8.0m
then
Rotor grou 1 Velocity -0.1rom downlimit -145 dec
and
Piston 2 velocity 0.5 extend to 10.0m

??? i need somthing like that
TheWarMaster97  [author] 6 Jun, 2018 @ 12:21am 
@remethep Unfortunately it will not happen soon because i'm really busy with university exams, i'll probably have time in august. Do you have any suggestions for the update content ? (actually many months ago i was working on a new script similar to this but with more features but i had to stop because of school, maybe in august i'll finish it).
remethep 4 Jun, 2018 @ 9:59am 
I really hope this get's updated soon. It's perfect for several things I'm working on.
TheWarMaster97  [author] 9 Jun, 2017 @ 12:21pm 
@DIO_SVK right now im busy for a week or two, but i will probably look into this, i could also remove the need for an lcd by using the new "Custom Data" section of the programmable block.
Rusted Droid 7 Jun, 2017 @ 5:47pm 
I really like the idea of using the text pannel as list of actions. I was using BlockActionProxy but it has no delay function and i easy lost managment over actions i set to Prog blocks. And i always must re-write the argument line all over again if something changed. Only thing i am missing here is the posibility to have multiple block actions or "groups" of actions so i can only use one text pannel for all of my block actions.
Kiyashi 2 Oct, 2016 @ 8:00pm 
I'm Surprised this Hasn't been downloaded more. Less Timers and Millisecond accuracy on a multitude of Devices seems like a no brainer to me. I am once again truely Impressed by your Coding Work! I Shall put this one to Good use. Kudos!