Stormworks: Build and Rescue

Stormworks: Build and Rescue

Not enough ratings
BBW Microcontrollers
   
Award
Favorite
Favorited
Unfavorite
Description
Subscribe to keep having MC added to your library. Range from simple handy utilities to complex engine control units with safety checks.

Brygun Brain Works microcontrollers

Items (45)
Add 5
Created by Brygun
Add five numbers together into a single output. Any input not used is treated as zero so you it can add 2, 3, 4 or 5 numbers. Uses include summing batteries and fuel tanks for a total score to feed into dials or other microcontrollers. It is a 2 x 3 microc...
Add 5 and Divide
Created by Brygun
MC 2 x 3 Useful math for things like averaging battery power to the total comes out as a range from 0 to 1 to put into standard gauges. This is a slightly smaller MC from other ones like this I've written. In this case it adds 5 numbers There is property e...
Average and Test 7
Created by Brygun
Adds together seven number inputs Divides by a property you set, so if you want the average make sure that matches the number of inputs. If you forget to update the number will be off. The result is also put though a threshold style check that it falls wit...
Average Maker by Property
Created by Brygun
MC 3 x 3 Useful for average batteries, fuel tanks or other matched numbers. Collect the here, set the property then output to a dial. It is up to you to update the property divisor any time you change how many are connected. It does NOT auto-detect how man...
Boat Pitch Advanced PID w Speed (3 pitch settings)
Created by Brygun
This is for boats to give pitch control. It actually has three pitch settings: High speed forward, low speed forward and when reversing. Typically high speed is 5-10 degrees for a hydro planing boat or 0 for a big ship. Low speed forward and reverse are ty...
Boat Stabilizer from 3 sensors (Easy Config)
Created by Brygun
Simple stabilizer for boats. MC 2 x 3 If you have Gyro available recommend using this now: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2397324450 As for this one on the 3 sensors: Gain values are done as properties allowing easy editing in the b...
Boat Stabilizer from Gyro mk1
Created by Brygun
The MK 3 reverse gear version is at: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2417321834 Mk 2 version which also helps with pitch is at: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2397324450 >>> MC 2 x 3 Uses Gyro at heart of stab...
Boat Stabilizer from Gyro mk2
Created by Brygun
Alternate mk 3 is at: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2417321834 >> Roll and now Pitch control via a Gyro without PID fiddling. There are parameters which you can adjust though the amount is less than a PID. Layout of the MC is also ...
Boat Stabilizer from Gyro mk3 Reverse Gear
Created by Brygun
This controller gives stabilization without fiddling with PID settings by accessing the Gyro part. This can be used for roll and pitch stability. Typically desired roll is zero (0) while pitch can be slightly up for hydroplaning boats. Equipment needed: = ...
Damage Alerts 3
Created by Brygun
MC 3 x 5 Damage alerts for three (3) zones. Handles logic for fire and flooding. Suitable for small boats with might have only two or three lower deck compartments. Property numbers used for threshold for easy config. Starting values are: Fire 50 C Floodin...
Damage Alerts 3 for Fire Flood plus Power
Created by Brygun
Ever wanted to know at a glance if you ship is in trouble? Want to act like the engineers of sci fi and look over your ship schematics vs the problems you are having. Thats what this figures out for you. Put a fluid sensor in each compartment you want to d...
Damage Alerts 5 Fire, 5 Flood, Pwr, Linkable
Created by Brygun
Captain! There's @(#*$@# in engineering! ... but it's single player or your buddy is on the ship you are rescuing. How would you know? This MC process the inputs from sensors to alert the bridge or even activate emergency equipment. Works well with a paint...
ECU 2 M2R 1 O (Engine Control Unit, Overheat protection, 2 engines, 1 propeller)
Created by Brygun
MC size 5 x 6 The name ECU 2 2MR 1 O decodes as: Engine Control Unit 2 Engines each with a Clutch Manual gear switches 2 Gear boxes Reverse 1 Output shaft Overheat protection plus: Throttle aware Zero clutch mode >>>> This is typical of boats and some cars...
Or 3
Created by Brygun
2 x 2 MC using that empty space to do OR 3 in X, Y, Z Output X or Y or Z If any input is 1 output 1 else zero ==== Basic but handy. Useful for multiple sensors feeding one device. Easy to expand the MC to be wider with more inputs and follow the repeating ...
Heat if Cold and Player present
Created by Brygun
Turn on a heater if its cold and a player is present Temperature sensor gives temperature. Cold detection is 10 to -272, adjustable as properties. Player detection takes a player sensor set to "player" or "both" and remember to check radius and sphere/hemi...
Or 5
Created by Brygun
Now with more OR! Logical inputs upto 5 and reports true if any of them are true. Example usage: Indicator for trouble anywhere on the boat...
Refuel Logic (Transfer tank to tank)
Created by Brygun
2 x 2 MC to signal when to move fuel from a sending tank to a receiving tank Output is meant to go to pumps that move the fuel. When pumps are off they block flow. Properties can be set for = Percent of receiving tank fuel level = Sending tank has fuel Not...
Threshold for 4 (sample Temperature, Arctic)
Created by Brygun
Threshold four (4) numbers at once Example properties are 10 C and -272 C to take Temperature Sensor readings to convert into on/off for heaters...
Threshold Number Gives Number
Created by Brygun
The vanilla threshold outputs a boolean on-off while this outputs is a set number based on below, within or above threshold. The output number is set by properties for below threshold, within threshold or above threshold. Sample use is a clutch for connect...
Boat Roll Stabilizing Adv PID w Speed
Created by Brygun
Uses a tilt sensor looking right to feed data to control surfaces for a boat's roll. Control surfaces should have the plus arrow pointing up. Preloaded values worked well for one of ~25m boats. IF any adjustment needed the P value is the most likely one. B...
Constant Off
Created by Brygun
Because the "back light" signal warning messages flood the screen. <long version>>> Turning off the error messages turns off >all< error messages. Therefore if you used that you would miss the useful error messages. Leaving it on leaves a "false positive" ...
AND no graphic
Created by Brygun
Its simply the 2x2 AND microcontroller done as a custom so you dont have to see the the stock graphics. This makes it easier to hide as a seat cushion or part of a cieling. Its nothing astounding. Decided to add to the workshop simply as something others m...
Number Greater Than Property
Created by Brygun
Uses like: = when to turn an engine cooling system = When to turn a heater on. The number input would be for the current temperature and the property the minimum temperature (10 C is considered safe) ...
Less than or Equal
Created by Brygun
How is this not in the base game? its a 1x3 so even saves space over the 2x2 less than MC with its in game graphic...
Instrument Panel Read and Write w Composite
Created by Brygun
Simple prebuild for you. Intended for use with cockpit instrument panels. 4 channels in, 4 channels out. Premade to write. If you are only reading or writing you can turn this 2x5 into a 1x6 and remove one set of nodes...
Instrument Panel Writing
Created by Brygun
This microcontroller does not have a description yet....
Instrument Panel Reading
Created by Brygun
This microcontroller does not have a description yet....
Gimbal use left right and up down
Created by Brygun
Moves the seats left right and up down onto the AD WS channels to control the new gimbal devices (light cameras etc) by those keys. This avoids issues with those using WSAD steering....
Gimbal use left right
Created by Brygun
Moves the seats <> onto the AD channels to control the new gimbal devices (light cameras etc) by those keys. This avoids issues with those using AD steering....
Gimbal choice of pan or (pan and pitch)
Created by Brygun
Moves the seats left right and up down onto the AD WS channels to control the new gimbal devices (light cameras etc) by those keys. This avoids issues with those using WSAD steering. Does this by choice making this a 1x3 MC. One output is just <> becomes A...
(Documented) Engine Control Unit 2 engines ECU 2 2MR 1
Created by Brygun
MC size 5 x 5 The name decodes as: Engine Control Unit 2 Engines each with a Clutch Manual gear switches 2 Gear boxes Reverse 1 Output shaft This is the earliest version I uploaded to the workshop. >>>> This is typical of boats and some cars Advanced featu...
(Documented) Engine Control Unit, improved, ECU 2 M2R 1 TZ
Created by Brygun
MC size 5 x 6 The name ECU 2 2MR 1 TZ decodes as: Engine Control Unit 2 Engines each with a Clutch Manual gear switches 2 Gear boxes Reverse 1 Output shaft Throttle aware Zero clutch mode >>>> This is typical of boats and some cars Advanced features includ...
(Documented) Engine Control Unit, throttle aware, ECU 2 M2R 1 T
Created by Brygun
MC size 5 x 6 The name ECU 2 2MR 1 TZ decodes as: Engine Control Unit 2 Engines each with a Clutch Manual gear switches 2 Gear boxes Reverse 1 Output shaft Throttle aware Zero clutch mode >>>> This is typical of boats and some cars Advanced features includ...
BBW ECU Safety for 1 Modular Engine for Throttle 0 to 1
Created by Brygun
Safety is missing from most ECU uploads. This is a modular engine controller with numerous built in safety checks. Many settings are done as flexible properties allowing changing them without going to the wiring diagram. A detailed list is below. Some vers...
Generator Control with 2 Throttle Options
Created by Brygun
Generator logic for when to turn on or off a Generator. Values are set by properties for easy editing. You can set: = Battery level to start generator = Battery level to stop generator = Throttle to send to the ECU = Alternate throttle to send to the ECU (...
ATV Controller mdl 15
Created by Brygun
Expanded around the LUA script from the Outland 570R ECU by Olli_DXD https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2819738684 Ollie did an amazing job and was my first encounter with WS driving that automatically could figure out reverse. That par...
ATV Controller 12
Created by Brygun
Expanded around the LUA script from the Outland 570R ECU by Olli_DXD https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2819738684 Ollie did an amazing job and was my first encounter with WS driving that automatically could figure out reverse. That par...
ECU 2 M2R 1 TZ P
Created by Brygun
Adds player detection aka "Deadman's switch" to https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2380681962 Where more complete details are listed...
Brygun's ECU Safety for 2 Modular Engine for Throttle RPS
Created by Brygun
Safety is missing from most ECU uploads. This is a modular engine controller with numerous built in safety checks. Many settings are done as flexible properties allowing changing them without going to the wiring diagram. A detailed list is below. Some vers...
Number Toggle
Created by Brygun
1x2 Numerical switch for 2 programmed numbers Example: Starter clutch engagement ...
Brygun's ECU Safety for 1 Modular Engine for Throttle RPS
Created by Brygun
Safety is missing from most ECU uploads. This is a modular engine controller with numerous built in safety checks. Many settings are done as flexible properties allowing changing them without going to the wiring diagram. A detailed list is below. Some vers...
Engine composite decode
Created by Brygun
Reads the modular engine composite. Also provides an Air Fuel Ratio output. Link this to a display in the cockpit to diagnosis the engine during test drives. ...
BBW Helm limit by speed LUA
Created by Brygun
Real life cargo ships limit their helm as they go faster. This version allows limiting 2 types of steering, rudder and azimuth thruster, at differen rates. A LUA script allows a smooth transition of helm limitation. A graph with the horizontal axis of spee...
BBW Zero Calming Deadzone
Created by Brygun
Function: Make a velocity pivot easier to stop Usage: Crane base keeps slowly swinging while offloading Method: Below the set value, e.g. .0099, changes output to zero. Thus the velocity pivot has an easier to find "stop" zone. Value done as property so yo...
Limit Number to Range
Created by Brygun
This should be trapping a number input to within a range set by properties for high and low. Application: Control surfaces need to be limited so they don't bump other parts of the vehicle. Application: Using robot pivots to replace control surfaces. The pi...