Stormworks: Build and Rescue

Stormworks: Build and Rescue

Otillräckligt med betyg
APG-3B Airborne AESA RWS Radar
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Vehicles: Air
Taggar: v0.10.15
Filstorlek
Lades upp
Uppdaterades
69.701 KB
25 apr, 2020 @ 20:47
28 apr, 2020 @ 14:03
4 ändringsnotiser ( visa )

Abonnera för att ladda ner
APG-3B Airborne AESA RWS Radar

Beskrivning
This is the microcontroller of the B version of the APG-3 series radar. This system is the second iteration of the APG-3 family.

=============================================================================
NOTE: It is important to understand that this radar is automatically pitch stabilized, but not roll stabilized. A mechanical stabilization system like the one demonstrated in this build examble is required for accurate Altitude and GPS target information.
=============================================================================

This radar is designed to work on a 2x2 or above monitor, though a 1 x 1 might work for basic operation.

This version includes:

1) Basic start-up BIT
2) Range-while-scan function
3) Track up to 100 targets
4) Scan ranges of 500, 1000, 2500, and 5000 meters.
5) 180 degree scan width
6) Differentiate between air and sea targets
7) Pitch stabilized
8) Expanded target data:
-Target altitude
-Target range
-Target GPS X and Y values
9) Single-target lock-on mode

Air targets (targets detected above the pre-specified altitude) are displayed as a '+' and sea/ground targets detected below that altitude are displayed as a '='.

Check out the build example here: https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2074406823

It is recommended to build the radar system onto a PID controlled roll stabilizer as demonstrated in this workshop set-up.

Future versions are planned to build on this version as a foundation. Below is a WIP list of planned version. These are subject to change and subject to the limit of my inexperience at building and LUA.

Future versions are planned:

C Version will include:

1) Data-link capability

D Version will include:

1) Track-while-scan capability
7 kommentarer
Jim Halpert  [skapare] 30 okt, 2020 @ 19:51 
No problem! I'm actually about to post the new APG-4A which includes several improvements over this model.
Tesla 30 okt, 2020 @ 19:36 
This is super neato! Thank you!
Linex 21 maj, 2020 @ 13:51 
Love it! Please make a version that works with the large radar, so we get the 20km range instead of 5km.
Neottious 16 maj, 2020 @ 9:23 
Doesn't work on a dedicated server, are you doing some important logic in onDraw()? You should consider putting it in onTick().
IGoomba 6 maj, 2020 @ 10:18 
Got it thanks
Jim Halpert  [skapare] 5 maj, 2020 @ 14:04 
The lock function is held in the bottom of the three LUA blocks, and the coordinates of the target at held in veriables "gpsXA" and "gpsYA"
IGoomba 4 maj, 2020 @ 22:27 
If I wanted to pull the lock coordinates out of the LUA where could I find them? thanks!