Stormworks: Build and Rescue

Stormworks: Build and Rescue

Not enough ratings
APG-3B Airborne AESA RWS Radar
   
Award
Favorite
Favorited
Unfavorite
Vehicles: Air
Tags: v0.10.15
File Size
Posted
Updated
69.701 KB
25 Apr, 2020 @ 8:47pm
28 Apr, 2020 @ 2:03pm
4 Change Notes ( view )

Subscribe to download
APG-3B Airborne AESA RWS Radar

Description
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://steamhost.cn/steamcommunity_com/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 Comments
Jim Halpert  [author] 30 Oct, 2020 @ 7:51pm 
No problem! I'm actually about to post the new APG-4A which includes several improvements over this model.
Tesla 30 Oct, 2020 @ 7:36pm 
This is super neato! Thank you!
Linex 21 May, 2020 @ 1:51pm 
Love it! Please make a version that works with the large radar, so we get the 20km range instead of 5km.
Neottious 16 May, 2020 @ 9:23am 
Doesn't work on a dedicated server, are you doing some important logic in onDraw()? You should consider putting it in onTick().
IGoomba 6 May, 2020 @ 10:18am 
Got it thanks
Jim Halpert  [author] 5 May, 2020 @ 2:04pm 
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 May, 2020 @ 10:27pm 
If I wanted to pull the lock coordinates out of the LUA where could I find them? thanks!