Zeros-poles-gain configuration

Bonjour;
Je travaille avec LV 2010
- Je n'arrive pas a configurer un terminal d'entrée pour la fonction zero-pole-gain avec un cluster  de tableaux (z,p,k)  issus d'une identification non-entière.comme illustré dans les pièces jointes.
- Comment faire pour indexer le signal d'entrée dans la boucle de simulation; Faut-il generer un tableau exterieur a la boucle et comment indexer le signal en fonction de " l'itération" comme pour les  boucles While ou For.
Merci pour votre aide et  à bientot.
Résolu !
Accéder à la solution.
Pièces jointes :
ni.png ‏47 KB
Sim.vi ‏119 KB

Bonjour,
Merci d'avoir posté sur le forum NI.
Quand j'ouvre votre VI je n'ai aucun fil brisés sur la fonction Zero-Pole-Gain. Il est executable.
Pour votre problème d'indexation, vous pouvez utiliser une variable que vous venez incrémenter à chaques tour de la boucle de simulation. Pour cela je conseille d'utiliser une Variable Globale Fonctionnelle comme celle jointe.
Cordialement,
Nicolas M.
National Instruments France
#adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
Journées Techniques LabVIEW 2012 : du 27 septembre au 22 novembre
2 sessions en parallèle : Débuter a...
Pièces jointes :
FGV.vi ‏11 KB

