Stormworks: Build and Rescue

Stormworks: Build and Rescue

评价数不足
APG-3B Airborne AESA RWS Radar
   
奖励
收藏
已收藏
取消收藏
Vehicles: Air
标签: v0.10.15
文件大小
发表于
更新日期
69.701 KB
2020 年 4 月 25 日 下午 8:47
2020 年 4 月 28 日 下午 2:03
4 项改动说明 ( 查看 )

订阅以下载
APG-3B Airborne AESA RWS Radar

描述
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://psteamcommunity.yuanyoumao.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 条留言
Jim Halpert  [作者] 2020 年 10 月 30 日 下午 7:51 
No problem! I'm actually about to post the new APG-4A which includes several improvements over this model.
Tesla 2020 年 10 月 30 日 下午 7:36 
This is super neato! Thank you!
Linex 2020 年 5 月 21 日 下午 1:51 
Love it! Please make a version that works with the large radar, so we get the 20km range instead of 5km.
Neottious 2020 年 5 月 16 日 上午 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 2020 年 5 月 6 日 上午 10:18 
Got it thanks
Jim Halpert  [作者] 2020 年 5 月 5 日 下午 2: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 2020 年 5 月 4 日 下午 10:27 
If I wanted to pull the lock coordinates out of the LUA where could I find them? thanks!