Program for conversation on 10.2.8

I have 10.2.8 currently on my Mac, on my other computer I always used Skype or MSN to have voice conversations with others and now that I am in a different country, it would be very helpful. However, it needs at least 10.3 for both of these which I would like to hold off on for now.
Is anyone familiar with a program that might allow conversation but that will work on OSX 10.2.8?
Thanks in advance.
l.g.b.d

As far as I know, you can get the update to 10.4.3 Tiger by calling 1-800-MYAPPLE (the Apple Store) only IF you have a Combo, or Super drive (DVD-reading capability). If you do, you should use Disk Utility to repair permissions (if it exists under 10.2.8), then pay-for ($129+tax), get, and install Tiger using the Options-button / Archive and Install, Preserving User and Network Settings (assuming you have enough disk space, as it puts the old OS under a "Previous Systems" folder, which is non-bootable). Make sure that you get the salesperson to promise that they will deliver 10.4.3. Also confirm from them that you can go directly from 10.2.8 to 10.4.3 , which seems to be true from Tiger's Installation Booklet. The biggest change would be the "Journaled" file system introduced under OSs beyond 10.2.8, which renders the OS to be more stable. It also helps if you have maxed-out your RandomAccessMemory (RAM) -- I have 1024MB = 1GB!

Similar Messages

  • Program for conversion please very urgent

    program to convert numberic to string like 356 to thre hundred and fifty six...and 1020 to to one thousand and twenty

    This one works for upto 4 digits
    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;
    public class DigitsToWords {
         public static void main(String[] args) throws IOException {
               BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
               String inDigits ;
               System.out.print("Enter some number: ") ;
               inDigits = in.readLine();
               String inWords = parseToWords(inDigits);
               System.out.println(inWords);
               in.close();
         public static String reverseString(String str) {
              String reverse = "";
              int length = str.length();
              for (int i = length-1; i >= 0; i--) {
                   reverse+= str.charAt(i);
              return reverse;
         public static String parseToWords(String inDigits) {
              String inWords = "";
              String reversed;
              String word = "";
              reversed = reverseString(inDigits);
              for (int i = 0; i < reversed.length(); i++) {
                   char digit = reversed.charAt(i);
                   if(i == 1) {
                        switch(digit) {
                             case '1':
                                  switch (reversed.charAt(i-1)) {
                                       case '0':
                                            word = "ten";
                                            break;
                                       case '1':
                                            word = "eleven";
                                            break;
                                       case '2':
                                            word = "twelve";
                                            break;
                                       case '3':
                                            word = "thirteen";
                                            break;
                                       case '4':
                                            word = "fourteen";
                                            break;
                                       case '5':
                                            word = "fifteen";
                                            break;
                                       case '6':
                                            word = "sixteen";
                                            break;
                                       case '7':
                                            word = "seventeen";
                                            break;
                                       case '8':
                                            word = "eighteen";
                                            break;
                                       case '9':
                                            word = "nineteen";
                                            break;
                                  break;
                             case '2':
                                  word = "twenty";
                                  break;
                             case '3':
                                  word = "thrity";
                                  break;
                             case '4':
                                  word = "fourty";
                                  break;
                             case '5':
                                  word = "fifty";
                                  break;
                             case '6':
                                  word = "sixty";
                                  break;
                             case '7':
                                  word = "seventy";
                                  break;
                             case '8':
                                  word = "eighty";
                                  break;
                             case '9':
                                  word = "ninty";
                                  break;
                   else {
                        switch(digit) {
                             case '1':
                                  word = "one";
                                  break;
                             case '2':
                                  word = "two";
                                  break;
                             case '3':
                                  word = "three";
                                  break;
                             case '4':
                                  word = "four";
                                  break;
                             case '5':
                                  word = "five";
                                  break;
                             case '6':
                                  word = "six";
                                  break;
                             case '7':
                                  word = "seven";
                                  break;
                             case '8':
                                  word = "eight";
                                  break;
                             case '9':
                                  word = "nine";
                                  break;
                   switch (i) {
                   case 2:
                        word += " hundred"     ;
                        break;
                   case 3:
                        word += " thousand"     ;
                        break;
                   default:
                        break;
                        inWords = word + " " + inWords;
              return inWords;
    }

  • Program for conversion to character based in sap console.

    Hi,
    This is Urgent
    We are using SAP console to connect between SAP to Mobile device.
    For this some customised screens are to be designed.
    As SAP Console is character based, and notmal SAp is GUI based.
    how can we convert the sap screen designed using se51 or se38 to display using sap console char based.
    Is there any program that convert this automatically.
    Or are there any other transactions that help us code specifically for char based for SAP console.
    Thanks

    Hi all,
    What is the significance of input field IM_DOC_URL in FM CV150_PRINT_DOC?
    What value do we need to pass for this field?
    Regards,
    Sachin

  • Conversion program for the open sales orders

    Hi ,
         How to proceed for writing a conversion program for open sales order ??
    Please share if 've any document or idea.
    LSMW object: 0090, Method: 0000
    Business Object : BUS2032, Method : CREATEFROMDAT2,
    Message Type: SALESORDER_CREATEFROMDAT2
    Basic Type: SALESORDER_CREATEFROMDAT202
    Regards,
    Jyoti Shankar

    Dear Saso,
    I think, instead using Report: VA05/ VA05N; its better to use Report: VL10C
    In this report, you will get all the Sales Orders along with Materials - relevant for open delivery, along with Open Qty. and various other options can be selected from "Change Layout - (Ctrlt+F8)".
    Best Regards,
    Amit
    Note: Don't maintain any Field-Entry (while executing the Report: VL10N; in order to list all Sales Orders. But, if you want to list Sales Orders based upon some criterias, maintain the Field-entries, as reqd.

  • Does SAP Provide any standard conversion program for Batch Managment activa

    Hi,
    An idea if SAP Provides any standard program to conversion of non batch managed material to batch managed material in a productive SAP Environment and close open documents,
    It would be great help if somebody can reply to these queries.
    Thanks in advance
    Regards
    Bijaya Pradhan

    Hi
    Use the same Driver program RIPROV00 which is used as Script driver program to fire the output from smartforms also
    Only thing is little bit you have to modify the program such that it triggers the smartform instead of Script.
    I think there is no smartform driver program for this IW21.
    see some standard SF driver program like RLE_DELNOTE and
    modify it and use it.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Program PPBICO40 for conversion of planned orders to production order

    Hi,
    The program PPBICO40 is for conversion of planned orders to production orders in the background job.But while set up of variant it is asking me for peson who created error folder and recipient.I want to know the significance of these two fields and how these are useful.
    Please throw some light on this.
    Thanks in advance,
    Ravi

    Dear,
    PPBICO40 the non-convertible planned orders are put together in one batch input session and can be postprocessed with batch input tools. It is possible to create a separate error session for each MRP controller.
    Error folder for each MRP controller: creates a separate error folder for each MRP controller.
    Receive folder according to view: If the indicator is set, the error folder is not deleted after processing in batch input.
    Creator of the error folder: User who is entered as creator in the error folder .
    Send mail: Sends a mail to the respective MRP controllers during the creation of a batch input session. If the indicator 'Error folder per MRP controller' is not set, the mail is sent to 'Recipient (alternative)'.
    Express document: sends mail as an express document.
    Recipient (alternative): Recipient of the mail, if no recipient is specified in the material requirements planning master record of the MRP controller responsible .
    Hope clear to you.
    Regards,
    R.Brahmankar

  • Best Program for MP4 Conversion

    What is the best program for Macs that convert the widest number of video formats to MP4 for iPod viewing? Preferably one I could buy at Best Buy or Comp USA.

    What is the best program for Macs that convert the widest number of video formats to MP4 for iPod viewing?
    Best is a relative term. Pleas specifiy your requirements in terms of source file to be converted and skill level. Some converters handle certain formats while others do not. The ones the handle the broadest range of formats may require you to enter user specifications and, thus, are not the easiest applications to use.
    Preferably one I could buy at Best Buy or Comp USA.
    Unfortunately, most applications are so new, they are likely to only be found on the Internet as downloads at this time. In fact, many are still being debugged and updated on a constant basis.

  • Is Premiere Pro CS3 the right program for me?

    Is Premiere Pro CS3 the right program for me?
    I am looking for a program that I can:
    Import files that were recorded on a DVR (mp4 format)
    Take two files placed next to each other on one screen and record a DVD
    | | | |
    | | | |
    | image one | | image two |
    | | | |
    |______________| |_______________|
    Also export the files to other file formats, AVi, MOV

    Dave,
    Premiere can do a PiP, Picture in Picture (basically, your PiP is one half of the frame), BUT your MP4 source is not the best to edit, especially with PP. If you had DV-AVI files, Captured in PP from a miniDV (tape) vid-cam, it would do a great job, but so would its little brother Premiere Elements, which wants the same source files as PP.
    I have not used Womble, that Jeff recommends, but think that it has PiP. Ideally, you want to keep any re-compression down to a minimum, as you are already working with compressed MPEG files, and every additional re-compression WILL cause image degredation. Depending on the CODEC used to create your MP4 files, you have probably lost a lot of info already, and when you go to MPEG-2 (DV CODEC), for DVD, you'll loose even more. About the only way that I see you keeping any quality is if your MP4's are coded for Blu-Ray, and you can find a program with Smart Render, leaving them just as they are, allowing you to edit, then burning to a BD. Lot of "if's" in that.
    I'd check out Womble and see if it can do PiP and if it works with MP4. If Jeff recommended it, it's very likely to do that. Juat expect a major quality hit, because you're already compressed the heck out of the image data once, and will have to do it again.
    You could convert your MP4's to DV-AVI with a 3rd party program, Import them into PP, or PE, edit and then burn to DVD - with Encore in PP, or directly from PE. See above for comments on quality hit. It's those source files that are the problem. That format is meant for distribution/viewing and not for editing. The effect, however, is easy as can be. There are many tutorials on how to do it with variations, on the Web, but nearly all NLE programs want better source material to start, if any quality is to be maintained.
    I'd also post on the Premiere Elements forum, as a lot of people there work with less than ideal source files, and might know of good free, or cheap, conversion programs to use. If you have the CODEC on your machine, DigitalMedia Converter can handle the conversion for you, and do it in batch. It's cheap at ~ US$45, and can batch process, but it cannot improve the quality, or get back the data lost in the first compression - nothing can.
    If this is all you want to do, with the above comments on conversion first taken seriously, Premiere Elements will cost about US$100 and do it easily.
    Sorry for the bad news,
    Hunt

  • Is there any Program for Perfornance Calculation?

    Hi,
    Is there any standard program for calculating ABAP program performance? Please help me in this.
    Thanks in Advance.
    Siva Sankar.

    Hi
    These are the main performance points where u have to look
    there is no program for this
    reward if usefull
    Performance Tuning is nothing but optimizing the performance of your program through various techniques thus increasing the productivity of the user.
    Purpose
    In this world of SAP programming, ABAP is the universal language . Often due to the pressure of schedules and deliveries, the main focus of making a efficient program takes a back seat. An efficient program is one which delivers the required output to the user in a finite time as per the complexity of the program, rather than hearing the comment “I put the program to run , have my lunch and come back to check the results”
    Use
    Leaving aside the hyperbole, a performance optimized ABAP Program has the following uses:
    Saves the time of the end user.
    Increases the productivity of the user.
    In turn keeps the user and hence the management happy.
    Challenges
    Performance of a program is also often limited due to hardware restrictions, which is out of the scope of this tutorial.
    Ways of Performance Tuning
    Selection Criteria
    Select Statements
    Select Queries
    SQL Interface
    Aggregate Functions
    For all Entries
    Select Over more than one Internal table
    Internal tables
    4. Typing
    5. Control Statements (If, Case, While..)
    6. Field Conversion
    7. ABAP Objects
    8. Tools for Performance Analysis
    Selection Criteria
    Restrict the data to the selection criteria itself, rather than filtering it out using the ABAP code using CHECK statement. 
    Select with selection list.
    Note: It is suggestible to make at least on field mandatory in Selection-Screen as mandatory fields restrict the data selection and hence increasing the performance.
    SELECT * FROM SBOOK INTO SBOOK_WA.
    CHECK: SBOOK_WA-CARRID = 'LH' AND
    SBOOK_WA-CONNID = '0400'.
    ENDSELECT.
    The above code can be much more optimized by the code written below which avoids CHECK, selects with selection list
    SELECT CARRID CONNID FLDATE BOOKID FROM SBOOK INTO TABLE T_SBOOK
    WHERE SBOOK_WA-CARRID = 'LH' AND
    SBOOK_WA-CONNID = '0400'.
    Select Statements Select Queries
    Avoid nested selects
    Select all the records in a single shot using into table clause of select statement rather than to use Append statements.
    When a base table has multiple indices, the where clause should be in the order of the index, either a primary or a secondary index.
    For testing existence , use Select.. Up to 1 rows statement instead of a Select-Endselect-loop with an Exit.
    Use Select Single if all primary key fields are supplied in the Where condition .
    Point # 1
    SELECT * FROM EKKO INTO EKKO_WA.
      SELECT * FROM EKAN INTO EKAN_WA
          WHERE EBELN = EKKO_WA-EBELN.
      ENDSELECT.
    ENDSELECT.
    The above code can be much more optimized by the code written below.
    SELECT PF1 PF2 FF3 FF4 INTO TABLE ITAB
        FROM EKKO AS P INNER JOIN EKAN AS F
          ON PEBELN = FEBELN.
    Note: A simple SELECT loop is a single database access whose result is passed to the ABAP program line by line. Nested SELECT loops mean that the number of accesses in the inner loop is multiplied by the number of accesses in the outer loop. One should therefore use nested SELECT loops  only if the selection in the outer loop contains very few lines or the outer loop is a SELECT SINGLE statement.
    Point # 2
    SELECT * FROM SBOOK INTO SBOOK_WA.
    CHECK: SBOOK_WA-CARRID = 'LH' AND
    SBOOK_WA-CONNID = '0400'.
    ENDSELECT.
    The above code can be much more optimized by the code written below which avoids CHECK, selects with selection list and puts the data in one shot using into table
    SELECT CARRID CONNID FLDATE BOOKID FROM SBOOK INTO TABLE T_SBOOK
    WHERE SBOOK_WA-CARRID = 'LH' AND
    SBOOK_WA-CONNID = '0400'.
    Point # 3
    To choose an index, the optimizer checks the field names specified in the where clause and then uses an index that has the same order of the fields . In certain scenarios, it is advisable to check whether a new index can speed up the performance of a program. This will come handy in programs that access data from the finance tables.
    Point # 4
    SELECT * FROM SBOOK INTO SBOOK_WA
    UP TO 1 ROWS
    WHERE CARRID = 'LH'.
    ENDSELECT.
    The above code is more optimized as compared to the code mentioned below for testing existence of a record.
    SELECT * FROM SBOOK INTO SBOOK_WA
    WHERE CARRID = 'LH'.
    EXIT.
    ENDSELECT.
    Point # 5
    If all primary key fields are supplied in the Where condition you can even use Select Single.  Select Single requires one communication with the database system, whereas Select-Endselect needs two.

  • Getting wrong answers for conversion

    Hi all,
    I've been working on a program for base conversion.
    After making some adjustments I am yet to get the "correct" answer for my conversion. For example when i key in 100 i get 10 as my answer.
    I am using a label to set the text of my answer but all it does is take the number entered in the textfield i guess. Appreciate all replies.
    import java.awt.*;
    import java.applet.*;
    import java.awt.event.*;
    import java.io.*;
    This is an applet that enables the user to enter the number and the base
    system of number entered. Upon clicking the Convert button, the program should
    display the number, the positional weightage of each digit of the number, and
    the decimal equivalent of the number
    public class Testing1 extends Applet implements ActionListener {
         //declare all components
         Label numbersystemLabel;  //Top Label
         Label numberLabel;  //Middle Label next to the number TextField
         Label baseLabel;  //Middle Label next to the base TextField
         Label answerLabel; //Bottom Label for the answer
         static String numberkeyin;  //number that is entered in the textfield
            static String bintype="binary";  //convert binary base to decimal
         static String octtype="octal";  //convert octal base to decimal
         static String yrtype="";
         static String real= "";
         TextField numberField;
         TextField baseField;
         Button convert;
         int Answer;
         Panel p1;
         Panel p2;
         Panel p3;
        public void init() {
             p1 = new Panel ();
             p2 = new Panel ();
             p3 = new Panel ();
             p1.setLayout(new BorderLayout(25,25));
             p2.setLayout(new GridLayout(2,2,2,2));
             p3.setLayout(new BorderLayout(25,25));
             numbersystemLabel=new Label ("Number System");
              p1.add("North",numbersystemLabel);
             numberLabel=new Label ("Enter the number : ");
               p2.add(numberLabel);
               numberField=new TextField(9);
               p2.add(numberField);
               baseLabel=new Label ("Enter the base system  ");
               p2.add(baseLabel);
               baseField=new TextField(9);
               p2.add(baseField);
               convert=new Button ("Convert");
               convert.addActionListener(this);
               answerLabel=new Label ("Decimal Equivalent : ");
              p1.add("South",answerLabel);
              p3.add("North",p2);
              p3.add("South",convert);
              p1.add("Center",p3);
              add(p3);
              add(p1);
      public void actionPerformed(ActionEvent event) {
         Answer=Integer.parseInt(numberField.getText());
         yrtype=baseField.getText();
         answerLabel.setText(real);
         if (yrtype.equals(bintype)){
           real="Decimal Equivalent: " +Answer  ;
        else {
           real="Decimal Equivalent: Daddy's girl ";
         repaint();
       private void Compute()  {
         int i;
         int countlength;
         char bit;
        Answer = 0; // initialize the answer to zero.
        countlength = numberkeyin.length();   
            // find the length of the binary number string.
            for( i=1; i<=countlength; i++) {
                   bit = numberkeyin.charAt(countlength-i);
                    // extract each binary digit, starting from the right.
                   if( bit == '1' ) {
                        Answer += Math.pow(2.0,i-1.0);
       // The digit was a "1", so add it's decimal equivalent to the answer.
        public void paint(Graphics g)  {
         //power
         String a= "2" ; String v= "4";
         String b= "2" ; String w= "3";
         String c= "2" ; String x= "2";
            String d= "2" ; String y= "1";
            String e= "2" ; String z= "0";
           g.setFont(new Font ("Helvetica",Font.ITALIC+Font.BOLD,20));
           g.drawString("" +e +"     " +d +"     " +c +"     " +b +"     " +a, 350, 250 );
           g.setFont(new Font ("Helvetica",Font.ITALIC+Font.BOLD,12));
           g.drawString(" " +v +"           " +w +"            " +x +"            " +y +"            " +z, 355, 235 );
     

    I think you need to completely re-think your
    actionPerformed method. I don't think there's
    anything correct in there.
    I'm not going to do you homework for you.
    Jeez, what's wrong with the people in here. I am not
    asking anyone to do my homework for God's sake. Yeah
    sure its a school assignment (what's the big deal
    about that?)I just want to know the errors pertaining
    to my code and ways on improving/correcting it.
    Oh yeah,,, just knowing won't help. I have checked my
    action Performed and i don't see anything wrong in
    there though.
    I am a newbie in java and would like to learn. So my
    question is how can i call the compute method?
    God save me from paranoids.Hi miss_mushroom...
    If you look through these forums, you will find many "do my homework requests"...
    so the replies here are understandable...
    anyway here is an example code snippet...
    public void sayHello(){
       System.out.println("Hello);//outputs "Hello"
    public int doSomeMath(int num1,int num2){
    /* returns an int and takes two ints as arguements\parameters */
       return num1 + num2; this is where the int get returned...
    public void callMethods(){ // yet another method
       sayHello();// calls sayHello which displays "Hello"
       int answer = doSomeMath(10,5);//calls do someMath which adds 10 and 5
       // and the returned value is assigned to answer...
    }many of your question can be answered by reading Sun's Java Tutorial...
    http://java.sun.com/docs/books/tutorial/index.html
    including your bits.length question...
    - MaxxDmg...
    - ' He who never sleeps... '

  • Audio/Video sync program for Power PC G5

    Greetings to ALL,  I am attempting to determine if there is a audio/video sync program for my PPC G5 running 10.5.8?
    Suggestions would be great because if I cannot locate a program I am at the end of the road for this little project.
    Working with a Nikon D7000 and RODE Pro Mic and looking to get the Tascam DR 100MkII recorder if I can figure out how to get things to jell.
    Thank You, pc

    Even if syncing directly is not practical, iTunes can manage audio files, has many organization features for audio, such as playlists and folders of playlist, and tags that can be applied to multiple audio and video files are supported by it.   MPEG4Streamclip offfers a variety of conversion tools that are available for PowerPC for video and will bring videos to work with iTunes.  H.264 MPEG4s are the best for iTunes.
    And http://www.lemkesoft.com/ GraphicConverter lets you browse Finder folders, which you can tag by month, and year, and even time, in a hierarchy that makes sure you don't do any duplication.   Since the Nikon D7000 does write to standard SD cards, you just need a Mac OS X 10.5 supporting SD card reader.  Many SansDisk readers supports it.

  • Making programs for nokia phones which have symbian operating system

    hi
    I want to make program for nokia phones.I wrote a program for pc general application and i want to change it for mobile phones. Please inform me about how to make program for mobile phones step by step?
    thanks for your replies.

    frknml
    If your PC application is in java and suitable for the limitations of CLDC / MIDP, I really don't see any barrier -- of course, you may have to sacrifice much of the layout and possibly some of the functionality. Hard to say without knowing exactly what you have in mind.
    Simple core java classes require no conversion and can be adopted into your mobile app. MIDlet is the basic application class, roughly (only roughly) corresponding to Applet for larger platforms.
    So... I'm assuming that you're already reasonably famililar with the java language and syntax, and have a worked with a code editor and / or IDE. If that is the case, I would suggest you download and install NetBeans (if you don't already have it) and work through some of the mobility tutorials.
    www.netbeans.org/downloads/
    The javadocs for jsr-118 (included with NB) will also help. More complete docs and code samples are available in plenty, google java j2me CLDC MIDP sample codes.
    For Nokia-specific features, you may want to download the Nokia SDK and integrate it into NetBeans. Series 60 SDK 2.0 for Symbian OS is available at
    http://software.techrepublic.com.com/download.aspx?docid=78818
    (and many other places)
    But I strongly recommend that you focus on device-independent applications, and use device-specific features only where absolutely necessary.
    Hey - I'd never used java before (I do have experience in various other programming languages) and I had a centimetre-inch convertor up and running on my Motorola handset just 2 days after installing NetBeans.
    You know java, you may do better :-)
    All the best, Darryl
    Note: Download WTK 2.5 separately and integrate into NetBeans, the WTK 2.2 which comes bundled with NB has a few bugs :-(

  • Best program for TOD video converting Yosemite?

    Can anyone recommend a good free program for converting TOD/MOD videos on Yosemite?
    I used Handbrake for a period of time but it rarely updates and needs quite a lot of tweaking to get exactly the desired result, which makes me annoyed. I am still using the iPhone 4S profile.
    Thanks.

    macx video converter is the software I'm using now to finish my video conversion. It rocks with Yosemite and my MacBook Air. It supports a wide range of videos as input, like AVI, MOV, TOD, MOD, MKV, M2TS, FLV, WMV, etc.
    I think it is good enough for me. You can have a try.

  • I am trying to run my registered CS6 Design Standard programs for the first time after install. InDesign runs OK, but Illustrator and Photoshop will only run in trail mode. How do I activate those two?

    I can't get my registered versions of CS6 Photoshop and Illustrator to run in full mode. I installed CS6 Design Standard online end of June (an upgrade from CS5.5), on my old MacBook Pro. I didn't run the programs then as I was waiting on arrival of new MacBook Pro. I migrated the programs from my old MacBook to the new, and today tried to run those programs for the first time. InDesign work OK (after an initial hiccup) but Illustrator and Photoshop will only run in trial mode, and won't let me save files. My CS6 Design Standard shows with it's registration in my Adobe Account. All seems in order, but Illustrator and Photoshop won't run in registered mode. Can you please help?

    Demons1 in the future please only migrate your documents and settings.
    Please use the uninstallers to remove your current installation.  They are located in the Applications/Utilities/Adobe Installers folder.  Once the uninstall is complete you will also want to run the CC Cleaner Tool.  You can find more details at Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6 - http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html.
    If you need to download a fresh copy of the installation files for Creative Suite 6 you can do so at Download CS6 products.

  • Want a .vi program for verification of superposition theorem.......

    Hi...everyone
    Please anyone can post me the .vi program for verification of superposition theorem for a resistive circuit. I am using labview 8.5.1 on windows xp platform.
    I have a circuit on the NI-ELVIS prototyping board  and that i have to interface to the Labview. At least tell me how i can proceed for making this front panel...
    plzzzz its urgent
    Thank you....... 

    This appears to be a homework problem. If the above link does not answer your question(s) then please post back with specific questions. We will not do your homework for you, but we can provide hints.

Maybe you are looking for

  • Windows To Go on a Macbook Air

    I am testing the Windows To Go.  I am trying to make it run on a Macbook Air. This seems to work okay when I run it on my MBA connected to a Thunderbolt Monitor.  But I am unable to get it to work on wireless.  I am unable to get it connected to the

  • DV9000 light come on and turn laptop turns off?

    Hi, So i press power button ad the blue lights flick on for about 1/2 sec, the fan and hd spin also for 1/2 then the laptop switches off. I have tried, ac power without battery battery on it own tryin each stick of ram individually removig hd removin

  • Quicktime Movie on Website

    I just received a new tech movie form Europe. It's a .mpg file which opens and reads fine in QT. However, the file is HUGE, 236MB, and I would like to link it to my website where people will be able to view via streaming. Now I have other QT files wh

  • Error in Buying center,opportunity management

    Hi Guys, I created an opportunity and when I click on Graphical view in the contacts assignment block and select Add contact option, I get the following error . Pls help me to resolve this error. Regards Jaya

  • Create script from wmi

    I would like to create a script in wmi that will compare the serial number pulled from the bios and compare that to a filed in a csv file and create 2 fields in the registry, so when a inventory runs it will place adf defined fields in the workstatio