SUBSIM Radio Room Forums



SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997

Go Back   SUBSIM Radio Room Forums > Silent Hunter 3 - 4 - 5 > SH4 Mods Workshop
Forget password? Reset here

Reply
 
Thread Tools Display Modes
Old 11-23-07, 04:24 PM   #1
Peto
Ace of the Deep
 
Join Date: Jul 2007
Location: The details of my life are quite inconsequential
Posts: 1,049
Downloads: 4
Uploads: 0
Default Sensors_sub_US.sim

Does anyone know for sure which of the SensorDat/Properties refers to SD radar versions?

Thanks in advance!!!

Peto
__________________
If your target has a 30 degree AOB, the range from his base course line equals the current range divided by 2.
Peto is offline   Reply With Quote
Old 11-23-07, 08:39 PM   #2
Ducimus
Rear Admiral
 
Ducimus's Avatar
 
Join Date: May 2005
Posts: 12,987
Downloads: 67
Uploads: 2


Default

Ive parsed it with a tweak file, but never took the time to idenify the invididual components. Best i can tell you is this.

First pay attention to the sensor type.

Type 0 = Visual
Type 1 = radar
Type 2 = active sonar
type 3 = passive sonar


On sensortype 1 entries, pay attention to if it rotates or not (since only SJ radar rotates), and its min and max height. SJ radar i beleive will have a min height thats near the surface, and SD radar have a minheight thats not so near the surface.
Ducimus is offline   Reply With Quote
Old 11-23-07, 09:49 PM   #3
LukeFF
Silent Hunter
 
Join Date: Apr 2005
Location: Riverside, California
Posts: 3,610
Downloads: 41
Uploads: 5
Default

Quote:
Originally Posted by Ducimus
Ive parsed it with a tweak file, but never took the time to idenify the invididual components. Best i can tell you is this.

First pay attention to the sensor type.

Type 0 = Visual
Type 1 = radar
Type 2 = active sonar
type 3 = passive sonar


On sensortype 1 entries, pay attention to if it rotates or not (since only SJ radar rotates), and its min and max height. SJ radar i beleive will have a min height thats near the surface, and SD radar have a minheight thats not so near the surface.
What tweak file are you using? The one I have has about 6 different entries for SJ radar, which seems kind of odd.
LukeFF is offline   Reply With Quote
Old 11-23-07, 10:36 PM   #4
Peto
Ace of the Deep
 
Join Date: Jul 2007
Location: The details of my life are quite inconsequential
Posts: 1,049
Downloads: 4
Uploads: 0
Default

Thanks Ducimus! That helps me narrow things down a lot!

LukeFF: I'm using S3D. I've also noticed what seems to be duplication but I think it may have to do with having them available for different sub/weapon platforms simultaneously. Not sure--just started working on doing a couple ideas. New to modding SH4 but not new to modding.

Peto
__________________
If your target has a 30 degree AOB, the range from his base course line equals the current range divided by 2.
Peto is offline   Reply With Quote
Old 11-24-07, 01:30 AM   #5
LukeFF
Silent Hunter
 
Join Date: Apr 2005
Location: Riverside, California
Posts: 3,610
Downloads: 41
Uploads: 5
Default

Quote:
Originally Posted by Ducimus
On sensortype 1 entries, pay attention to if it rotates or not (since only SJ radar rotates), and its min and max height. SJ radar i beleive will have a min height thats near the surface, and SD radar have a minheight thats not so near the surface.
What value determines how fast the SJ radar rotates?
LukeFF is offline   Reply With Quote
Old 11-24-07, 03:28 AM   #6
Peto
Ace of the Deep
 
Join Date: Jul 2007
Location: The details of my life are quite inconsequential
Posts: 1,049
Downloads: 4
Uploads: 0
Default

