IQ data from combined satellites

Hi,
   I am working on the GPS toolkits, and I would like to know:
 How is the IQ data from several satellites combined and where does this process take place?
Regards,
Arpi 

Hello Arpi,
The IQ data from several satellites
is comibed using the GPS standard.  All the details on how the IQ data
is combined is available within this standard.  We simply implement the
standard within our GPS toolkit vi's in the niGPS Write Waveform To
File.vi example.  Unfortunately, the details of how our VI is coded is
proprietary.  Please let me know if you have anymore questions and I
will do my best to assist with the information that I can provide.
Regards,Paul C.

Similar Messages

  • Master data from combination of multiple system source

    Hi All,
    We have a situation wherein we have to load master data from 2 different source systems. For the same Business areas ( Ex. SD, FI, etc). with most probably with same values. Since the master data is overwrite, the last load value will only be available.
    Please help me out in the precautions / design change need to be done in the existing system.
    Regards,
    N P Reddy

    Hi NPR,
    For this the recommended scenario is using Source System Compounding for the InfoObjects. See here for full info:
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a6399e07211d2acb80000e829fbfe/content.htm
    Hope this helps...

  • How to combine data from different input forms outside a nested iView

    Hi,
    i try to combine data from different input forms in a single one.
    Because of space reasons in Flex compiling i already use nested iViews. Within these nested iViews its possible to use the 'combine' function to do this.
    But in the main iView I cant compose these function with other elements. I need to do this because of using these model in Guided Procedures with output parameters. These parameters I only get with a 'endPoint'. Unfortunatly its not possible to combine data from different input forms into the 'endPoint'.
    Is there any solution?
    Thanx
    Mathias

    Hi Scott,
    i tried this already and i also tried to map all parameters in the endpoint by drawing lines from the other forms and assign the 'empty parameters' by a formula.
    And when i create a collable object in GP and assign the VC iView, only the parameters of the parent-form (the form who trigger the event) are shown as output-parameters.
    Maybe any other ideas? I cant believe that such a simple thing is not possible?!?!
    In my opinion, thats a bug, that I'am not able to use the combine-operator in the main VC-iView. Whats your mind?
    greets
    mathias

  • OBIEE 11g - Combine data from two Oracle tables

    Good day!
    I tried to combine data from two Oracle tables as fact data, but it doesn't work.
    My steps: I created SCOTT.EMP2 table from SCOTT.EMP table, update EMPNO and ENAME values of EMP2 table to distinguish data of my tables. Then I imported physical tables DEPT, EMP and EMP2 to BIEE 11g, created joins DEPT-EMP and DEPT-EMP2 in physical diagram. Then I dragged DEPT and EMP tables to BMM, and EMP2 table to EMP as second LTS. In Content tab for EMP and EMP2 I checked "This source should be combined with other sources at this level" checkboxes. Then I renamed logical tables EMP and DEPT to Employees and Departments and dragged them to Presentation area. In Answers I created Analysis with columns DNAME and ENAME.
    The problem is that data on results tab is only from one physical table EMP or EMP2 (depending on the order of sources EMP and EMP2 of LT Employees) and not from both.
    Can anybody help? Am I missed something?
    Al.

    Hi Al,
    I think you have to define the content of the LTS.
    http://download.oracle.com/docs/cd/E12096_01/books/admintool/admintool_BusModSetup16.html
    You have to specify the content of the different fragments.
    http://download.oracle.com/docs/cd/E12096_01/books/admintool/admintool_SetUpAggNav3.html#wp1005333
    Maybe you have to add an additional column 'Source' ('EMP1', 'EMP2')
    Good Luck,
    Daan Bakboord
    http://obibb.wordpress.com

  • Lowest value from 2 date fields combined

    Morning!
    Need a way to combine two separate date fields to determine the lowest combined value. The idea being finding an empno's overall seniority by looking at seniority date and birthdate, birthdate settles the tie in the event two empno's have the same seniority date.
    Can't find a way to do this using two date fields, only a single date field.
    I also need a way to continue finding the next empno in seniority after that, and so on. Need to increment some value or get the nextval somehow to find the next highest in seniority until the entire table has been reviewed.
    Thanks folks.

    Hey Thanks!!
    Table= Requests
    Fields: Empno, LastNme, FirstNme, Seniority_DT, Birth_DT,ReqDate,ReqTime,ChoiceNum
    Field values: vchar, vchar, vchar, date,date,date,date-time,vchar
    Examples in above order: 36525,smith,bob,08-jun-80,23-sep-60,15-mar-10,14:00,1
    The idea is that we assign (1) single day per month per employee of overtime based on seniority, and in case of a tie the birthdate settles seniority. Employees make more than one request per month so their empno appears in the table multiple times. Also a single empno can ask for one of two start times per requested day. At most, a single employee can make requests for any one of (12) days per month, on days Sun-Thu they can ask for one of (2) start times and on Fri-Sat they can ask for one of 3 start times. The "choice" field lets them indicate start time in order of preference.
    On each day on each start time, (2) different people work together, so for days 1-5 there are (2) shifts of (2) people each, total of (4) people assigned per day 1-5 and (6) people assigned on days 6-7.
    The needed output is that for Sunday-Thursday (2) people start at 14:00 and another (2) start at 18:00.
    On Friday-Saturday (2) people start at 14:00, (2) people start at 18:00 and (2) people start at 20:00.
    The idea for the report would be:
    Saturday, 13 March 2010
    1400 Bob Smith, Seniority Date
    1400 Ted Jones, Seniority Date
    1800 Tom Williams, Seniority Date
    1800 Karen Hu, Seniority Date
    2000 Mike Smith, Seniority Date
    2000 Jim Thomas, Seniority Date
    Sunday, 14 March 2010
    1400 Ed Davis, Seniority Date
    1400 Ron Thomas, Seniority Date
    1800 Tiger Woods, Seniority Date
    1800 Joe Davis, Seniority Date
    Each person may only work one day per month. In the event that there is a hole where no one put a request in, we need to go back over the remaining requests to fill them in. The original idea was to do this by:
    All choice #1 first, then start over looking at choice #2 and so on until all the days in the upcoming month are full.
    That's about the best I can explain it. The only way I can see is to do it by seniority and choice# then go around again if there's a hole. I just can't figure out how to look at both the seniority date and birthdate to ensure seniority nor can I figure the logic necessary to find the person, check if the spot is available and assign him or if not go to his next preference for that day and check if it's available and then continue to the next guy.
    It may have been simpler to explain the need in detail and ask that the structure and code be done from scratch but that's asking way too much so I thought I'd ask how to solve this problem and keep working on it from there.
    Thanks in advance again!
    ps... Haven't started the coding yet.... just need the code to accomplish finding seniority based on two date fields combined, then I'll start coding the entire thing.
    Edited by: user9320509 on Mar 10, 2010 5:33 AM

  • Is there a way to combine data from multiple responses (collected from different forms)?

    Since FormCentral (FC) doesn't support XFA-based dynamic forms (utilizing form logic), we have a long form that we may need to separate out into smaller PDF forms.  However, the data from each form needs to remain as a group. Wondering if there's a way to combine data form individual forms using FC, or maybe simple solution after-the-fact. I presume there would have to be some sort of unique identifier on each form as a reference.
    NOTE: These are PDF forms imported into FC, not web forms created in FC.

    Hi;
    There are not any methods that FormsCentral provides.  You would not be able to combine it within FormsCentral, you can experiment with exporting the data from FormsCentral to Excel and then combining in Excel.
    Thanks,
    Josh

  • Combining data from different applications

    Dear all,
      I am using BPC 5.1
      I have a "Sales" application with dimensions "account", "entity", "time", "rptcurrency", "category", "product". And another "HR" application with the same dimensions as "Sales" except for "product".
      How do i create a report that combines data from both applications, assuming my dynamic template is opened with a current view of "Sales".
    Cheers

    Hi Lip,
    I just tried what you need and it worked fine.
    In your case, build a report say evdre, for HR application, and for the same sheet, change the current view to Sales and build one more evdre. You get a prompt saying one evdre may break while expanding other.Disable this prompt, belive me , it will work fine.
    The page key of HR application will have all dimensions refering to cvv of HR application, change it to refer to cvv of sales application( for only the dimensions both applications have in common).
    Now the report is dynamic with current view of Sales application.
    Hope this helps,
    Kranthi
    It took to long for me to reply:)
    Edited by: kranthi kumar on Sep 30, 2008 11:53 AM

  • Is it possible to create a report combining data from 2 reports?

    Post Author: swalker
    CA Forum: General
    We are upgrading the application, ServiceCenter.  We have reports that show our Response and Resolution Metrics.  I have 2 set of reports, one for the old version and one for the new version.  I need to combine the results of both reports into 1 and do calculations on the data from both.  Can this be done with 2 sub reports in the main report that does the calculations?  Can 1 report connect to 2 separate databases?  I am using Crystal Reports v8.5. Is there any documentation on this or sample reports?  Can any one please give me some guidance?  Thanks

    Post Author: swalker
    CA Forum: General
    yangster thanks for the quick reply.  I am not really sure about combining reports, so I looked into what you said.  I tried to create a shared variable on the field that I need to share but that field is a running total and I get an error when I try to run the report "This field cannot be used becaus eit must be evaluated later."    So I am not sure what to do now.  Is there a work around for this?  Thanks for any help.

  • Streaming data from another PC, combining it with DAQ measurement

    Hi
    I'm just getting back into LabVIEW after 2 years without using any NI software, so apologise if I'm missing something really obvious and this is a simple question. I have had a search of the forums, but can't find what I'm looking for. Perhaps I just don't know what to look for.
    I'm starting to plan a combined data acquisition system for an engineering test, which will involve two PCs. I would like some advice on how to set up a LabVIEW system on one of them.
    I need to produce a system which will:
    (a) log measurement data using normal DAQmx method - that bit should be straightforward enough.
    (b) import independent measurement data from the other PC, probably via an Ethernet LAN. What’s a good way to get data into LabVIEW?
    (c) correlate the 2 sets of data. What I really want to do is feed the input data into my measurement system in real time.
    (d) produce data files incorporating all data
    I'm not involved in programming the system for the other PC, but can have some input into how it’s arranged.
    Is TCP the best way to go? I would be very grateful for any guidance anyone can offer on how to do steps (b) and (c).
    Thanks.

    MRH wrote:
    Hi
    I'm just getting back into LabVIEW after 2 years without using any NI software, so apologise if I'm missing something really obvious and this is a simple question. I have had a search of the forums, but can't find what I'm looking for. Perhaps I just don't know what to look for.
    I'm starting to plan a combined data acquisition system for an engineering test, which will involve two PCs. I would like some advice on how to set up a LabVIEW system on one of them.
    I need to produce a system which will:
    (a) log measurement data using normal DAQmx method - that bit should be straightforward enough.
    (b) import independent measurement data from the other PC, probably via an Ethernet LAN. What’s a good way to get data into LabVIEW?
    (c) correlate the 2 sets of data. What I really want to do is feed the input data into my measurement system in real time.
    (d) produce data files incorporating all data
    I'm not involved in programming the system for the other PC, but can have some input into how it’s arranged.
    Is TCP the best way to go? I would be very grateful for any guidance anyone can offer on how to do steps (b) and (c).
    Thanks.
    You will have to give us more info about the dat on the other machine for us to be able to help.
    Is the data on a web-page (DataSocket reads)
    In a DAQ sub-system on the other machine (Action Engine Served to the clinet via VI server)
    In a file on the other machine (map the drive and file read)
    In memory on the other machine (SCRAMNet)
    So tell us more about the data.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Linking/combining data from old sensors

    Is there any way to combine all the data captured from old sensors and add that to the current sensor data. My first sensor went bad. I would like to put that old data back on my iPod and combine that on iTunes with the current sensor...and then delete/remove the old/bad sensor from iTunes. The Nike website combines all the data as if there was only one sensor used, but the iPod and iTunes do not. Is there any way to do put that data from the old sensor back on the iPod and combine all the data in iTunes?
    Thanks.

    I figured out how to do this--how to combine the old data with the new data and delete the old sensors from iTunes.
    I downloaded an application called TinkerTool at http://www.bresink.com/osx/TinkerTool.html
    This application enables you to view the hidden files and folders (on your Nano). With this program I was able to find where the Nike+ data is stored on the Nano. The data for each sensor (including the workout data) is stored in a folder named "Empeds" at:
    Ipod_Control/Device/Trainer/Workouts/Empeds
    Before you attempt any of this, I would recommend you make a copy of this folder in case something goes wrong, you will have a backup (just in case).
    Here's what I did...
    Within the Empeds folder you should see subfolders (or many subfolders if you had many sensors) with a long string of numbers and letters (e.g. 4H713B45VSX). Each of these folders represent a different sensor. Inside that folder (with the long string of numbers and letters), you will see several xml files with the workout date used as the name of the title of the file. I simply combined all these xml files and pasted them inside the folder with the current sensor data. The oldest sensor was listed first alphabetically...and the newest sensor was listed last.) Then I deleted the other folders with the (with the long string of numbers and letters).
    Once I figured out how to do this, it took less than 5 minutes.
    Please let me know if you have any questions.
    Thanks.

  • Help combining output data from an HP4140B and a LakeShore 330

    Hi!
    First of all, I would like to apologize if this question has already been answered in the forums, but I haven't been able to find anything for this particular situation... I am using LabView v.8.6 so as to conduct TSC (thermally stimulated current) measurements, by controlling a Lake Shore Cryotronics 330 (Lake Shore Model 330 Autotuning Temperature Controller) and a HP4140B pA meter. I am taking as a starting point the VIs available in the driver libraries (http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=014FB74E7B0C1ED3E0440003BA7CCD... and http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=E3B19B3E92C3659CE034080020E748..., respectively), and I would like to merge both programs ("Lake Shore Cryotronics Controller Output.vi" and "HP4140B Example (current vs. voltage).vi") into a single program that can simultaneously record both the current values (at a fixed voltage) from the HP4140B and the temperature as it is changed in the 76K to 300K range (with the Lakeshore 330).
    The problem lies in the fact that I don't know how to make compatible the numeric output "Sample sensor data" of the Lakeshore with the numeric array (which does not have a defined size) named "current/cap" of the HP4140B in aforementioned programs. What I am trying to do is to: (1) save the data to a file (I have attempted using "Write to measurement file" Express block, which I am not sure of whether it's the best option or not); and (2) plot current vs. temperature (not current vs. time and temperature vs. time separately).
    Any help with these issues would be most appreciated, since I'm stuck on my research because I can't record any data! This really goes right over my head...
    PS: I enclose the file that I have been working on, but perhaps it's better to work from scratch (I'm still a newbie and I may have made errors!)
    Solved!
    Go to Solution.
    Attachments:
    Current_vs_Temp.vi ‏69 KB

    Kyle,
    Thank you for your response and sorry for having taken a while to reply, but the equipment is shared with other groups and I haven't had access to it in a while.
    I have managed to get the program running using LabVIEW 7.1 (I don't know why, but the HP4140B drivers don't seem to be compatible with LabVIEW 8.6) and using the "HP4140B Read Single Meas.vi" example (and not "HP4140B Read Wave Meas.vi", as I had tried before) so as to get a double instead of an array, avoiding synchronization problems when merging data from the HP4140B and the LakeSHore 330. Then I have used a do-while loop to get "continuous sampling" of the waveform. Nonetheless, because of having chosen this approach, now I can only use a fixed voltage, which would be of for a TSC measurement, except for the fact that I need to increase the voltage in small steps so as to avoid damaging the sample. I am using another do-while loop so as to keep increasing the voltage gradually (and also be able to update the LakeShore 330 parameters), and once the desired voltage is achieved, I press a "stop" button, allowing the program to flow into the next stage and take the measurements... I am aware that it's not an elegant solution, so if you can come up any ideas for an improved version, it would be most appreciated!
    Regards,
    Pablo
    Attachments:
    IvsTemp_LabVIEW7_final.vi ‏267 KB

  • Combining data from SQL query

    Hoping there is a SQL guru out there that can help me with this
    I have two tables that I want to pull data from and display a report, based on a particular date range, for this example let's say 08/01/2011 to 08/31/2011
    In one table there would be an affiliate ID - AFF_UID and also the date and a counter for that date, IMP_COUNTER , now there may only be a few records not every day might be covered, say
    TABLE IMP
    date,aff_uid,imp_counter
    08/01/2011,999,2000
    08/02/2011,999,2050
    08/20/2011,999,2030
    etc
    I then have another date, similar set up only there are multiple records in here for a single day, again not all days covered, I would need to total up each row for each day to get a count. So it might be:
    TABLE LEAD
    date,aff_uid
    08/01/2011,999
    08/01/2011,999
    08/01/2011,999
    08/01/2011,999
    08/12/2011,999
    So we have different dates covered, sometimes the same date, I need the counter from the first table, and from the second table I need to add them up for a total, and then display any date that has a value and put both counter and lead count together
    Result from above
    date,imp total,lead total
    08/01/2011,2000,4
    08/02/2011,2050,0
    08/12,2011,0,1
    08/20/2011,2030,0
    I am sure there must be a SQL command that can gel all of this together with some grouping? Last thing I need is a ton of SQL statements in a loop!
    My alternative is to add a counter to the IMP table for each lead, so every time I update the lead table with a record, I will also update the counter, but that's unncessary storage of data I already have an an extra update statement that I might be able to do without, but maybe it would make generating reports faster, just pulling to counters with no 'addition' required.
    Appreciate any feedback
    Thanks
    Mark

    Well I thought that I had this one up and running, but once it went into production I found that it didn't give the desired results.
    I have an account that has 3 'tracking'/aff accounts, so what it's doing is giving out 3 lines for each date rather than join them together into one. The values are also incorrect, I'm still trying to figure out just where it's even getting those numbers, I manually added up the numbers in the dbase and it didn't match
    Here's the command
    <CFQUERY name="GetStats" DATASOURCE="#datasource#">
    SELECT
    COALESCE(IMP.imp_date, LEAD.lead_date) AS report_date
    , COALESCE(IMP.imp_counter,0) AS imp_counter
    , COALESCE(LEAD.lead_count,0) AS lead_count
    , COALESCE(LEAD.lead_aff_payment,0) AS lead_aff_payment
    FROM
    SELECT
    imp_date
    , imp_counter
    FROM impressions
    WHERE imp_date BETWEEN #createODBCdate(form_from)# AND #createODBCdate(form_to)#
    <CFIF #val(ListGetAt(form_aff_UID,1))# IS "3">
    AND imp_aff_uid  IN (SELECT aff_uid FROM aff WHERE aff_master_uid = #session.aff_uid#)
    <CFELSEIF #val(ListGetAt(form_aff_UID,1))# IS "2">
    AND imp_aff_uid  = #val(ListGetAt(form_aff_UID,2))#
    <CFELSE>
    AND imp_aff_uid  IN (SELECT aff_uid FROM aff WHERE aff_sub_uid = #val(ListGetAt(form_aff_uid,2))# AND aff_master_uid = #session.aff_uid#)
    </CFIF>
    ) AS IMP
    FULL OUTER JOIN
    SELECT
    lead_date, COUNT(*) AS lead_count, SUM(lead_aff_payment) AS lead_aff_payment
    FROM leads
    WHERE lead_date BETWEEN #createODBCdate(form_from)# AND #createODBCdate(form_to)#
    AND lead_data_status = 1
    <CFIF #val(ListGetAt(form_aff_UID,1))# IS "3">
    AND lead_aff_uid  IN (SELECT aff_uid FROM aff WHERE aff_master_uid = #session.aff_uid#)
    <CFELSEIF #ListGetAt(form_aff_UID,1)# IS "2">
    AND lead_aff_uid = #val(ListGetAt(form_aff_uid,2))#
    <CFELSE>
    AND lead_aff_uid  IN (SELECT aff_uid FROM aff WHERE aff_sub_uid = #val(ListGetAt(form_aff_uid,2))# AND aff_master_uid = #session.aff_uid#)
    </CFIF>
    GROUP BY lead_date
    ) AS LEAD
    ON ( IMP.imp_date = LEAD.lead_date )
    ORDER BY report_date;
    </CFQUERY>
    and here are the results
    TRAFFIC REPORT: 01/01/2012 - 01/21/2012
    All Accounts
    Date
    Offers
    Served
    Total
    Leads
    Revenue
      01/19/2012
    249
    1
    $0.38       
      01/19/2012
    11
    1
    $0.38       
      01/19/2012
    30
    1
    $0.38       
      01/20/2012
    1,006
    7
    $2.66       
      01/20/2012
    40
    7
    $2.66       
      01/20/2012
    1,090
    7
    $2.66       
      01/21/2012
    582
    6
    $2.28       
      01/21/2012
    33
    6
    $2.28       
      01/21/2012
    515
    6
    $2.28       
    Total
    3,556
    42
    Sub-Total
    $15.96       
    Referral Revenue
    $0.00       
    Total
    $15.96  
    $15.96 is NOT correct, I need to find out whats going on there, but the other issue is look how it's duplicating the dates, it's one line for each account by the look of it
    Can anybody help! This SQL command already got a little beyond me
    Thanks
    Mark

  • Combination of Data from Two Tables in Report

    Hi,
    I am currently building a financial report that pulls data from the activity table. Currently, it displays each activity record, i.e. a date field, a transaction source field, transaction source description and transaction amount. I have another file that pulls saved transactions not part of the activity table. I need to somehow list records from both of these tables together, sorted by date order in the detail section of my report.
    I am still relatively new to this, perhaps this is something obvious?  Is there some way of merging the records from the activity table and the saved transaction table via a formula field?
    Thanks,
    Dave

    ok...if i'm understanding this correctly, you have a date field in both tables and you want to sort by both these fields as if they were one?
    if thats the case, your best bet is probably to create a SQL select statement using the UNION command. In effect creating one table from the two. see http://www.w3schools.com/sql/sql_union.asp
    then, in database expert add a Command using your SQL statement.
    hope that's of use!
    regards,
    dom
    haha....i was beaten to it!
    Edited by: Dom Horton on Oct 29, 2009 2:21 PM

  • Combining Data from a Broken iPad with Another iPad.

    My fiance replaced her iPad with a broken screen with a brand new one.  When we left the Genius Bar, the Genius told her to go home and back it up from iTunes (she synced the old one prior to leaving for the store).  I thought she would take care of it, but unfortunately she didn't, and began using it straight away.  Now, a month after using it, she's realized that there were some things on the broken iPad that she needed.  BUT, now that she's been using the new iPad, she has lots of info on it. 
    Does anyone know if it's possible to somehow add the data from the old iPad, without losing the new data she's acquired. 
    Thanks,
    michael

    Not now. She should have restored from the backup of the old iPad before she started using the new iPad. If she transfers the data from the new iPad into iTunes now she will overwrite the old backup.

  • Combining data from iptc fields

    Hello group. Happy New Year.
    I'm looking for a script which would perform an action of copying data from the city, state/prov and country fields and adding that data to the description field. I still wish to retain the content in the description field. My stock agency is requesting this be done in order to create a more complete picture caption for web display.
    Hoping the list can help! Thanks
    Don

    Sorry about that Don, NEF files are a pain in the backside
    Hopefully this code will work for NEF file only!
    It update the xmp file so after it has run you would need to refreash the folder (or select a diffirent folder and go back)
    #target bridge  
    if( BridgeTalk.appName == "bridge" ) { 
    combineFields2 = MenuElement.create("command", "NEF Details to Description", "at the end of Tools","cfta2012");
    combineFields2.onSelect = function () {
    if (ExternalObject.AdobeXMPScript == undefined) ExternalObject.AdobeXMPScript = new ExternalObject("lib:AdobeXMPScript");
    var sels = app.document.selections;
    for(var z in sels){
    var Name = decodeURI(sels[z].spec.name).replace(/\.[^\.]+$/, '');
    var file = File(sels[z].spec.path + "/" + Name +".xmp");
    if(file.exists){
         file.open('r');
         file.encoding = "UTF8";
         file.lineFeed = "unix";
         file.open("r", "TEXT", "????");
         var xmpStr = file.read();
         file.close();
         }else{
             var xmpStr='';
         var xmp = new XMPMeta( xmpStr );
    var arrItem=[];
    var items = xmp.countArrayItems(XMPConst.NS_DC, "description");
    for(var i = 1;i <= items;i++){
    arrItem.push(xmp.getArrayItem(XMPConst.NS_DC, "description", i));
    try{
    var Desc = arrItem.toString();
    var City = xmp.getProperty(XMPConst.NS_PHOTOSHOP, "City");
    var Country = xmp.getProperty(XMPConst.NS_PHOTOSHOP, "Country");
    var Region =  xmp.getProperty(XMPConst.NS_PHOTOSHOP,  "State");
    var DescAll = Desc + "\r" +City + "\r" + Region +"\r" + Country;   
    xmp.deleteProperty(XMPConst.NS_DC, "description");
    xmp.setLocalizedText( XMPConst.NS_DC, "description", null, "x-default", DescAll );
    file.open('w');
         file.encoding = "UTF8";
         file.lineFeed = "unix";
         file.write( xmp.serialize() );
         file.close();
         }catch(e){alert(e+"-"+e.line);}

Maybe you are looking for

  • Windows 7 Enterprise 32 bit and Windows Server 2012 64 bit successful dual boot.

    Client Windows 7 Enterprise 32 bit SP1, Windows Server 2012 64 bit successfully install for dual boot. Even deleted Windows 7 Enterprise from msconfig, moved Windows Server 2012 partition, for dual boot installed Windows 8.1 64 bit (now posting from)

  • SRS Browser Role Cannot Access Shared Data Sources

    I've created some reports using VS and shared data sources and deployed. I can run reports (I'm a domain admin), but users I've given system administrator roles within SRS cannot access shared data sources. However, if I embed the data source, everyt

  • JSF - How To align one element of a gridpanel

    The following is the code. What i need is to right align the label at the left side. ie Name TextField Age TextField Address TextArea Now how i had achived is to put th outputlabel inside another gridpanel and give its alignment as right. Please see

  • Can't open iPhoto 8.1.2 (spinning wheel of death)

    iMac/OS X 10.6.8/3.6 GHz Intel core i5 running iPhoto 8.1.2: I used iPhoto quite a bit to drag and drop photos.  It crashed last time I was doing so and now will not open.  I get the spinning rainbow wheel and it just hangs up.  First part of Forced

  • ISE and DCHP service in Endpoint

    Hi, If possible configure NAC/ISE for detect PC without dhcp activated?. Is possible forced the network adapter to dhcp?. Regards.