Hi Bryan:
> The setup was as follows: The G2 was configured for a mission, the
> simulator started and stream 1 was locked up. Then the IADS Server
> was started with the approprate configuration and data gathering was
> started. Then Visual Studio was started on the G2 and the project was
> loaded.
Sounds like you are trying to setup a Custom data source as a
secondary data source to the IADS server...I will continue under that
premise...
> When the solution is compiled and started it just says connecting to
> port 49000 and sits there. I presume that there are some changes to
> be made on the IADS server but was unable to spot those instructions.
> What are the setup steps for the IADS server.
When dealing with setting up a secondary data source first you need to
setup your startup file to define the specs of the additional data
source (i.e. host, port, parameter definition file, etc.)...an IADS
Google Group post that describes this process in more detail is as
follows:
http://groups.google.com/group/iads/browse_thread/thread/8f36f9cc22dc717/a8dd45a9fd8c258f?hl=en&lnk=gst&q=secondary#
Secondly you need to create a parameter definition file that lists the
parameters along with their specs that are to be forwarded from the
data source to the IADS server. This will be reflected in the startup
file entry PARAMDEF_2 (example used in the Google post). See the pdf
file contained in the Iads Data Source package you obtained from the
download site for more detail on the parameter definition file format.
The IADS Data Source package you obtained from the download site
contains parameter definition files associated with the example code
that you can use in your initial test instance...I believe the one
that applies in the default case is iadsCDS.prn.SimStyle (someone
please correct me if I am wrong).
Finally the parameters listed in the definition file that you want
processed in IADS need to be propagated to the IADS config file
ParameterDefaults table. One method is to use the IADS Parameter
Attributes Dialog tool to either create entire config files containing
the parameter sets from both data sources or create csv files that can
be appended into existing config files. Further details on this
process can be found in the IADS help system (see the IADS Parameter
Attributes Viewer page). Steps for either the create or append option
are also described in the following Google Group post:
http://groups.google.com/group/iads/browse_thread/thread/18ebaaaeb6ef6277/54ebd5ee0c4f85fe?hl=en&lnk=gst&q=parameter+attributes#
> Within the IADS Data Source solution, the section that sets up for the
> simulated DECOM output from this test code appears to just select tags
> 1 through n to send to the server. What needs to be done to associate
> these tag values with some parameter names on the server?
The mapping between tag id and parameter is based on the setup within
the data source and will be reflected in the parameter definition file
(AKA prn file) you need to create.
> To be more specific, we have about 3000 parameters to send via this
> pipeline. (Don't worry about the band width, they are heavily sub-
> commutated and only a few get sent during any one time span.) How
> should we make the connection between tag numbers and our flock of
> paramters. I am hoping that you will tell me about some method to
> automate this process rather than entering each of the parameters by
> hand.
We are definitiely lacking in tools to build up a prn file...but not
sure there is a way to standardize how to build one up...depends on
the interface upstream available to obtain the information in an
automated fashion which will be different in each case. We do have
plans to enhance the Custom interface in the future to provide a
connection-based interface to transfer parameter information...but of
course that does not help you right now.
If you continue to have problems with the setup or have further
questions (or I totally misunderstood the original question) please
let us know.