After looking at it a while--I don't know. My bet is that the rotation rate is hard-coded...
__________________
If your target has a 30 degree AOB, the range from his base course line equals the current range divided by 2.
Peto is offline   Reply With Quote
Old 11-24-07, 04:55 AM   #7
LukeFF
Silent Hunter
 
Join Date: Apr 2005
Location: Riverside, California
Posts: 3,610
Downloads: 41
Uploads: 5
Default

Quote:
Originally Posted by Peto
After looking at it a while--I don't know. My bet is that the rotation rate is hard-coded...
Well, at least the ranges can be adjusted. Most of them were out of whack in one way or another: the Improved SD had the earlier's max range, the Early SD had a range way beyond the Improved SD's version, and the SJ's were way off the scale as well.
LukeFF is offline   Reply With Quote
Old 11-24-07, 10:14 AM   #8
Ducimus
Rear Admiral
 
Ducimus's Avatar
 
Join Date: May 2005
Posts: 12,987
Downloads: 67
Uploads: 2


Default

Guys, you just have to look at it long enough to be able to see what they're doing:

heres a side by side comparision of the SJ and SD in the mini tweaker:


SD on the left, SJ on the right

Notes:

- Both are sensortype 1

- the max range on the SD is kinda large

-the min height of the SD is 80, and the SJ is 0. (idea being that the SD doesnt contact ships)

- the Max height of 5,000 on the SD (gotta be able to detect those planes!), while the SJ has a max height of 50. (Just the ships, maam, just the ships)

- sweep period. While im unsure exactly what measurement the sweep period is using, i am pretty sure that what this variable is, is how fast a radar sweep is done. A sweep period of 1 means it "sweeps" VERY fast. A sweep period of 25 would be alot slower.

- Sweep arc. How large the geometric arc is. Think about the radar screen as it spins around. Or a piece of pie rotating around a stick. SJ radar has a sweep arc, the SD radar doesnt have an arc, it just projects everywhere.


- last difference, revolving. 0, or 1, boolean values for No, or yes.


Heres the tweak file ive been using. Its the same one i made to tweak the player hydrophone to get rid of it working while on the surface. I havent firmly identfied which item is which by name except for the hydrophones, but i have them all labeld by sensortype.
-------------------------------------

