KnightHawk75 -> RE: DB Table for ARM sensor? (8/30/2021 2:15:51 AM)
|
DataSensor lists item 1634 Passive Radar Seeker for AS-5/6, but doesn't seem to have a field describing what bands it uses. --- You want to look in the corresponding SensorDataFrequencySearchAndTrack and SensorDataFrequencyIlluminate depending on the nature of the sensor it may an entry in one or both. Or.. it's oldschool and has it in the sensor entry itself in the similarly named fields with Lower and Upper in the names. All newer stuff tends to use the related band tables. As in your case as an example weapon #1759, has sensor #1634 associated (ie looking in DataWeaponSensor with the weaponid shows 'component' 1634). The Passive Radar Seeker is type 3001 (ESM) role 3211 (Weapon Seeker, Anti-Radiation). It has no direct ...upper and ...lower in SensorData table so we look in SensorDataS&T and SensorIllum for ID# 1634, which take precedence as I recall anyway if they exist. W find in DataSensorFqS&T it's got entries for 1001-1010 which are the enums for A-J, so it operates from 30mhz-20ghz in total, and as expected for that sensor type no entries in DataSensorFqI table. Tip: Have two read-only copies of the viewer open, makes bouncing around tables a little easier.
|
|
|
|