Similar Messages

  • Use of zero-pole.vi

    Hello!
    Can any body explain to me why the step-response of the given transferfunction depends on dt?
    Many thanks for your kind endavours
    Peter
    Attachments:
    Test Zero-Pole1.vi ‏42 KB

    Peter,
    Yes, the dT influence is present in any simulation accomplished by the computer and even RK4 would suffer because of it. However, the Euler (also know as RK1) has a peculiar characteristic: when the sampling time grows large, because it can only see the next step ahead, the error resulting from this will be too great and it actually will become unstable for dt bigger than 0.8 (for this problem). If you try to use RK 2 or 3, the dT until it gets unstable increases because it can correct with intermediate steps. between major time steps. It works like you increase the number of sampling for your problem. However, if you keep increasing dT, you will find a point were the sampling time will make the solution unstable. The interesting part about using higher order solvers is that the error doesn't affect much the response.
    I created this example that shows what I said above. It you will need Control Design and Simulation to use it. The Screenshot shows the difference.
    Hope this helps!
    Message Edited by Barp on 03-05-2008 08:06 AM
    Barp - Control and Simulation Group - LabVIEW R&D - National Instruments
    Attachments:
    Differences better RKs.vi ‏160 KB
    RK.PNG ‏37 KB

  • Make a bode diagram of the signal gained from the pxi 5122

    Hello,
    I have a question.
    I would like to make a bode diagram of a signal from the PXI 5122 scope. The only vi's i can find are with zero-pole-gain models, and i dont have a zero-pole-gain model. i just have a signal from the 5122 and i want to peform a bode diagram.
    any suggestions?
    Thanks in advance.
    Henry Lootens.
    [email protected]

    Use a Graph, x axis Frequency, y axis Magnitude, set the x scale mapping to Logarithmic.  Bundle the two arrays of data as frequency then magnitude before connecting to the Graph.

  • Control Design and Simulation and DAQ

    I'm learning Control Design and Simulations. I have some questions about it.
    1. For System Identification use, we can find the transfer function/model of the system by feeding data measurement from the system. But, how long data do we need to be sufficent for Identification System to estimate the model? Until the get saturated value (steady state)? or any other intervals? What if the system is unstable? How will Identification System Toolkit estimate that case?
    2. For connecting to hardware, we just connect the clock in the simulation loop to the hardware? And the simulation loop will simulate the blocks inside once it got the trigger/data from the DAQ? what about the step time and solver? Do they follow the timing from hardware? or they will run on their own supplied values/clock?if we use USB DAQ, we can't have any clock from it (as far as I know it's because USB connection is not that stable for clocking since it might be any jitters or delays.) So, how do we configure the timing parameter for USB DAQ?
    3. There is possibility to convert model in transfer function to state space, how do we know the states inside that conversion?
    Any helps would be great...
    Thanks in advance...

    Dear Chin ho,
    After going through your questions I found some documentation which will be useful for you. But I you still have more questions, you can reply me any time.
    1- About the data and amount of it I couldn't find any info but maybe you can use the new functions in LV version 2009 and find your answer.
    Estimating States of Nonlinear Stochastic State-Space Models with Extended Kalman Filters
    In previous versions of the LabVIEW Control Design and Simulation Module, you can use the Discrete Kalman Filter function and the Continuous Kalman Filter function to estimate the states of a linear discrete or linear continuous stochastic state-space model, respectively. In the LabVIEW 2009 Control Design and Simulation Module, you can use the Continuous Extended Kalman Filter function and the Discrete Extended Kalman Filter function to estimate the states of a nonlinear continuous or a nonlinear discrete stochastic state-space model, respectively.
    The Continuous Extended Kalman Filter function and the Discrete Extended Kalman Filter function estimate model states of a partially observable plant based on noisy measurements. First, use the SIM Discrete Nonlinear Plant Model template VI or the SIM Continuous Nonlinear Plant Model template VI, located in the labview\templates\Control and Simulation directory, to define the system model. Then use the the Discrete Nonlinear Noisy Plant function or the Continuous Nonlinear Noisy Plant function to simulate the discrete or continuous nonlinear model, respectively, with the addition of noise. Finally, use the Continuous Extended Kalman Filter function or the Discrete Extended Kalman Filter function to estimate the states of your model.
    The Continuous Extended Kalman Filter function and the Discrete Extended Kalman Filter function linearize the nonlinear system either by calculating a Jacobian matrix internally or by using an external Jacobian matrix that you define. Use the SIM Continuous Jacobians template VI or the SIM Discrete Jacobians template VI, located in the labview\templates\Control and Simulation directory, to define an external Jacobian matrix.
    Refer to the LabVIEW Control Design User Manual, accessible by navigating to the labview\manuals directory and opening CD_User_Manual.pdf, for more information about estimating the states of nonlinear stochastic state-space models with extended Kalman filters.
    2- I think that I found a pdf document about this part of your question which will be helpful. If you would like to give your email address, I can send it to you.
    3- About this part you can check the help function in LabVIEW when you open the "CD Convert Transfer function To State-space" function in your front panel.
    I pasted some info about the mathematic part below.
    The LabVIEW Control Design and Simulation Module provides tools to study the dynamics of systems described by linear time-invariant (LTI) continuous and discrete models. You can create deterministic state-space, transfer function, and zero-pole-gain models. You also can create stochastic state-space models and the second-order statistics noise models.  You can use these forms to describe both single-input single-output (SISO) and multiple-input multiple-output (MIMO) systems.
    Continuous transfer function and zero-pole-gain models use the s variable to define time, whereas discrete transfer function and zero-pole-gain models use the z variable to define time.  Continuous state-space models use the t variable to define time, whereas discrete state-space models use the k variable to define time. 
    Deterministic State-Space Model
    Continuous
    x(t) = Ax("t) + Bu(t)
    y(t) = Cx(t) + Du(t)
    Discrete
    x(k + 1) = Ax(k) + Bu(k)
    y(k) = Cx(k) + Du(k)
    Stochastic State-Space Model
    Continuous
    x(t) = Ax(t) + Bu(t) + Gw(t)
    y(t) = Cx(t) + Du(t) + Hw(t) + v(t)
    Discrete
    x(k + 1) = Ax(k) + Bu(k) + Gw(k)
    y(k) = Cx(k) + Du(k) + Hw(k) + v(k)
    Second-Order Statistics Noise Model
    Q = E{w . wT} – E{w} . ET{w}
    R = E{v . vT} – E{v} . ET{v}
    N = E{w . vT} – E{w} . ET{v}
    where
    t is continuous time.
    k is the model sampling time multiplied by the discrete time step, where the discrete time step equals 0, 1, 2, …
    x is the model state vector.
    u is the model input vector.
    y is the model output vector.
    w is the process noise vector.
    v is the measurement noise vector.
    A is an n × n state matrix of the given model.
    B is an n × m input matrix of the given model.
    C is an r × n output matrix of the given model.
    D is an r × m direct transmission matrix of the given model.
    n is the number of model states.
    m is the number of model inputs.
    r is the number of model outputs.
    G is a matrix relating w to the model states.
    H is a matrix relating w to the model outputs.
    Q is the auto-covariance matrix of w.
    R is the auto-covariance matrix of v.
    N is the cross-covariance matrix between w and v.
    E{} denotes the expected value or the mean of the enclosed term(s).

  • System identifica​tion miso models

    Hi,
       I want to know is it possible to identify the MISO and MIMO models using system identification toolkit?
       I m using fieldpoint 2010. The program is running very slow inside the fieldpoint. so is it possible to divide the program in such a way that few compuations(which are less critical)  run inside the  computer and few inside the fieldpoint?
    Regards,
    Sai

    Hi Ruser,
     LabVIEW System Identification toolkit provides SI Convert to Models of CDT VI to convert a model you created in the LabVIEW System Identification Toolkit into a transfer function, zero-pole-gain, or state-space model that you can use with the LabVIEW Control Design and Simulation Module.

  • Pole zero

    I need to calculate IIR filter coefficients to be used in Labview starting from s-domain num/den  transfer functions. The filters I need are really a lot.
    I have the Digital Filter Design toolikit, but it accepts only Zero-poles in z plane.
    I also have the Control Design toolkit, that I'm using in order to convert my transfer functions from s-domain num/den to Zero-Pole discrete representation. Unfortunately results I get don't work at all (that is the filters designed are very different than expected).
    Substantially I need to recreate the piece of software in matlab as follows.
    Is there anyone who can help me?
    thanks in advance
    giovanni
    function y = myfilter(x,fs)
    % y output signal,
    % x input signal,
    % fs sampling frequency Hz
    % bilinear transformation algorithm is used
    f1 = 0.4;
    f2 = 100;
    f3 = 12.5;
    f4 = 12.5;
    Q4 = 0.63;
    f5 = 2.37;
    Q5 = 0.91;
    f6 = 3.35;
    Q6 = 0.91;
    % Note that in the function “butter” the variables Q1 and Q2 are
    % effectively set to equal to 1/sqrt(2), therefore they don’t need
    % to be explicitly set here.
    w3 = 2*pi*f3;
    w4 = 2*pi*f4;
    w5 = 2*pi*f5;
    w6 = 2*pi*f6;
    nyq = fs/2; % Nyquist frequency
    % determine parameters for first filter
    [b1,a1] = butter(2,f1/nyq,'high'); % High pass
    [b2,a2] = butter(2,f2/nyq); % Low pass
    % determine parameters for second filter
    B3 = [1/w3 1];
    A3 = [1/w4/w4 1/Q4/w4 1];
    [b3,a3] = bilinear(B3,A3,fs);
    % determine parameters for third filter
    B4 = [1/w5/w5 1/Q5/w5 1]*w5*w5/w6/w6;
    A4 = [1/w6/w6 1/Q6/w6 1];
    [b4,a4] = bilinear(B4,A4,fs);
    % Apply filter to input signal vector x (output to signal vector y)
    y = filter(b2,a2,x);
    y = filter(b1,a1,y);
    y = filter(b3,a3,y);
    y = filter(b4,a4,y);

    Hi,
    try to see the following link: DSP Laboratory: IIR Filter Design via the Bilinear Transformation
    http://cnx.rice.edu/content/m13039/latest/
    I hope this can help you.
    The bilinear function is an alghoritmic transormation native of matlab language, so it has been implemented in other languages.
    Best Regards
    LencioniM

  • Production order costing issue in MTO with variant configuration

    We have an urgent issue to be resolved in production order costing in MTO scenario.
    We have two level configuration with configuration passed from parent to children. The parent has many configurable materials as child(semi finished BOM items) and BOM items of these child has again different raw materials(3 level BOM with last  level being all raw materials) . The production order for parent  created with reference to sales order.
    While costing production order of parent, total planned  price is displayed as zero as we have maintained price control std price for all configurable materials(parent & child) with zero price being configurable materials.Configurations are correct in production order material and BOM components(configurable materials). BOM item selections, Item quanties are also correct.
    Sales order costing is working fine and rolled-up correctly as per costing settings. We have looked at costing configuration for production order and did not find anything unusual.
    Kindly suggest possible reasons for not showing costing result in production order as per configuration copied from sales order  or any possible configuration or master data likely missing ?
    Thanks in advance.
    Kind Regards
    Ganeshan Kalembeth

    Dear  GANESHAN KALEMB,
                           Kindly open production order in change mode and reschedule order, cost order, check material availability and check capacity availability.
    after doing this in main menu goto  > log > overview > see error list if there is any, let me know, your problem can be solved.
    Thanks
    Muhammad Ashfaq

  • PROBLEMS SETTING MASTER GAIN IN CAPTURE WINDOW

    I am having problems capturing audio at optimum levels.
    In other words my audio levels in my log and capture window
    do not match the output of my tape (bars and tone).
    To be more specific:
    I am capturing from a Sony Beta deck (BetaCam SP).
    The tape has Bars and Tone. I am running the audio signal through
    my Mackie CR1604 audio mixer in order to control levels going into FCP.
    The signal goes out from the 1604 into my AjA IO then out of AjA IO into
    my MacG5 via the Fire Wire connection.
    I have the Mackie levels set at 0 (zero unity gain) just below the
    point of clipping using the tone from the Beta Tape.
    My first thought was to boost the input in FCP using the Master Gain
    setting in the log and capture / clip settings tab.
    My problem was that the meters in my capture window (clip settings tab)
    were greyed out. Well I found a way to access them by changing
    my settingsby way of the following path:
    Audio Video Settings / Capture Presets / Preset Editor. In the Preset Editor
    I changed the QuickTime Audio settings device from Pro IO (AjA Io) to
    Built-In audio. This allows access to the Master Gain slider in the log and
    capture window.
    No good...I can not get the audio levels in the capture window to match
    the levels on my Mackie 1604. They should match.
    (they are way too low and the Master Gain slider is maxed out)
    Please help!!!!!
    Michael Kraus / mak design co.

    I need the Mackie 1604 mixer to boost or lower audio levels.
    Lets say I have a Beta tape (or any tape/media) with bars and tone set to Zero db.
    Thats great BUT what if the videographer had some areas in the tape
    where levels were too high / hot or too low. The Mackie allows me to
    boost or lower levels.
    As for the headache of re-digitize/ re-capture....I see your point but it is usually
    not a big problem. Especially since most of my tapes have tone at the head
    of the tape set at zero db for me to "calibrate" to. The audio on the remainder
    of the tape does not surpass zero db most of the the time (in a perfect world).
    There are some times where the world is not so perfect and I need to
    adjust levels.
    My problem is that the levels out of the Mackie output and the levels
    of the FCP / AjA IO input are different enough for there to be some concern.
    I am in a sense doing what you are doing on the deck using the Mackie.
    This is the way I always went about things when I ran my Avid video editor
    and never had a problem. I am certain there are many people using the same
    approach.
    The bottom line is there is some kind of drop off in levels going into FCP via
    the AjA IO.
    I appreciate your input...Thank you!
    Let me know if you have any other ideas.

  • Zero Administration

    All,
    We are running Netweaver 2004 with
    Abap and Java Stack, ECC 6.0, SQL server 2005
    Windows 2003 SP1
    I do know that SAP application offers "Zero administration" setup
    for Windows environment.
    I am not sure if Zero administration is configured or not in our environment.
    Can someone please tell me how can I confirm if it is confirmed for Zero administration or not ?
    Thanks,
    From,
    Pranav Thaker.
    908-565-0706 Cell

    Hi,
    Check this..
    http://help.sap.com/saphelp_nw70/helpdata/en/84/7ed387d81f11d188be0000e83539c3/frameset.htm
    And
    http://help.sap.com/search/highlightContent.jsp
    Note: Points always encourag me to reply!!

  • Residual payment should not allow more than Vendor Invoice

    Hi,
    Eg: Vendor has booked invoice 5000 INR, when user make payment through F-53 or F-58 through "Residual" payment user can pay more than invoice 5002 INR and below accounting entry is posting.
    Bank Cr 5002 INR
            To  Vendor Dr 5000 INR (Invoice amount)
            To  Vendor Dr 02    INR  Excess than invoice 
    Business requirement is system should not allow pay more than invoice amount. How to control suggestion would be appreciated.
    I have done below settings for your understanding here system configuration.
    1. OBA3: Under "Permitted Payment difference" zero for Gain , Loss , Amount, Percent & Adjust Discount By  However "Permitted Payment Differences for Automatic write-Off(Function code AD)" zero.
    2. OBA4: Cash discount per line item: Zero and Under "Permitted Payment difference" Revenues, Expense, Percent & Cash discount  put Zero.
    Regards,
    Babu.

    Hi Prashant,
    I have restricted many fields to use through screen variant now user can not pay more than Invoice amount except through Residual payment process.
    Client side management strongly says that they want to use Partial and Residual payment process options but user should not allow pay more than invoice amount.
    If any solution please guide me.
    Regards,
    Babu.

  • Professional Tax issue for Maharastra Employees in case of Separation

    Please provide your inputs on below Professional Tax requirements.
    An employee separated on the month of Feb 2014.His total gorss earnings is includes claim.
    Basic                               |     39,833.34
    Allow (Flexi)                    |        400.00
    Superannuation Allow     |      5,975.00
    Claim                               |    201,666.00
    Balance Flexi Pay           |     75,016.67
    The employee also having some Negative arrears in the same month (FEB 2014) as Lop data is maintained for the month of Dec.2013, Jan 2013.
    And below is arrear amount.
    Basic Arrears                       39,833.33-
    Allow (Flexi) Arr                         400.00-
    Superannuation Allow Arr |      5,975.00-
    Balance Flexi Pay Arrear  |     75,016.67-
    However system is now generating Professional Tax while running payroll for Feb 2014 & my client is telling that Professional Tax should not be deducted as Gross salary is 0 for Feb 2014. The employee below belongs to Maharashtra P tax circle.
    Please let me know what should we do in such case..
    Reagrds,
    SAP HCM Professional

    Professional Tax is not based on Earnings
    Professional Tax will deduct every month No matter , An employee salary is Zero
    Check backend Configuration There is deduction Carry Farward Change the configuration You would able to resolve your issue.

  • Torch update to 6.0.0.448 hangs Win 7 Blackberry Desktop in Address book update

    First attempt at using Win 7 Desktop update since updating 9800/Torch to 6.0.0.448 and the desktop hangs "Processing Device Address Book". Shows Record 189 of 189 and never completes.

    Reset the Desktop Organizer configuration to ground zero and re-configured. Works now, but did duplicate a lot of my calendar events. Just a bit buggy....

  • SRM 4.00:  STORAGE_PARAMETERS_WRONG_SET

    Hallo all,
    when is running background job: SAP_COLLECTOR_FOR_JOBSTATISTIC,
    under ABAP report: RSBPCOLL, I received (ST22):
    --- ST22 log message ---
    Runtime Error          STORAGE_PARAMETERS_WRONG_SET
    ShrtText
        &INCLUDE INCL_INSTALLATION_ERROR
    What happened?
        The current program had to be terminated because of an
        error when installing the R/3 System.
        The program had already requested 205855952 bytes from the operating
        system with 'malloc' when the operating system reported after a
        further memory request that there was no more memory space
        available.
    What can you do?
        Make a note of the actions and input which caused the error.
        To resolve the problem, contact your SAP system administrator.
        You can use transaction ST22 (ABAP Dump Analysis) to view and administer
        termination messages, especially those beyond their normal deletion
        date.
        Set the system profile parameters
        - abap/heap_area_dia
        - abap/heap_area_nondia
        to a maximum of 205855952. Then reduce the value by 10.000.000 to be on the
        safe side.
    Then restart the SAP System.
    abap/heap_area_nondia and abap/heap_area_dia:
    Set smaller than the memory achieved for each process
    with 'malloc' and smaller than abap/heap_area_total
    You should also check whether the available memory (file system
    swap and main memory) is sufficient for the started program
    and its data.
    Error analysis
        When the program was running, it was established that more
        memory was needed than the operating system is able to provide savely.
        To avoid a system crash, you must prevent this
        situation.
        Last error logged in SAP kernel
        Component............ "EM"
        Place................ "SAP-Server ntsap061_SR3_00 on host ntsap061 (wp 0)"
        Version.............. 37
        Error code........... 7
        Error text........... "Warning: EM-Memory exhausted: Workprocess gets PRIV "
        Description.......... " "
        System call.......... " "
        Module............... "emxx.c"
        Line................. 1886
        The error reported by the operating system is:
        Error number..... " "
        Error text....... " "
    Database server.......... "NTSAP061"
    Database type............ "ORACLE"
    Database name............ "SR3"
    Database owner........... "SAPSRM"
    Character set............ "C"
    SAP kernel............... "640"
    Created on............... "Feb 25 2008 00:13:43"
    Created in............... "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"
    Database version......... "OCI_920_SHARE "
    Patch level.............. "222"
    Patch text............... " "
    System environment
        SAP Release.............. "640"
        Application server....... "ntsap061"
        Network address.......... "192.168.22.165"
        Operating system......... "Windows NT"
        Release.................. "5.2"
        Hardware type............ "4x Intel 801586"
        Character length......... 16 Bits
        Pointer length........... 32 Bits
        Work process number...... 0
        Short dump setting....... "full"
        Database server.......... "NTSAP061"
        Database type............ "ORACLE"
        Database name............ "SR3"
        Database owner........... "SAPSRM"
        Character set............ "C"
        SAP kernel............... "640"
        Created on............... "Feb 25 2008 00:13:43"
        Created in............... "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"
        Database version......... "OCI_920_SHARE "
        Patch level.............. "222"
        Patch text............... " "
    Supported environment....
    Database................. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE
      10.2.0.."
    SAP database version..... "640"
    Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2,
      Windows NT 6.0"
    Memory usage.............
    Roll..................... 8176
    EM....................... 462304976
    Heap..................... 205855952
    Page..................... 16384
    MM Used.................. 652141072
    MM Free.................. 16014488
    SAP Release.............. "640"
    Any suggestions are welcome.
    Thank you,
    Augustin

    Hi,
    not really software logistics. Anyway, let me try to explain the problem a bit.
    Basically you ran out of memory. Next time you run the job everything might be fine again. I would monitor this issue and see if it occurs more often. If it is only a one time occurance, may be there was some excpetional load on the sytem. The termination of the job itself is not a big problem, it will run again next time and collect the data, no need to restart this job manually.
    If you get this problem more often you have to tune your memory parameters (or even plug in more memory). memory tuning is one of the hardest things. The easiest way would be to check if you can schedule your batch job to a time where nothting else is running (no dialog users no other batch job). If that is not possible, because you have 24x7 or the batch window is already more than full you have to get into the tuning. As you can see the work process is already in PRIV mode, this should be avoided.
    See here what the parameters do http://help.sap.com/saphelp_nw70/helpdata/EN/02/96279d538111d1891b0000e8322f96/frameset.htm
    I know it is not the final solution to your answer, but may be it helps.  It is somehow unlikely that someone can give you via the forum a set of parameters which will eliminate this issue once and for all.
    For Microsoft platforms you set some parameters to "zero memory management configuration", did you do that?
    Regards,
    Jochen

  • Rebuilding a Power Mac G4

    I recently bought a power mac g4 and am looking to rebuild it. It needs a hard drive, ram, and a video card. I am just wondering what would be the best thing to get for each of those for my new mac. Also any other instructions about how to go about doing this, as I am new to building and modifying computers, especially macs, would be greatly appreciated.

    I'm looking for hardware that is not too expensive but that still delivers high performance.
    So you want a Ferrari but only want to pay for a Yugo?
    It is a Power Mac G4 (AGP graphics), model M7825 PowerMac G4 450MHz Drive=DVD-RAM. It also has 100MHz bus speed.
    Okay, so how much are you willing to spend on this? How much did you pay in the first place? At some point you will (quickly) reach a zero sum gain where you will be paying more for individual parts than for buying a better machine outright. Upgrading maybe a piece here and maybe a piece there is understandable, but once one starts talking major rebuilds you're talking serious money. The only real financial justification for doing a major rebuild is if there is some aspect you need in an old computer (early OS boot compatibility, special ports) but really want to maximize its performance for modern compatibility. Or maybe you just already have the parts lying around at home and can do it at no cost. Oh, don't get me wrong - I dote on my 28 year old car and have invested more money in it than I could get if I were to sell it (and about once a month somebody walks up to me off the street asking if they can buy it), but you have to walk into this aware of it.
    I don't know too much about video cards and RAM. Maybe $100+ depending upon what you get.
    Hard drive. This computer won't recognize more than 128GB of any drive without a high capacity PCI card or a software utility (Speed Tools by Intech). Software solution costs maybe $25, but has drawbacks which you should read on their web site. PCI card is maybe $60+. You can put in a larger drive but it will only use the first 128GB, so no harm there. It will use PATA/IDE drives unless you want to buy a SATA card. Bear this in mind if you think you might want to use the drive in another computer at a later date. IMHO forget about buying a used hard drive unless you know it is only a month old and has had zero problems. I'd say if you had an old 80GB HD lying around the house this would be an ideal candidate.
    Message was edited by: Limnos

  • Production order having no planned values

    We are in Make to order scenario.  The production order for the parent material is created with reference to a Sales Order.  While costing the production order for the parent, total planned price is displayed as zero.  we have maintained price control std price for all configurable materials(parent & child) with zero price being configurable materials.
    We dont understand why the production order is having no price. BOM, routing, etc. are in place. What are the possible reasons as to why costing is having no value for the production order ?

    Dear Nikkitha,
    Normally, the planned prices for the Production order are displayed as per the costing variant that apperas in the Production Order control tab (passes down from the order type). This has no relation with the sales order cost estimate which is used for Target price calculations.
    Also, you can check when the Planned Prices of the Production order are calculated in the Transaction (OKZ3) for the order type.
    Kind Regards
    Umapathi G

Maybe you are looking for