Code:
[1]
DropDownName=--TYPE 1 / item 1
search,SensorType,1,integer,>2,SensorType
search,PreciseRange,1,single,>2,PreciseRange
search,MaxRange,1,single,>2,MaxRange
search,MinHeight,1,single,>2,MinHeight
search,MaxHeight,1,single,>2,MaxHeight
search,MinSensorHeight,1,single,>2,MinSensorHeight
search,MaxSensorHeight,1,single,>2,MaxSensorHeight
search,Surface,1,single,>2,Surface
search,RPMDetLevel,1,single,>2,RPMDetLevel
search,SweepPeriod,1,single,>2,SweepPeriod
search,SweepArc,1,single,>2,SweepArc
search,ProbInsideArc,1,single,>2,ProbInsideArc
search,Revolving,1,byte,>2,Revolving
search,SkipSweep,1,byte,>2,SkipSweep
search,BearingMin,1,single,>2,BearingMin
search,BearingMax,1,single,>2,BearingMax
search,ElevationMin,1,single,>2,ElevationMin
search,ElevationMax,1,single,>2,ElevationMax
[2]
DropDownName=--TYPE 1 / item 2
search,SensorType,2,integer,>2,SensorType
search,PreciseRange,2,single,>2,PreciseRange
search,MaxRange,2,single,>2,MaxRange
search,MinHeight,2,single,>2,MinHeight
search,MaxHeight,2,single,>2,MaxHeight
search,MinSensorHeight,2,single,>2,MinSensorHeight
search,MaxSensorHeight,2,single,>2,MaxSensorHeight
search,Surface,2,single,>2,Surface
search,RPMDetLevel,2,single,>2,RPMDetLevel
search,SweepPeriod,2,single,>2,SweepPeriod
search,SweepArc,2,single,>2,SweepArc
search,ProbInsideArc,2,single,>2,ProbInsideArc
search,Revolving,2,byte,>2,Revolving
search,SkipSweep,2,byte,>2,SkipSweep
search,BearingMin,2,single,>2,BearingMin
search,BearingMax,2,single,>2,BearingMax
search,ElevationMin,2,single,>2,ElevationMin
search,ElevationMax,2,single,>2,ElevationMax
[3]
DropDownName=TYPE 0 / item 3
search,SensorType,3,integer,>2,SensorType
search,PreciseRange,3,single,>2,PreciseRange
search,MaxRange,3,single,>2,MaxRange
search,MinHeight,3,single,>2,MinHeight
search,MaxHeight,3,single,>2,MaxHeight
search,MinSensorHeight,3,single,>2,MinSensorHeight
search,MaxSensorHeight,3,single,>2,MaxSensorHeight
search,Surface,3,single,>2,Surface
search,RPMDetLevel,3,single,>2,RPMDetLevel
search,SweepPeriod,3,single,>2,SweepPeriod
search,SweepArc,3,single,>2,SweepArc
search,ProbInsideArc,3,single,>2,ProbInsideArc
search,Revolving,3,byte,>2,Revolving
search,SkipSweep,3,byte,>2,SkipSweep
search,BearingMin,3,single,>2,BearingMin
search,BearingMax,3,single,>2,BearingMax
search,ElevationMin,3,single,>2,ElevationMin
search,ElevationMax,3,single,>2,ElevationMax
[4]
DropDownName=TYPE 0 / item 4
search,SensorType,4,integer,>2,SensorType
search,PreciseRange,4,single,>2,PreciseRange
search,MaxRange,4,single,>2,MaxRange
search,MinHeight,4,single,>2,MinHeight
search,MaxHeight,4,single,>2,MaxHeight
search,MinSensorHeight,4,single,>2,MinSensorHeight
search,MaxSensorHeight,4,single,>2,MaxSensorHeight
search,Surface,4,single,>2,Surface
search,RPMDetLevel,4,single,>2,RPMDetLevel
search,SweepPeriod,4,single,>2,SweepPeriod
search,SweepArc,4,single,>2,SweepArc
search,ProbInsideArc,4,single,>2,ProbInsideArc
search,Revolving,4,byte,>2,Revolving
search,SkipSweep,4,byte,>2,SkipSweep
search,BearingMin,4,single,>2,BearingMin
search,BearingMax,4,single,>2,BearingMax
search,ElevationMin,4,single,>2,ElevationMin
search,ElevationMax,4,single,>2,ElevationMax
[5]
DropDownName=TYPE 0 / item 5
search,SensorType,5,integer,>2,SensorType
search,PreciseRange,5,single,>2,PreciseRange
search,MaxRange,5,single,>2,MaxRange
search,MinHeight,5,single,>2,MinHeight
search,MaxHeight,5,single,>2,MaxHeight
search,MinSensorHeight,5,single,>2,MinSensorHeight
search,MaxSensorHeight,5,single,>2,MaxSensorHeight
search,Surface,5,single,>2,Surface
search,RPMDetLevel,5,single,>2,RPMDetLevel
search,SweepPeriod,5,single,>2,SweepPeriod
search,SweepArc,5,single,>2,SweepArc
search,ProbInsideArc,5,single,>2,ProbInsideArc
search,Revolving,5,byte,>2,Revolving
search,SkipSweep,5,byte,>2,SkipSweep
search,BearingMin,5,single,>2,BearingMin
search,BearingMax,5,single,>2,BearingMax
search,ElevationMin,5,single,>2,ElevationMin
search,ElevationMax,5,single,>2,ElevationMax
[6]
DropDownName=--TYPE 1 / item 6
search,SensorType,6,integer,>2,SensorType
search,PreciseRange,6,single,>2,PreciseRange
search,MaxRange,6,single,>2,MaxRange
search,MinHeight,6,single,>2,MinHeight
search,MaxHeight,6,single,>2,MaxHeight
search,MinSensorHeight,6,single,>2,MinSensorHeight
search,MaxSensorHeight,6,single,>2,MaxSensorHeight
search,Surface,6,single,>2,Surface
search,RPMDetLevel,6,single,>2,RPMDetLevel
search,SweepPeriod,6,single,>2,SweepPeriod
search,SweepArc,6,single,>2,SweepArc
search,ProbInsideArc,6,single,>2,ProbInsideArc
search,Revolving,6,byte,>2,Revolving
search,SkipSweep,6,byte,>2,SkipSweep
search,BearingMin,6,single,>2,BearingMin
search,BearingMax,6,single,>2,BearingMax
search,ElevationMin,6,single,>2,ElevationMin
search,ElevationMax,6,single,>2,ElevationMax
[7]
DropDownName=--TYPE 1 / item 7
search,SensorType,7,integer,>2,SensorType
search,PreciseRange,7,single,>2,PreciseRange
search,MaxRange,7,single,>2,MaxRange
search,MinHeight,7,single,>2,MinHeight
search,MaxHeight,7,single,>2,MaxHeight
search,MinSensorHeight,7,single,>2,MinSensorHeight
search,MaxSensorHeight,7,single,>2,MaxSensorHeight
search,Surface,7,single,>2,Surface
search,RPMDetLevel,7,single,>2,RPMDetLevel
search,SweepPeriod,7,single,>2,SweepPeriod
search,SweepArc,7,single,>2,SweepArc
search,ProbInsideArc,7,single,>2,ProbInsideArc
search,Revolving,7,byte,>2,Revolving
search,SkipSweep,7,byte,>2,SkipSweep
search,BearingMin,7,single,>2,BearingMin
search,BearingMax,7,single,>2,BearingMax
search,ElevationMin,7,single,>2,ElevationMin
search,ElevationMax,7,single,>2,ElevationMax
[8]
DropDownName=--TYPE 1 / item 8
search,SensorType,8,integer,>2,SensorType
search,PreciseRange,8,single,>2,PreciseRange
search,MaxRange,8,single,>2,MaxRange
search,MinHeight,8,single,>2,MinHeight
search,MaxHeight,8,single,>2,MaxHeight
search,MinSensorHeight,8,single,>2,MinSensorHeight
search,MaxSensorHeight,8,single,>2,MaxSensorHeight
search,Surface,8,single,>2,Surface
search,RPMDetLevel,8,single,>2,RPMDetLevel
search,SweepPeriod,8,single,>2,SweepPeriod
search,SweepArc,8,single,>2,SweepArc
search,ProbInsideArc,8,single,>2,ProbInsideArc
search,Revolving,8,byte,>2,Revolving
search,SkipSweep,8,byte,>2,SkipSweep
search,BearingMin,8,single,>2,BearingMin
search,BearingMax,8,single,>2,BearingMax
search,ElevationMin,8,single,>2,ElevationMin
search,ElevationMax,8,single,>2,ElevationMax
[9]
DropDownName=--TYPE 1 / item 9
search,SensorType,9,integer,>2,SensorType
search,PreciseRange,9,single,>2,PreciseRange
search,MaxRange,9,single,>2,MaxRange
search,MinHeight,9,single,>2,MinHeight
search,MaxHeight,9,single,>2,MaxHeight
search,MinSensorHeight,9,single,>2,MinSensorHeight
search,MaxSensorHeight,9,single,>2,MaxSensorHeight
search,Surface,9,single,>2,Surface
search,RPMDetLevel,9,single,>2,RPMDetLevel
search,SweepPeriod,9,single,>2,SweepPeriod
search,SweepArc,9,single,>2,SweepArc
search,ProbInsideArc,9,single,>2,ProbInsideArc
search,Revolving,9,byte,>2,Revolving
search,SkipSweep,9,byte,>2,SkipSweep
search,BearingMin,9,single,>2,BearingMin
search,BearingMax,9,single,>2,BearingMax
search,ElevationMin,9,single,>2,ElevationMin
search,ElevationMax,9,single,>2,ElevationMax
[10]
DropDownName=--TYPE 1 / item 10
search,SensorType,10,integer,>2,SensorType
search,PreciseRange,10,single,>2,PreciseRange
search,MaxRange,10,single,>2,MaxRange
search,MinHeight,10,single,>2,MinHeight
search,MaxHeight,10,single,>2,MaxHeight
search,MinSensorHeight,10,single,>2,MinSensorHeight
search,MaxSensorHeight,10,single,>2,MaxSensorHeight
search,Surface,10,single,>2,Surface
search,RPMDetLevel,10,single,>2,RPMDetLevel
search,SweepPeriod,10,single,>2,SweepPeriod
search,SweepArc,10,single,>2,SweepArc
search,ProbInsideArc,10,single,>2,ProbInsideArc
search,Revolving,10,byte,>2,Revolving
search,SkipSweep,10,byte,>2,SkipSweep
search,BearingMin,10,single,>2,BearingMin
search,BearingMax,10,single,>2,BearingMax
search,ElevationMin,10,single,>2,ElevationMin
search,ElevationMax,10,single,>2,ElevationMax
[11]
DropDownName=--TYPE 1 / item 11
search,SensorType,11,integer,>2,SensorType
search,PreciseRange,11,single,>2,PreciseRange
search,MaxRange,11,single,>2,MaxRange
search,MinHeight,11,single,>2,MinHeight
search,MaxHeight,11,single,>2,MaxHeight
search,MinSensorHeight,11,single,>2,MinSensorHeight
search,MaxSensorHeight,11,single,>2,MaxSensorHeight
search,Surface,11,single,>2,Surface
search,RPMDetLevel,11,single,>2,RPMDetLevel
search,SweepPeriod,11,single,>2,SweepPeriod
search,SweepArc,11,single,>2,SweepArc
search,ProbInsideArc,11,single,>2,ProbInsideArc
search,Revolving,11,byte,>2,Revolving
search,SkipSweep,11,byte,>2,SkipSweep
search,BearingMin,11,single,>2,BearingMin
search,BearingMax,11,single,>2,BearingMax
search,ElevationMin,11,single,>2,ElevationMin
search,ElevationMax,11,single,>2,ElevationMax
[12]
DropDownName= NSS_Hydrophone_Ball
search,SensorType,12,integer,>2,SensorType
search,PreciseRange,12,single,>2,PreciseRange
search,MaxRange,12,single,>2,MaxRange
search,MinHeight,12,single,>2,MinHeight
search,MaxHeight,12,single,>2,MaxHeight
search,MinSensorHeight,12,single,>2,MinSensorHeight
search,MaxSensorHeight,12,single,>2,MaxSensorHeight
search,Surface,12,single,>2,Surface
search,RPMDetLevel,12,single,>2,RPMDetLevel
search,SweepPeriod,12,single,>2,SweepPeriod
search,SweepArc,12,single,>2,SweepArc
search,ProbInsideArc,12,single,>2,ProbInsideArc
search,Revolving,12,byte,>2,Revolving
search,SkipSweep,12,byte,>2,SkipSweep
search,BearingMin,12,single,>2,BearingMin
search,BearingMax,12,single,>2,BearingMax
search,ElevationMin,12,single,>2,ElevationMin
search,ElevationMax,12,single,>2,ElevationMax
[13]
DropDownName= NSS_Hydrophone_Ball_02
search,SensorType,13,integer,>2,SensorType
search,PreciseRange,13,single,>2,PreciseRange
search,MaxRange,13,single,>2,MaxRange
search,MinHeight,13,single,>2,MinHeight
search,MaxHeight,13,single,>2,MaxHeight
search,MinSensorHeight,13,single,>2,MinSensorHeight
search,MaxSensorHeight,13,single,>2,MaxSensorHeight
search,Surface,13,single,>2,Surface
search,RPMDetLevel,13,single,>2,RPMDetLevel
search,SweepPeriod,13,single,>2,SweepPeriod
search,SweepArc,13,single,>2,SweepArc
search,ProbInsideArc,13,single,>2,ProbInsideArc
search,Revolving,13,byte,>2,Revolving
search,SkipSweep,13,byte,>2,SkipSweep
search,BearingMin,13,single,>2,BearingMin
search,BearingMax,13,single,>2,BearingMax
search,ElevationMin,13,single,>2,ElevationMin
search,ElevationMax,13,single,>2,ElevationMax
[14]
DropDownName=----TYPE 2 / item 14
search,SensorType,14,integer,>2,SensorType
search,PreciseRange,14,single,>2,PreciseRange
search,MaxRange,14,single,>2,MaxRange
search,MinHeight,14,single,>2,MinHeight
search,MaxHeight,14,single,>2,MaxHeight
search,MinSensorHeight,14,single,>2,MinSensorHeight
search,MaxSensorHeight,14,single,>2,MaxSensorHeight
search,Surface,14,single,>2,Surface
search,RPMDetLevel,14,single,>2,RPMDetLevel
search,SweepPeriod,14,single,>2,SweepPeriod
search,SweepArc,14,single,>2,SweepArc
search,ProbInsideArc,14,single,>2,ProbInsideArc
search,Revolving,14,byte,>2,Revolving
search,SkipSweep,14,byte,>2,SkipSweep
search,BearingMin,14,single,>2,BearingMin
search,BearingMax,14,single,>2,BearingMax
search,BearingMin,14,single,>2,BearingMin
search,BearingMax,15,single,>2,BearingMax
search,ElevationMin,14,single,>2,ElevationMin
search,ElevationMax,14,single,>2,ElevationMax
[15]
DropDownName=------TYPE 3 / item 15
search,SensorType,15,integer,>2,SensorType
search,PreciseRange,15,single,>2,PreciseRange
search,MaxRange,15,single,>2,MaxRange
search,MinHeight,15,single,>2,MinHeight
search,MaxHeight,15,single,>2,MaxHeight
search,MinSensorHeight,15,single,>2,MinSensorHeight
search,MaxSensorHeight,15,single,>2,MaxSensorHeight
search,Surface,15,single,>2,Surface
search,RPMDetLevel,15,single,>2,RPMDetLevel
search,SweepPeriod,15,single,>2,SweepPeriod
search,SweepArc,15,single,>2,SweepArc
search,ProbInsideArc,15,single,>2,ProbInsideArc
search,Revolving,15,byte,>2,Revolving
search,SkipSweep,15,byte,>2,SkipSweep
search,BearingMin,15,single,>2,BearingMin
search,BearingMax,15,single,>2,BearingMax
search,ElevationMin,15,single,>2,ElevationMin
search,ElevationMax,15,single,>2,ElevationMax
[16]
DropDownName=--TYPE 1 / item 16
search,SensorType,16,integer,>2,SensorType
search,PreciseRange,16,single,>2,PreciseRange
search,MaxRange,16,single,>2,MaxRange
search,MinHeight,16,single,>2,MinHeight
search,MaxHeight,16,single,>2,MaxHeight
search,MinSensorHeight,16,single,>2,MinSensorHeight
search,MaxSensorHeight,16,single,>2,MaxSensorHeight
search,Surface,16,single,>2,Surface
search,RPMDetLevel,16,single,>2,RPMDetLevel
search,SweepPeriod,16,single,>2,SweepPeriod
search,SweepArc,16,single,>2,SweepArc
search,ProbInsideArc,16,single,>2,ProbInsideArc
search,Revolving,16,byte,>2,Revolving
search,SkipSweep,16,byte,>2,SkipSweep
search,BearingMin,16,single,>2,BearingMin
search,BearingMax,16,single,>2,BearingMax
search,ElevationMin,16,single,>2,ElevationMin
search,ElevationMax,16,single,>2,ElevationMax
[17]
DropDownName=--TYPE 1 / item 17
search,SensorType,17,integer,>2,SensorType
search,PreciseRange,17,single,>2,PreciseRange
search,MaxRange,17,single,>2,MaxRange
search,MinHeight,17,single,>2,MinHeight
search,MaxHeight,17,single,>2,MaxHeight
search,MinSensorHeight,17,single,>2,MinSensorHeight
search,MaxSensorHeight,17,single,>2,MaxSensorHeight
search,Surface,17,single,>2,Surface
search,RPMDetLevel,17,single,>2,RPMDetLevel
search,SweepPeriod,17,single,>2,SweepPeriod
search,SweepArc,17,single,>2,SweepArc
search,ProbInsideArc,17,single,>2,ProbInsideArc
search,Revolving,17,byte,>2,Revolving
search,SkipSweep,17,byte,>2,SkipSweep
search,BearingMin,17,single,>2,BearingMin
search,BearingMax,17,single,>2,BearingMax
search,ElevationMin,17,single,>2,ElevationMin
search,ElevationMax,17,single,>2,ElevationMax
[18]
DropDownName=--TYPE 1 / item 18
search,SensorType,18,integer,>2,SensorType
search,PreciseRange,18,single,>2,PreciseRange
search,MaxRange,18,single,>2,MaxRange
search,MinHeight,18,single,>2,MinHeight
search,MaxHeight,18,single,>2,MaxHeight
search,MinSensorHeight,18,single,>2,MinSensorHeight
search,MaxSensorHeight,18,single,>2,MaxSensorHeight
search,Surface,18,single,>2,Surface
search,RPMDetLevel,18,single,>2,RPMDetLevel
search,SweepPeriod,18,single,>2,SweepPeriod
search,SweepArc,18,single,>2,SweepArc
search,ProbInsideArc,18,single,>2,ProbInsideArc
search,Revolving,18,byte,>2,Revolving
search,SkipSweep,18,byte,>2,SkipSweep
search,BearingMin,18,single,>2,BearingMin
search,BearingMax,18,single,>2,BearingMax
search,ElevationMin,18,single,>2,ElevationMin
search,ElevationMax,18,single,>2,ElevationMax
[19]
DropDownName=--TYPE 1 / item 19
search,SensorType,19,integer,>2,SensorType
search,PreciseRange,19,single,>2,PreciseRange
search,MaxRange,19,single,>2,MaxRange
search,MinHeight,19,single,>2,MinHeight
search,MaxHeight,19,single,>2,MaxHeight
search,MinSensorHeight,19,single,>2,MinSensorHeight
search,MaxSensorHeight,19,single,>2,MaxSensorHeight
search,Surface,19,single,>2,Surface
search,RPMDetLevel,19,single,>2,RPMDetLevel
search,SweepPeriod,19,single,>2,SweepPeriod
search,SweepArc,19,single,>2,SweepArc
search,ProbInsideArc,19,single,>2,ProbInsideArc
search,Revolving,19,byte,>2,Revolving
search,SkipSweep,19,byte,>2,SkipSweep
search,BearingMin,19,single,>2,BearingMin
search,BearingMax,19,single,>2,BearingMax
search,ElevationMin,19,single,>2,ElevationMin
search,ElevationMax,19,single,>2,ElevationMax
[20]
DropDownName=--TYPE 1 / item 20
search,SensorType,20,integer,>2,SensorType
search,PreciseRange,20,single,>2,PreciseRange
search,MaxRange,20,single,>2,MaxRange
search,MinHeight,20,single,>2,MinHeight
search,MaxHeight,20,single,>2,MaxHeight
search,MinSensorHeight,20,single,>2,MinSensorHeight
search,MaxSensorHeight,20,single,>2,MaxSensorHeight
search,Surface,20,single,>2,Surface
search,RPMDetLevel,20,single,>2,RPMDetLevel
search,SweepPeriod,20,single,>2,SweepPeriod
search,SweepArc,20,single,>2,SweepArc
search,ProbInsideArc,20,single,>2,ProbInsideArc
search,Revolving,20,byte,>2,Revolving
search,SkipSweep,20,byte,>2,SkipSweep
search,BearingMin,20,single,>2,BearingMin
search,BearingMax,20,single,>2,BearingMax
search,ElevationMin,20,single,>2,ElevationMin
search,ElevationMax,20,single,>2,ElevationMax
[21]
DropDownName=--TYPE 1 / item 21
search,SensorType,21,integer,>2,SensorType
search,PreciseRange,21,single,>2,PreciseRange
search,MaxRange,21,single,>2,MaxRange
search,MinHeight,21,single,>2,MinHeight
search,MaxHeight,21,single,>2,MaxHeight
search,MinSensorHeight,21,single,>2,MinSensorHeight
search,MaxSensorHeight,21,single,>2,MaxSensorHeight
search,Surface,21,single,>2,Surface
search,RPMDetLevel,21,single,>2,RPMDetLevel
search,SweepPeriod,21,single,>2,SweepPeriod
search,SweepArc,21,single,>2,SweepArc
search,ProbInsideArc,21,single,>2,ProbInsideArc
search,Revolving,21,byte,>2,Revolving
search,SkipSweep,21,byte,>2,SkipSweep
search,BearingMin,21,single,>2,BearingMin
search,BearingMax,21,single,>2,BearingMax
search,ElevationMin,21,single,>2,ElevationMin
search,ElevationMax,21,single,>2,ElevationMax
Ducimus is offline   Reply With Quote
Old 11-24-07, 10:50 AM   #9
Peto
Ace of the Deep
 
