Hi Mark, re: > Thank you! No worries. The entire exercise boiled down to creating a missing link; pretty easy really :-) re: > The main goal of what we are trying to do with the > ADDE/mcidas setup on this server is to make data available to the IDV in > our classrooms. Yup, I understand that. re: > This is probably an IDV support questions but I was > wondering if there was some documentation on configuring the IDV to grab > data from our local server by default. The way that the IDV works is that it keeps the last ADDE server visited for things like imagery, etc. as the "default" for the next invocation, whether it be in that session or the next. So, as the user selects the omega.lsc.vsc.edu server for ADDE-served datasets, that person's IDV instance will use omega as the default the next time. I think, however, that you are asking how to set the default server for all ADDE-delivered datasets out-of-the-box; true? I will ask Yuan how to do this when he gets back from lunch... ** Some time later ** I talked to Yuan, and he tells me that the way to set your ADDE server as the default one to use is to create an XML file that defines the list of ADDE servers to present in the interface and put omega at the top of the list and then turn that XML file into a plugin. Don Murray told me something about this a long time ago (although he was advising me on how to set defaults for things like image loads). I just dug through my old emails and found the procedure to define the list of ADDE servers to show in the interface, and set their list order: - exit any running IDV session(s) - create the file addeservers.xml in the user's ~/.unidata/idv/DefaultIdv directory I have included an example file that you can use as a template - start a new IDV session The ADDE server that is pre-selected as the default one to use is either the last one that a user selected previously _if_ the IDV had been run before and an ADDE server selected for a type of data (e.g., Dashboard -> Data Chooser -> Sat & Radar -> Images), or the first one in the list of servers included in addeservers.xml if this is the first time an ADDE server has been selected run. The catch is that the ~/.unidata/... directory tree will not exist unless the IDV has been previously run, so it will have to have been run once before you can setup the default list of servers. Please let me know if this makes sense/helps. Cheers, Tom -- **************************************************************************** Unidata User Support UCAR Unidata Program (303) 497-8642 P.O. Box 3000 address@hidden Boulder, CO 80307 ---------------------------------------------------------------------------- Unidata HomePage http://www.unidata.ucar.edu **************************************************************************** Ticket Details =================== Ticket ID: JCY-277961 Department: Support McIDAS Priority: Normal Status: Closed
<servers> <server active="true" description="omega.lsc.vsc.edu" name="omega.lsc.vsc.edu"> <group active="true" description="RTIMAGES" names="RTIMAGES" type="any"/> </server> <server active="true" description="adde.ucar.edu" name="adde.ucar.edu"> <group active="true" description="ANTIDD" names="ANTIDD" type="any"/> <group active="true" description="GINIALL" names="GINIALL" type="any"/> <group active="true" description="IMAGEALL" names="IMAGEALL" type="any"/> <group active="true" description="NEXRCALL" names="NEXRCALL" type="any"/> <group active="true" description="IRCOMP" names="IRCOMP" type="any"/> <group active="true" description="GLOBAL" names="GLOBAL" type="any"/> <group active="true" description="RTTDWR" names="RTTDWR" type="radar"/> <group active="true" description="METEOSAT" names="METEOSAT" type="any"/> </server> <server active="true" description="atm.geo.nsf.gov" name="atm.geo.nsf.gov"/> <server active="true" description="papagayo.unl.edu" name="papagayo.unl.edu"/> <server active="true" description="cacimbo.ggy.uga.edu" name="cacimbo.ggy.uga.edu"/> <server active="true" description="pscwx.plymouth.edu" name="pscwx.plymouth.edu"/> <server active="true" description="tornado.geos.ulm.edu" name="tornado.geos.ulm.edu"> <group active="true" description="CIMSS" names="CIMSS" type="any"/> <group active="true" description="GINICOMP" names="GINICOMP" type="any"/> <group active="true" description="GINIEAST" names="GINIEAST" type="any"/> <group active="true" description="GINIWEST" names="GINIWEST" type="any"/> <group active="true" description="NEXRCOMP" names="NEXRCOMP" type="any"/> <group active="true" description="TOPO" names="TOPO" type="any"/> </server> <server active="true" description="ingest.cise-nsf.gov" name="ingest.cise-nsf.gov"> <group active="true" description="GINICOMP" names="GINICOMP" type="any"/> <group active="true" description="RTIMAGES" names="RTIMAGES" type="any"/> </server> <server active="true" description="RTPRODS.SSEC.WISC.EDU" name="RTPRODS.SSEC.WISC.EDU"> <group active="true" description="IRCOMP" names="IRCOMP" type="any"/> </server> <server active="true" description="yakov.unidata.ucar.edu" name="yakov.unidata.ucar.edu"> <group active="true" description="MODIS" names="MODIS" type="any"/> <group active="true" description="TOPO" names="TOPO" type="any"/> <group active="true" description="NEWNEXR" names="NEWNEXR" type="any"/> <group active="true" description="RTNEXRAD" names="RTNEXRAD" type="radar"/> <group active="true" description="RTTDWR" names="RTTDWR" type="radar"/> <group active="true" description="NOWRAD" names="NOWRAD" type="any"/> <group active="true" description="NEXRCOMP" names="NEXRCOMP" type="any"/> </server> <server active="true" description="unidata2.ssec.wisc.edu" name="unidata2.ssec.wisc.edu"> <group active="true" description="UNIARC" names="UNIARC" type="any"/> </server> <server active="true" description="adde.cise-nsf.gov" name="adde.cise-nsf.gov"> <group active="true" description="NEXRALL" names="NEXRALL" type="any"/> <group active="true" description="NEXCALL" names="NEXCALL" type="any"/> <group active="true" description="NEXRCALL" names="NEXRCALL" type="any"/> </server> <server active="true" description="geoarc01.ssec.wisc.edu" name="geoarc01.ssec.wisc.edu"> <group active="true" description="AGOES13" names="AGOES13" type="any"/> </server> <server active="true" description="gale.unidata.ucar.edu" name="gale.unidata.ucar.edu"> <group active="true" description="NEXRCOMP" names="NEXRCOMP" type="any"/> <group active="true" description="MYDATA" names="MYDATA" type="any"/> </server> </servers>
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.