Difficulty wiring three different arrays to one spreadsheet file

I am having trouble outputting three different arrays from a case structure and sending them to an Excel file. I have read through several similar Excel threads and not seen anything really similar to my situation. I can't even get my arrays correctly wired to the "write to file" icon. Any suggestions would be great. I also attached my vi for reference.
Thanks 
Attachments:
Read voltage, give current 5-29.vi ‏38 KB

I cleaned it up a bit and fixed a few problems. It may not do everything that you want but I take no credit for the way the cose is written.
Tim
Johnson Controls
Holland Michigan
Attachments:
Read voltage, give current 5-29.vi ‏24 KB

Similar Messages

  • How can i log two (almost equal) data streams into one spreadsheet file?

    Hello,
    My problem is (as stated above) that i would like to log data obtained from 15 current-sensors and data obtained from 15 pressure sensors into one spreadsheet file. The idea is to put them next to eachother (preferabley pressure current sensors 1, pressure current sensors 2, pressure current sensors 3 etc.).
    Next to that I'm having difficulty logging certain constraints into a separate spreadsheet file. I.e. I've placed a maximum value constraint on my datalogger and I wish to log the data that has surpassed the max. constraint seperatly from the main logging file (see above) and (of course) preferably with the associated sensors. I would be extremly grateful if someone
    out there could help me with this problem becouse when I've fixed these problems my internship will finally have come to an end (and i NEED a vacation). Thanks in advace;
    Gideon Haan
    Nefit Buderus bv Deventer (Netherlands)
    [email protected]

    Shouldn't be too difficult. You would obviously have to have some form of test to see when your data has gone out of the specified range. You could then have this secondary logging process inside a case structure. You could innitialize this second file with the same header info. This is easiest if you go ahead and log all the sensor values into this new "surpassed" file if any of them are over. Otherwise, you will have to enter space characters ahead of the sensor values to ensure that the columns line up. You can create a string constant with a bunch of space characters and just use it over and over as necessary.

  • Save digitizer and DIO waveforms into one spreadsheet file

    I am using attached mixedsignalscopeusingtclk.vi for data acquisition and would like to acquire 4-channel of data. My PXI-1042 system has PXI-5122 and PXI-6552, and I am using 2 channels of digitizer and 2 channels of digital I/O. I am using Labview 2010 SP1. The VI generated 1-D array of cluster for analog waveform and 1-D array of digital waveform. How do I save both waveforms to one spreadsheet file?
    Solved!
    Go to Solution.
    Attachments:
    mixedsignalscopeusingtclk.vi ‏258 KB

    Hi,
    You can use a Write to Measurement File express VI. Note that this is the easiest way however not the most efficient way to write to a file.
    Since you have the fetch VIs inside for loops, your output is a 1D array of waveforms. You will need to obtain the waveform element and convert it into a type that the express VI can read. If you unbundle the waveform and grab only the data and connect it straight to the express VI, LabVIEW will automatically place a "Convert to Dynamic Data" block in line to make it compatible. Same applies when you connect the boolean array to the Signals input of the express VI. And if you connect more than one signal to this input, LabVIEW will automatically place a "Merge Signals" block.
    If you reproduce the below code, you should be able to write the two channels to the same measurement file. If you have more than one channel of each type, you can grab multiple elements using the same Index Array block and take them through the same process shown below.
    Hope this helps.
    Tarek B
    Applications Engineer
    National Instruments

  • How do I use three different Iphones on one computer?

    I have three different iphones being used in one house. So far only one has ever been uploaded and saved to iTunes on the computer itself. I've been scared to do the other two devices in fear that somehow all of our apps will combine or be lost. None of us have the same apps or music. How do I go about adding the other two phones? PLEASE someone help.

    Have a read Here...
    https://discussions.apple.com/message/18409815?ac_cid=ha

  • With three different objects in one Section with in one report is it possible?

    Hi my dear friends,  Good morning
    I'm using BO 4.1 sp 6
    I needed some help from you could you please .........
    here is that table contains ....
    Date         Batch NO   Customer account No   amount of check     amount  
    01/01/04    5678           123456                         $300                    $ 500
    This report contains three different structures based up on user selection Section
    system Name , Batch NO, Company code Used in Section
    query filters and column are same for all above three structures in query filters all are optional prompts
    currently i've created three tabs for three structures but due to optional prompts based upon selection data is fetching for all three tabs ...
    is it possible to restrict ?
    can i merge these three tabs into one tab ?
    query filters are          user selection for System name in Section
    class name                     class name :suspense
    class type                       Date :
    system name :           User selection for Company Code in Section
    Date :                              Class Name : Suspense , Class Type : Rejected , System name : Mars , Date :
    Company code :          User selection for Batch No In Section
                                     Class Name : Suspense , Class Type : Rejected , System name : Mars , Date :   
    End user front end application is Java
    Thanks
    Ravi Kumar

    hi friends,
    Hi hesters thanks for your help it is helpful but my requirement is not met with that.
    i've got answer
    create condition @ universe level
    with
    'System Name'= @Prompt("Subtotal By','A',{'system Name','Batch No','Company Code'},mono,Persistent,)
    need to create for what are the objects we are using in section
    and create userresponse @ report level
    if(Userresponse("Subtotal By") then [System Name] ......
    you will get it...........

  • Adding 2 arrays to a Spreadsheet file Help!!

    I'm trying to write to a spreadsheet file and I want the date and time in one column and the data from my channels in another. I'm running the problem that my time is in a string format and my channels are in a number format. Attached is what my program currently looks like.
    Any help would be great..
    Thanks,
    Pier
    Attachments:
    Array Problem.jpg ‏121 KB

    Paulo,
    I dont understand what you mean about putting the write to spreadsheet in. Do you mean putting it in twice would solve this or not? I'm looking for a top header to be as follows:
    Time/Date | Channel 1 name | Channel 2 name | etc....
    Could you possibly show me what you mean with the previous example I sent you.
    Thanks,
    Piero
    Hello,
    You have your file wrong formatted, because, the first time you write to it, you write as a normal text file, and that will be how excel will interpret it. You have to replace the "Write characters to file.vi" by the "Write to Spreadsheet file string" that I sent you.
    If you allow me, I would like to make some extra comments on your code:
    1 - When you connect an array to a for loop, there is a property of the tunnel (the point where the array goes in the loop) that is auto-indexing. Right click it and select it. This replace all those index array that you have inside your for loops and the array size wired to the N input of the loop. This will automatically index the array and the loop will automatically run n times where n is the number of elements of the array.
    2 - I'm not sure about this, because I didn't run your program, because I don't have a DAQ board installed in this PC, but I think that the secont For loops that you have (the little one) is doing nothing there.
    3- try to keep your code more clean, you have it spread for a very big area with a lot of empty spaces and apparentl~y there is no flow from left to right in your code that makes it more difficult to understant it.
    Hope this helps,
    Paulo

  • Can I print photos at different resolutions in one PS5 file?

    I am printing photos on fabric. I'd like compare one printed at 300dpi and the same photo at 150 dpi. I was going to set them  side by side on a piece of fabric and realized I had to specify the resolution of the file I'm placing them in. Can I have two files at different resolution in one file? If the new file is of 300dpi resolution how does this affect the image at 150dpi? Thanks!
    Mary

    Hello again,
    thanks so much for helping a newbie sort things out. I'm still confused. I  know that a higher resolution like 300dpi, has more dots per inch and has the potential to give me more detail in print than a lower dpi.
    If I crop a raw file as an 18" square-  I will make it either 150 or 300 dpi.  I'm trying to place two images ( the same images) side by side in a photoshop file to compare the results when they print- (I'm printing with an online vendor). Can I do that? that is, place a 150 dpi image next to a 300 dpi image in one PS file, identified ast  300dpi ? What are the print results? Will both images look the same, or will the 150 dpi be converted to 300 and I won't see any difference anyway?
    Or, do I need to set up two separate files-one at 150 and one at 300, and print them separately, to compare them?
    Can you help me understand this? Thanks!

  • Can I split the screen in Adobe to show more than one ducument at the same time? ie. view three different documents on one screen

    I am trying to look at three Adobe documents at the same time.  Can I split the screen to do this, otherwise I must keep flipping back and forth to read the documents.

    You can arrange the open windows in any way that suits you (assuming you're on Windows - not Touch - or Mac). You can't link the scrolling though.

  • Merging different arrays as one long array

    Hi there, I have some problem with merging of array.
    Because of the natural of my VI, I will need to merge arrays together to form a single long array.
    I have designed a VI using For loop and case-switching but the current array keep over-writing the previous array. I had enable auto-indexing on the For loop but it couldnt work.
    I have attached two VI for further illustration.
    Trying to merge arrays togther.vi  is the program i am working on.
    Desired output of program.vi  is the actual thing i would like to obtain at the output.
    Thanks for all the help.
    Keith Tan
    Solved!
    Go to Solution.
    Attachments:
    Trying to merge arrays together.vi ‏27 KB
    Desired Output of program.vi ‏15 KB

    Hi Keith,
    it's the magic of shift registers
    You should always note which LV version you're using!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome
    Attachments:
    Desired Output of program.vi ‏17 KB
    Trying to merge arrays together.vi ‏28 KB

  • Accessing a Static Array in one CAP file from another CAP in same project

    Hi all,
    I have been developing a banking application on JavaCard. So the size of the applet has grown size able and have now split the file to multiple CAP files. I have been using NXP JCOP plugin in Eclipse for development. Below are the steps done
    a.) I have created multiple packages under the same project where one project has all the variable which are public static final and don't reference any other class. Also this package does not extend Applet. So it finally generates to a CAP file.
    b.) Another package which imports the above package and also extend Applet is the one which has all the UI and logic related to the project. The applet uses the static array defined in the another package to show the menu on phone.
    Now the problem is that when the code come to point for fetching the menu data, i have some thing like menu.length . But when the code comes to this point in debugger i get a
    +6F 00    Status: No precise diagnosis.+
    To cross check i put a watch on the menu variable and found that it has all the data required for showing the menu (which is of 32 byes). So now i am perplexed on why this length is giving this problem. Am i doing some thing wrong. Below is the Snip of the larger code
    This code is the package which has all the constants..
    package constantsPack;
    import javacard.framework.APDU;
    import javacard.framework.ISO7816;
    import javacard.framework.JCSystem;
    import javacard.framework.Util;
    public class ConstantsApplet {
    //menu array decleration
    public static final byte[] MAIN_SETUP_MENU = {
                       (byte) 0x81,  ConstantsApplet.CMD_DTL_LENGTH, ConstantsApplet.CMD_NUMBER, ConstantsApplet.MAIN_CMD_SET_UP_MENU, (byte) 0x00,
                       (byte) 0x82, (byte) 0x02, ConstantsApplet.DEVICEID_SIM, ConstantsApplet.DEVICEID_ME,
                       (byte) 0x85, (byte) 0x08 ,'A','B', 'C',' ','A','p','p','s',
                       (byte) 0x8F, (byte) 0x0D, ConstantsApplet.SB_MENU, 'A','b','c','d','e','f','g',' ','B','a','n','k',
    // other constants.
    }This is the package which has the applet and which uses the variables of the above package
    package myPkgLib;
    import constantsPack.*;
    import javacard.framework.APDU;
    import javacard.framework.Applet;
    import javacard.framework.ISO7816;
    import javacard.framework.ISOException;
    import javacard.framework.OwnerPIN;
    import javacard.framework.Util;
    import javacard.framework.JCSystem;
    public class myApplet extends Applet{
    // other code
    fetch(ConstantsApplet.MAIN_SETUP_MENU.length);
    }Any help regarding this would be very helpful...
    Regards
    Prakash
    Edited by: prakash on Apr 18, 2012 11:57 PM

    Hi lexdabear,
    I tried putting a function inside the library package where the static array is present, but the results are the same... Also by try catch . what exception you want to catch... i see Exception has just .equal function... Tried with ExternalException also but does not seem to enter it..
    Attaching the source code compilable in eclipse below ..
    package constantsPack;
    public class ConstantsApplet {
         public static final byte[] MAIN_SETUP_MENU = {
              (byte) 0x81, (byte) 0x03, (byte) 0x01, (byte) 0x25, (byte) 0x00,
              (byte) 0x82, (byte) 0x02, (byte) 0x81, (byte) 0x82,
              (byte) 0x85, (byte) 0x08 ,'A','B', 'C',' ','A','p','p','s',
              (byte) 0x8F, (byte) 0x0D,  0x0F, 't','e','s','t','a','p','p',' ','B','a','n','k',
              public ConstantsApplet ()
    }The applet code where the above static array is used..
    package smilePkgLib;
    import constantsPack.*;
    import javacard.framework.APDU;
    import javacard.framework.Applet;
    import javacard.framework.ISOException;
    import javacard.framework.Util;
    public class BLApplet extends Applet{
         short fetchcode =0;
         public static void install(byte[] bArray, short bOffset, byte bLength) {
              // GP-compliant JavaCard applet registration
              new smilePkgLib.BLApplet().register(bArray,
                        (short) (bOffset + 1), bArray[bOffset]);
         private BLApplet(){
              // put init code
          * The main method.
         public void process(APDU apdu) throws ISOException {
              if (selectingApplet()) {
                   return;
              byte choosenMenuItem = 0;
              byte[] buf = apdu.getBuffer();
              byte bytesRead =(byte)(apdu.setIncomingAndReceive());
              fetchList(ConstantsApplet.MAIN_SETUP_MENU , (byte)0x00);
         private void fetchList(byte[] list, byte command){
              shouldFetch(list);
          * Overloaded method to fetch the MENUs only.     
          * @param menu
         private void shouldFetch(byte[] menu) {
              shouldFetch((byte)menu.length);
         private void shouldFetch(byte len) {
                   fetchcode = Util.makeShort((byte) 0x91, (byte) (len));          
    }The JCOP script to run the above project
    /select |DefaultApplet
    # Terminal Profile
    /send A0100000133B67FF7F1F020F0B4100000000869804000000 Have the eclipse loadable project but dont know how to put here...
    Regards
    prakash.

  • How do I combine three itune accounts into one? Then have three different family member have three different log-in's to sync many different devices to the same itune account ?

    How do I combine three itune accounts into one? Then how do I set up three users for the one Itunes account on ONE Mac Pro Computer with one Itunes program? We are one family with 3 I-Phones, 2- I-Pads, 2- Lap tops and 3-I-Pods and would like to use one main computer to sync all our devices to.

    "How do I combine three itune accounts into one? "
    You cannot.
    "Then how do I set up three users for the one Itunes account on ONE Mac Pro Computer with one Itunes program?"
    You can copy all of the music to one computer and set up different users see:
    Learn how to set up additional user accounts.
    How to use multiple iPods, iPads, or iPhones with one computer

  • How to join THREE different tables into internal table using one select statement .

    How to join THREE different tables into internal table using one select statement .
    Hi experts,
    I would like to request your guidance in solving the problem of joining the data from three different database tables into one internal table
    Scenario:
    Database tables:
    SPFLI
    SFLIGHT
    SBOOK.
    Table Fields:
    SPFLI - CARRID CONNID COUNTRYFR CITYFRM COUNTRYTO CITYTO
    SFLIGHT - CARRID CONNID FLDATE SEATSMAX SEATSOCC SEATSMAX_C
    SEATSOCC_C SEATSMAX_F SEATSOCC_F
    SBOOK - CARRID CONNID CLASS
    MY INTERNAL TABLE IS IT_XX.
    Your help much appreciated.
    Thanks in advance.
    Pawan.

    Hi Pawan,
    please check below codes. hope it can help you.
    TYPES: BEGIN OF ty_xx,
            carrid     TYPE spfli-carrid   ,
            connid     TYPE spfli-connid   ,
            countryfr  TYPE spfli-countryfr,
            cityfrom   TYPE spfli-cityfrom  ,
            countryto  TYPE spfli-countryto,
            cityto     TYPE spfli-cityto   ,
            fldate     TYPE sflight-fldate ,
            seatsmax   TYPE sflight-seatsmax ,
            seatsocc   TYPE sflight-seatsocc ,
            seatsmax_b TYPE sflight-seatsmax_b,
            seatsocc_b TYPE sflight-seatsocc_b,
            seatsmax_f TYPE sflight-seatsmax_f,
            seatsocc_f TYPE sflight-seatsocc_f,
            class      TYPE sbook-class,
          END OF ty_xx,
          t_xx TYPE STANDARD TABLE OF ty_xx.
    DATA: it_xx TYPE t_xx.
    SELECT spfli~carrid
           spfli~connid
           spfli~countryfr
           spfli~cityfrom
           spfli~countryto
           spfli~cityto
           sflight~fldate
           sflight~seatsmax
           sflight~seatsocc
           sflight~seatsmax_b
           sflight~seatsocc_b
           sflight~seatsmax_f
           sflight~seatsocc_f
           sbook~class
      INTO TABLE it_xx
      FROM spfli INNER JOIN sflight
      ON spfli~carrid = sflight~carrid
      AND spfli~connid = sflight~connid
      INNER JOIN sbook
      ON spfli~carrid = sbook~carrid
      AND spfli~connid = sbook~connid.
    Thanks,
    Yawa

  • One merge instead of three different

    Hi all,
    My need is to calculate rows and write result into column:
    c1 if current month is 1st in quarter,
    c2 if current month is 2nd in quarter,
    c3 if current month is 3rd in quarter.
    For example, today is August, it's the second month in quarter, so I should write my value into c2 column.
    In my example below the result is just one row:
    select 111 as id, 1 as c1, 0 as c2, 0 as c3 from dualMy real result is much bigger, so I use merge to insert (is id is new) or to update (if id is already present in table).
    The question is how do I perform this using one merge instead of three different. In case it's possible at all, of course.
    CREATE TABLE marco_tmp_010811b
        (id                             NUMBER(9,0) PRIMARY KEY,
         c1                             NUMBER(15,0) NOT NULL,
         c2                             NUMBER(15,0) NOT NULL,
         c3                             NUMBER(6,0) NOT NULL);
    begin
    if months_between(trunc(sysdate+125,'MM'),trunc(sysdate+125,'Q')) = 0 then
    merge into marco_tmp_010811b rr
      using
      (select 111 as id, 1 as c1, 0 as c2, 0 as c3 from dual) hh
    on (hh.id = rr.id)
    when matched then update set rr.c1 = rr.c1 + hh.c1
    when not matched then insert (rr.id, rr.c1, rr.c2, rr.c3)
                          values (hh.id, hh.c1, hh.c2, hh.c3);
    end if;
    if months_between(trunc(sysdate+125,'MM'),trunc(sysdate+125,'Q')) = 1 then
    merge into marco_tmp_010811b rr
      using
      (select 111 as id, 0 as c1, 1 as c2, 0 as c3 from dual) hh
    on (hh.id = rr.id)
    when matched then update set rr.c2 = rr.c2 + hh.c2
    when not matched then insert (rr.id, rr.c1, rr.c2, rr.c3)
                          values (hh.id, hh.c1, hh.c2, hh.c3);
    end if;
    if months_between(trunc(sysdate+125,'MM'),trunc(sysdate+125,'Q')) = 2 then
    merge into marco_tmp_010811b rr
      using
      (select 111 as id, 0 as c1, 0 as c2, 1 as c3 from dual) hh
    on (hh.id = rr.id)
    when matched then update set rr.c3 = rr.c3 + hh.c3
    when not matched then insert (rr.id, rr.c1, rr.c2, rr.c3)
                          values (hh.id, hh.c1, hh.c2, hh.c3);
    end if;
    end;

    Can be also like this
    begin
         merge into marco_tmp_010811b rr
         using
              select
                   111 as id,
                   case when months_between(trunc(sysdate+125,'MM'),trunc(sysdate+125,'Q')) = 0 then 1 else 0 as c1,
                   case when months_between(trunc(sysdate+125,'MM'),trunc(sysdate+125,'Q')) = 1 then 1 else 0 as c2,
                   case when months_between(trunc(sysdate+125,'MM'),trunc(sysdate+125,'Q')) = 2 then 1 else 0 as c3
              from dual
         ) hh
         on (hh.id = rr.id)
         when matched then
         update set
              rr.c1 =
              CASE WHEN months_between(trunc(sysdate+125,'MM'),trunc(sysdate+125,'Q')) = 0 THEN rr.c1 + hh.c1 ELSE rr.c1 END,
              rr.c2 =
              CASE WHEN months_between(trunc(sysdate+125,'MM'),trunc(sysdate+125,'Q')) = 1 THEN rr.c2 + hh.c2 ELSE rr.c2 END,
              rr.c3 =
              CASE WHEN months_between(trunc(sysdate+125,'MM'),trunc(sysdate+125,'Q')) = 2 THEN rr.c3 + hh.c3 ELSE rr.c3 END
         when not matched then
              insert (rr.id, rr.c1, rr.c2, rr.c3)
              values (hh.id, hh.c1, hh.c2, hh.c3);     
    end;In different IF conditions, we have to make sure that other column value should not be changing,
    So in the else condition of CASE in the UPDATE section we will be using the current value of the column.
    Edited by: bpat on Aug 1, 2011 10:23 AM

  • HT4341 I will be traveling to The Netherlands, Germany and Luxembourg in May. I want to take my MacBook Pro, 1st generation iPad and iPhone 4G. Is there one charger that I can take for all devices, as opposed to taking three different chargers?

    I live in the US, and I will be traveling to The Netherlands, Germany and Luxembourg in May. I will be taking my MacBook Pro, 1st generation iPad and iPhone 4G. Is there a universal charger that I can use with all three devices, as opposed to taking three seperate chargers?

    I obviously have three different chargers, I guess my question is, can I use just one of those chargers for all three devices, and if so, which one of the three, or does it matter? And if I can in fact use just one of the three, then why would I need all three in the US? Also, if one of the three will work on all devices, would the automotive charger work the same, one for all? Thank you for your reply.

  • Read two different arrays and display

    I have a text file, which has 1000 of entries in the way mentioned below:
    Kozos customer
    sabze employee
    I am reading the content of text file and saving as an arrays.
    $global:Content = get-content info.txt
    $global:Name=$Content | foreach {
    $hashTab=@{Name="" ; Info=""}
    $hashTab.Name, $hashTab.Info=$_.Trim() -split '\s+'
    New-Object PSObject -Property $hashTab
    $global:Names=$ServerList | select -ExpandProperty Name
    $global:Infos=$ServerList | select -ExpandProperty Info
    How do I read two arrays, I mean read the values of two arrays one by one and display the result as:
    Names Infos
    Kozos Customer
    sabze employee

    We get that you are unable to do this, but it is still not clear precisely what it is that you want, a two-dimensional array, or a structure such as SeanQuinlan suggested? Also:
    there seems no reason for any of the variables to be global in scope.
    Where is the $serverlist variable defined?
    what relationship is there between the file you mention and the data in the $serverlist variable?
    Your code has three arrays, $name, $names, and $infos; which two of these do you want to combine into a single array? If $names and $infos, would this work for you:
        $namesNinfos = $serverlist | select name,info
    I suggest that you describe your situation without trying to state it in powershell (as that is partly where your problem lies). You could, for example, show sample content of the file and each of the two arrays, and show what this would look like in your
    desired two-dimensional array, perhaps like this:
    file info.txt
    Kozos customer
    sabze employee
    array 1:
    Kozos
    sabze
    array 2:
    customer
    employee
    resultant 2D array
    column 1 2
    row
    1 Kozos customer
    2 sabze employee
    As an aside, it could be that we are getting confused by the term "array". languages such as fortran and basic support multidimensional arrays in which each element is addressed by a set of integer indices, the most common form being row and column, as in
    a spreadsheet.
    In Powershell, arrays are generally one dimensional, with a single numerical index being used to select a single element ($row3 = $array[2]). That element can optionally have multiple values if it is defined as an array or a hash. This is referred to as
    a "jagged array" as each element of the array may not all have the same number of sub-elements as each other.
    Powershell also supports true multidimensional arrays, however, these seem fairly rarely used, I suspect because jagged arrays generally provide more easily used functionality.
    You can get more details on this from
    here and
    here.
    This, then, leads to my final question:
    what type of two-dimensional array are you looking for, and how will your script be processing it?
    Al Dunbar -- remember to 'mark or propose as answer' or 'vote as helpful' as appropriate.

Maybe you are looking for

  • Connecting to remote R/3 system

    Hello everyone! I need information about connecting to remote R/3 systems. What I am looking for is something like what SAP does to trouble shoot client R/3 systems. I have heard that SAP connects remotely to the SAP R/3 system using the SAP Connecto

  • Connecting HP laptop to my television

    When I connect my laptop to my television, my tv displays the laptop screen and sound, but not video.  These are the steps I followed: I connected my laptop to tv with hdmi cord. Using tv 'source', I choose appropriate hdmi setting. I chose second sc

  • Sync iphone and MobileMe

    new contact and calendar information on my iphone will not sync up to MobileMe or directly to the computer even if they are connected. How do I sync them? Push is on and so is automatic syncing.

  • Link to Standard repository(s) MDM7.1

    Hi All, Could you please let me know the direct link to download the MDM 7.1 standard repository(s). thanks, Alexander.

  • Sharing Domain Files

    I have been making websites for different school activities in my school. When I leave/graduate, is there anyway to pass/share my iWeb files to another iWeb user? That way they can continue to build upon the website.