Join Date: Jul 2007
Location: The details of my life are quite inconsequential
Posts: 1,049
Downloads: 4
Uploads: 0
Default

Thanks Ducimus! I started checking that out yesterday but want to finish a couple WIP's before I really dig into the radar. Hopefully I can run a couple tests today.

Seriously--your advice and assistance is Great!

__________________
If your target has a 30 degree AOB, the range from his base course line equals the current range divided by 2.
Peto is offline   Reply With Quote
Old 11-24-07, 01:17 PM   #10
DrBeast
The Old Man
 
Join Date: Oct 2007
Location: Somewhere Out In Space
Posts: 1,408
Downloads: 36
Uploads: 0
Default

Neat...another thread I'm archiving! Cheers for the info, Ducimus!
__________________



Let the Beast inside you free!
DrBeast is offline   Reply With Quote
Old 11-25-07, 03:21 AM   #11
LukeFF
Silent Hunter
 
Join Date: Apr 2005
Location: Riverside, California
Posts: 3,610
Downloads: 41
Uploads: 5
Default

Quote:
Originally Posted by Ducimus
- sweep period. While im unsure exactly what measurement the sweep period is using, i am pretty sure that what this variable is, is how fast a radar sweep is done. A sweep period of 1 means it "sweeps" VERY fast. A sweep period of 25 would be alot slower.
I figured that one out. It's the time it takes, in seconds, for the radar to perform one complete sweep. I fixed the SV radar in this way, by adjusting its sweep period to 20, and sure enough it now rotates at the same speed as the SJ. (The SV could rotate up to 6 rpm, and the SJ up to 8 rpm; the SJ is set to 3 rpm by default).
LukeFF is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 01:00 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 1995- 2025 Subsim®
"Subsim" is a registered trademark, all rights reserved.