iadsUpdate Format

38 views
Skip to first unread message

Dan

unread,
Apr 12, 2012, 10:58:08 AM4/12/12
to ia...@googlegroups.com
I'm trying to develop a process by which I can monitor changes to the configuration (ParameterDefaults Table and Envelopes) and overwrite it if changes have been made.  I was excited to learn about the Config Update Wizard that would highlight changes in the conflict dialog during import however the Wizard wants an iadsUpdate file extension and I can't find any info about it's format.  I've looked through the help and searched the forum and it seems that it comes from an "IADS Developer".  Is the format of the iadsUpdate file available to end users?  If not, I'm guessing I won't be able to use the Configuration Update Wizard and I'll have to use the CSV import instead.  The CSV method would work but it would have been nice to see if any changes were made.

Thanks,

Dan

Adam Chant

unread,
Apr 12, 2012, 1:14:37 PM4/12/12
to ia...@googlegroups.com

Dan,

Depending on the type of import different file types are accepted in the Advanced Import Wizard.

Desktop Import *.iadsDt

Analysis Window Import *.iadsAw

Configuration Update *.iadsUpdate (Used by IADS Developers generally for unique config modifications)

 

Depending on the scope of changes either just the offending Analysis window can be selected or a complete Desktop.

Upon importing with the wizard you will be prompted with the option to keep or replace changes to the config.

 

1.       Export old window from old analysis window. (this will include display objects, parameters, envelopes etc.)

2.       Import with Advanced Wizard to new configuration.

3.       Select how to treat differences with the Manage Conflicts window.

4.       Save new config with changes.

 

I hope this clears it up.

 

Adam Chant

Symvionics, Inc.

IADS Application Engineer

(661) 273-7003 x 210

--
You received this message because you are subscribed to the Google Groups "IADS" group.
To view this discussion on the web visit https://groups.google.com/d/msg/iads/-/TwJ3XDZanRAJ.
To post to this group, send email to ia...@googlegroups.com.
To unsubscribe from this group, send email to iads+uns...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/iads?hl=en.

Myers, Darrell G CTR USAF AFMC 412 TW/ENR

unread,
Apr 12, 2012, 1:30:09 PM4/12/12
to ia...@googlegroups.com
Hello all,

I'm in the process of writing an application that uses the IADS
automation interface to retrieve aperiodic blob data via the IParameter
interface.

I want to start at the earliest time that the parameter has data so I
use the following code to set it up:

IParameter *ip = m_IadsApp.Configuration.CreateParameter("someblob");

ip.CurrentTime = ip.StartTime; // This call returns E_FAIL

Should this fail???


If I set it to the StartTime + 1 second it works:

**** This is complete sudo code ****

totalSecs = ip.StartTime.GetTotalSecs();
ip.CurrentTime.PutTime(totalSecs+1); // This works fine


Thanks,
Greg


Adam Chant

unread,
Apr 12, 2012, 1:57:08 PM4/12/12
to ia...@googlegroups.com
This looks correct but it may be a current limitation of the API on how the
blob is being processed.
Is this an aperiodic parameter?

We'll look into this further.


Adam Chant
Symvionics, Inc.
IADS Application Engineer
(661) 273-7003 x 210

-----Original Message-----
From: ia...@googlegroups.com [mailto:ia...@googlegroups.com] On Behalf Of
Myers, Darrell G CTR USAF AFMC 412 TW/ENR
Sent: Thursday, April 12, 2012 10:30 AM
To: ia...@googlegroups.com

Hello all,

Should this fail???


Thanks,
Greg


--
You received this message because you are subscribed to the Google Groups
"IADS" group.

James Bretz

unread,
Apr 12, 2012, 2:05:42 PM4/12/12
to ia...@googlegroups.com
Yep, it's aperiodic (and blob).

Greg, can you zip up and send us that data file (and associated index file)
via private email?

We'll debug it,
Jim

--------------------------------------------------
From: "Adam Chant" <ad...@iads-soft.com>
Sent: Thursday, April 12, 2012 10:57 AM
To: <ia...@googlegroups.com>
Subject: RE: [IADS] Question on setting CurrentTime on an IParameter

Myers, Darrell G CTR USAF AFMC 412 TW/ENR

unread,
Apr 12, 2012, 3:42:58 PM4/12/12
to ia...@googlegroups.com
On its way. Thanks for looking at it.
Reply all
Reply to author
Forward
0 new messages