RECIPE SYSTEM

I am trying to implement a recipe system, I would like the user to
choose from a listbox the recipe that they want, then use the index
returned from that to select the values from a 2D array (128 recipes, 7
parameters).
First off would this be the best way to do this?
Secondly how can I change the index of the array being displayed so
that as they click the listbox the values in the array will be
displayed accordingly.
Ron

One solution would be to use an event structure inside a while loop. Plenty of examples ship with LabVIEW that show how to do this. You just need to respond to the "Value Changed" event for your listbox.
As for changing the index of the 2D array being displayed, what kind of data is this? If it's string you may want to use a multicolumn listbox or a table as that's a better way to display the information. With a multicolumn listbox you just wire the listbox index to a local variable of your multicolumn listbox. You can then also set the TopLeft cell row to be that so that it automatically scrolls to that row.
Attached is a simple example to give you an idea. Embellish/change as necessary...
Attachments:
recipes.vi ‏60 KB

Similar Messages

  • PI charactersitics in Master Recipe gets disabled.

    Hi,
    I would like to update the Process Instruction characteristics in a Master Recipe using Change Master (CC01) via  BDC.Now when there is a change in one of the PI characteristics, my program updates the PI characteristics in the Master Recipe via BDC by creating a new Change Master, but in case the user again runs the same program after updating the PI characterestics using  a different Change Master, all the the relevant rows are getting disabled, thereby not making it possible to either enter or modify any values in future.
    Could you please let me know why this happens and how to over ride this problem ??
    Thanks in Advance.
    Lakshmi.

    Hi
    To activate ECN for Master recipe u need to set the Following
    1) In OPN0 - Default values for Master recipe choose the Profile with which u want to create the Master recipe and Click on details > In the Change Parameters at bottom select "with Change Number" for Change Rule and SAVE
    2) In OP5A - Select the Screen Group PP/PI/QM task lists: header screens and tick *Req * for the field Change Number (PLKOD-AENNR) and SAVE
    Now when u Creating New Master recipe system will give Error if no change no assigned
    Pl refer the link for more details
    [http://help.sap.com/saphelp_dimp50/helpdata/en/89/a4200b461e11d182b50000e829fbfe/content.htm]
    Regards
    Brahmaji

  • Recipe.xls - loading

    Is it possible to load the Recipe file (.xls)
    programmatically?
    Sergei

    Nice idea, thank you.
    Sergei
    Khalid Ansari wrote:
    > As you might've discovered, the DataTable object in Lookout can do everything
    > that the Recipe object does.. plus more! It's just not as simple to use
    > as the Recipe object.
    >
    > Using it, you can programmatically import XLS files and build a custom recipe
    > system.
    >
    > Khalid
    >
    > ---------------------
    > [email protected] wrote:
    > >>>Andrew,>Thanks
    > for your reply. Yes, I thought of setting>
    up the system to automatically
    > reload Recipe>
    file when it's updated. Basically I tried to use>
    a
    > Recipe file like a sort of 'ini' file to keep>
    system settings, constants,
    > etc.>
    Sergei>
    >
    >
    Andrew Monat w
    rote
    Sergei ->Right now, it's
    > not possible to programmatically reload the Recipe file.>
    Do you have your
    > system set up so that the xls file is automatically>updated?>
    Sergei
    > wrote
    Is it possible to load the Recipe file (.xls)programmatically?>
    Sergei
    >>

  • Error While generating Control Reciepe

    Hi,
    I am mapping MTS scenario for PI industry and i stuck up with an error while creating Control recipe system gives following erroe msg, No values assigned to char. 0010 PPPI_INSTRUCTION in process instruction 9999 phase 0020. Msg number is  CB210.
    Please Help me in this regards,
    Regards,
    Vishal

    Hi,
    Check the PI instructuction category and charactersitics assigned to Phase 20.
    If the value assignment is automatic check the function modules manually whether it is working fine.If the value assignment is manual then enter the required value. for the characteristics PPPI_instruction. Also check whether that is a required value.
    If it is si remove the reuired value tick and check.
    thanks  and regards
    muru
    Edited by: MURUGESAN THANGATHURAI on Sep 17, 2009 3:46 PM

  • Finished Goods at  Moving average Price.

    Hi Experts,
    In my company FG maintained at Moving average price, during the Go-live they fed the value manually in material master of FG.
    Now at the time of production conformation system considering BOM for consumption, but for cost of production system just taking the value fed in FG material master.
    Please explain what is the impact if i maintain my FG at moving average, whether we can change that to standard price.
    Please explain me briefly.
    Regards
    Sreenivas.P

    Hi,
    Ideally Raw Material, packing material should be maintained on Mvg Avg Price for your CO-PC (product Costing). Finished Goods / Semifinished goods should be maintained on Standard price only.
    Actually once you maintain the same on Std price, So after your costing run the system will pick Std. price of that FG / SFG based following :
    1. price of RM / PM from material components defined in BOM
    2.Activity prices defined in KP26
    3. Based on routing / master recipe, system will calculate activity defined for your resource / work center
    4. Overheads from costing sheet
    So, in Std. price of your FG / SFG, system will give all these details. While you go for your process Order / Production order, system will book actual cost of FG / SFG on production order. So, at month end when you run variance cycle, system will also give you variance between plan and actual.
    Hope it will help a lot.
    Thanks & Regards,
    Taral Patel

  • 3.0 Inbound ABAP Proxy not executing

    I am attempting a simple SAP (IDoc) -> XI [WAS 6.4] -> SAP (ABAP Proxy)[WAS 6.2]. This proxy receives a couple key elements from the Idoc and writes them to an accessible directory on the recipient SAP machine. Here's what I have thusfar:
    - ABAP Proxy generated successfully on recipent system. Independent test through sprx_test_inbound is successful and file is written as expected
    - Test Idoc sent, received and processed through XI successfully (as seen in sxi_monitor) and also received successfully on recipient sap system (as seen on it's sxi_monitor - checkered flag)
    - However, no file is written
    I have checked the following:
    - Related communication channel Message Protocol is "XI 2.0" given recipient SAP system is 6.2
    - SICF on recipient SAP system shows services as active
    I am unsure what to check next, and from reading the various docs I cannot determine any other requirements for ABAP proxy communication. Ideas?

    Hi guys!
    I am completely stuck in the same situation
    Scenario is:
    file -> XI3.0 -> WAS6.20(Abap Proxy)
    I think I have doubled checked almost everything i can figure out:
    - messages in SXMB_MONI successful on both sides (XI and SRM)
    - on SRM: SICF services active, queues registered and active, proxy generated and code implemented (actually the method  of my implementation class is workin' good if single-tested), pipeline correctly configured in SXMB_ADM
    I tried also to debug my proxy by deregistering queues and manually debugging the LUW, setting a breakpoint on my method execution (breakpoint at method), but nothing happens...
    What am I missing then, for God's sake? Please help: I'm loosing my youth on that
    Thanks
    Alex

  • Integrate Aperture and iPhoto

    I thought I'd seek the advice of experienced Aperture users before downloading the trial version and reorganising all my photos. I am an amateur photographer, shooting in RAW with a Canon 400D (XTi). I use a 1.67GHz Powerbook (15" 1280x854 screen) with 1.5Gb RAM and a 128Mb ATI Mobility Radeon graphics card. I mainly view my photos on the laptop, though occasionally print them or project them. Now to the questions:
    1. I know that my computer meets the minimum system requirements for Aperture, but in real life will it be painfully slow?
    2. Does Aperture use more or less disk space than iPhoto? I assume less as iPhoto stores both an original and an edited version whereas Aperture uses a recipe system.
    3. Whilst I like the idea of organising and post-processing my photos in one program I am toying with the idea of continuing to use iPhoto to display my photos and organise slideshows. Is it possible to keep the original RAW files in an Aperture 'folder' (ideally on an external hard drive) whilst keeping a minimal 1280x854 jpg for iPhoto viewing on the HDD? Is there any way of automating the generation of these smaller files if you edit the original photo at a later date in Aperture? Would all the EXIF data transfer across?
    Sorry if these are stupid questions, but I thought somebody might have the answers to make life easier. Thanks
    PowerBook G4 15" 1.67GHz   Mac OS X (10.4.8)  

    Thanks David, as you seem to know what you are talking about I thought I'd pester more.
    Oh I can stumble around in the dark with the best of us.
    When using the previews in iPhoto, where are the actual files stored?
    Aperture creates the Previews. When you select "Show Aperture Library" under iPhoto's file menu, you can select one/some/many images and/or projects. When you drag and drop into iPhoto's left side Library view pane, iPhoto imports these Previews from Aperture's library into its own structure. Hence it is important to determine the right quality/resolution level in Aperture for Previews to balance size vs. quality. When using the media browser in any iApp, the selected files get physically copied into that app.
    From my recollection of Apple's feature list Aperture lets you keep some sort of preview even when a drive is not attached, is that right? Is this what iPhoto uses?
    Yes.
    Bigger question: what are you trying to achieve with iPhoto that you cannot achieve in Aperture. You may wish to for slideshows (Aperture's are weaker currently), and (ii) photocasting. But is it such as this or comfort with iPhoto and lack of knowledge about Aperture? Straddling both in a workflow is difficult.
    .... to a folder on the laptop so I can run iPhoto without the big photos on the external drive.
    You can run Aperture on your laptop and on your home computer. You just can't run concurrently with one license. Export your required project from the home computer to any hdd location (internal, external or to a networked hdd or laptop hdd). Quit Aperture. Go to your laptop, launch Aperture and Import the project into the Aperture Library on your laptop. (In my case, I only keep my working projects on my laptop). Once you have used on the laptop, any work needs to be brought back into the mothership. Export the project from the laptop and import back into the home computer.
    This works really well with a managed library. When using references, and you need to perform adjustments (selects, rankings etc. you can do without the reference masters), you would need to take the reference masters with you also .... and my assumption is that they would be on an external hdd.
    To repeat what 'gutguido' is asking, can you organise those pictures into rolls, folders or slideshows within iPhoto (not necessarily using the same organisation as within Aperture)?
    See response to Gutguido.
    G.

  • Pop-up screen does not appear for inspection point- In-process inspection

    Hi,
    We havs set up inspection points( time-based) in the master recipe. In that inspection point , we have defined date,time and inspector name as 3 fields to be maintained , before the results recording can start for each characteristic.
    Even though the inepction point is assigned in the header QM data of recipe , system does not give the pop-up at all to record the date , time and inspector's name.
    Please let me know what settings might be missing to get this pop-up screen to record the inspection date,time and inspector's name.
    Regards,
    Manohar

    The Sampling procedure with free inspection points radio button is chosen. However, we are not getting the pop-up screen of QE11.
    What we are trying to get in QA32 , is when we click on "results recording" push button , we want to get QE11 screen to pop-up so that the inspector's name and date and time are recorded , before the results recording screen comes.
    Please suggest whether this is a personal setting or master data setting or config setting or some exit to be used.
    Regards,
    Manohar

  • Actual Activity Quantity

    Hi
    Somebody please explain how the actual activity quantity is confirmed on the production order ?

    Hi!
    Different activity types like labor, Machine, Factory Overhead etc.. are defined in the system for different resources (Sterilising, Mixing, Grinding, Packing.....) in the production line.
    Standard Activity rates are defined in KP26 with the combination of Activity type and Cost Center (generally different for each PP Resource - Work Center). Also the same are defined in Master Recipe with standard one.
    When you create production order, system will catch standard rates for machine hour and labor hour which are charged at a predetermined standard rate to be derived. Now when you confirm the PP Order through COR6N, you will put all activity type in actual...say 40  labor hours and 50 machine hours..so based on standard rate defined in KP26 and master recipe, system will calculate actual activity rates.
    Also for some of activity type like factiry overheads or others which are dependent on machine hours or labor hours, for that you have to define formula in your resource based on which system will calculate actual activity rates.
    Hope it will clear to you. Pls get back for further query.
    Thanks & Regards,
    Taral Patel

  • Repetition of an item in a BOM

    Hi Experts,
                     When we enter the items in a BOM of a master recipe, system by default allows any item to be repeated more than once as different line entries. Is it possible to configure the system to restrict such repetition ?
    Regards
    Sm.

    Hi SM,
    its not possible through any configuration, and its required in many  bussiness as we cant allocated a single line item from BOM to more then one operation in routings, so Item repetations i s more likely.
    If you want to avoid it , create a Z transaction , by copying existing one and put restriction by comparing material numbers.
    hope it will help you.
    Regards
    Ritesh

  • Material consumption through PI sheets

    Dear Friends ,
    Can anybody suggest  me how to do goods issue to all material assigned to to the  phase . Suppose If I assigned threee materials for the phase 0020 , then in the control recipe system has to call PI_cons message category three times automatically.Right now I am doing this by using messgae category " Multiple data request".
    Thanks & Reards
    Prabhakar

    try using PI_ORDCO for confieming the Orders.
    Set the Back flushing for all these materials, so that with Confirmation these GI will be posted.

  • Where the problem?

    RecipeRecord [ ] recipe_array=new RecipeRecord[5];
    if (select.equals("y"))
                                       System.out.println ("");     
                                       for (k=0;k<5;k++)
                                       recipe_array[k]=new RecipeRecord();
                                       System.out.println("Please input the name of the new recipe ");
                                       System.out.println ("");                                             
                                       recipe_array[num_of_record].newr=Keyboard.readString();
    public static void print_record (RecipeRecord[] recipe_array,int k)                         {
                             System.out.println("The new recipe name is "+recipe_array[k].newr);
                             System.out.println("");
    it warning on cmd that " illegal start of expression", why?

    When you post code, please use [code] and [/code] tags as described in Formatting Tips (you can also just use the "code" button on the message posting screen). It makes it much easier to read and prevents accidental markup from array indices like [i].
    Code Conventions for the Java&#153; Programming Language

  • Best practices for complex recipe-based system?

    Hi Folks,
    I'm at about the intermediate level (working on my CLD), and tasked with re-vamping a tighly-developed control system(which I'm intimately familiar with) into more of a configurable 'recipe'-based system. Basically the current front-end control software does a lot of the work for the end user - it pre-defines flows, assumes certain electrical/plumbing configurations, etc. This is fine for the 'production floor', however the R&D guys would like something a bit more configurable.
    This system comprises of several flow controllers, mostly controlled/monitored via analog I/O (compact FieldPoint). There's some static analog input channels devoted to temp, humidity, etc. There exists the possibility of 1-2 external RS232 metering devices as well.
    Anyway I'm trying to work out the foundation for the UI. In terms of architecture think a que-ed state machine is my best bet due to the number of parallel processes occuring at once (analog acq, multiple serial comm, TDMS, UI, etc).  Basically I'd like the user to be able to add/remove/modify 'steps'. For instance, "Set Flow: controller IDx, 20cfm", or "Time Delay, Static: 10:00", "Time Delay, Psuedo-Static, based on X". 
    I've worked out a configuration UI (utilizing the in-build NI configuration storage VIs) to associate the analog channels to external devices (ie Aout1="Controller1 SP", Ain1="Controller1 FB"). Later I'll populate a ring control, for instance, for the 'add SetFlow step', to list all of the analog OUTs for selection.
    So I guess what I'm looking for is advice on passing all this info around without having to re-hash it all the time to present to the user. Keeping in enum/ring allows for easy user viewing, changing, and block diagram readbility (vs string constants, which are error prone) - is this something that the 'flatten to string' would be helpful for (something I have no experiance using).
    What tips can you provide for moderate-complexity HMI control systems developed strictly in LV? We currently don't have DSC, and I'm a bit closed-minded about using it for this (but perhaps you can convince me otherwise?).
    Thanks for your time,
    Jamie
    Message Edited by 8bitbanger on 04-21-2010 08:10 AM
    v2009 devel. w/RT

    Cool, thanks for the screenshot!
    This request for more customization was anticipated, so I began working things in last year with other minor revs. The first was this 'hardware configuration' utility. Right now I'm only using the MFC Config page for channel scalling/name info. (the production version still relies on 'static' channel associations to control devices). The enum 'card/slot' selector does exactly as you mentioned - it controls a tab value, which loads other pages (with similar info).
    The second 'generator' page is used to populate a list of generators available for the user to select, and works quite well - users can add somewhat custom generators to the list w/out having to specify "custom" every time (and I don't have to rebuild to add such a simple thing).
    You can see the 'Flow Control' and 'Monitor' channel that have not yet been implimented. :-)
    Lastly the mockup is where I want to end up. I *wish* that labview was able to incorperate enum/ring drop-downs within a table cell (without the hacks that I've seen suggested).
    I intended to setup a similar format for the 'steps' - an Action (or noun as you say), Target (ie file path, device name, etc), Value (setpoint, other pertinent data), etc. Do you pass this info around as a cluster in your VI then simply parse out to the UI in the steps listing? My hurdle is how to ellegantly relate, say, a CSV file back to the enums without a lot of hard-coded (constant) strings.
    Cheers,
    Jamie
    ::edit:: *Finally* found the button to insert images... ::edit::
    Message Edited by 8bitbanger on 04-21-2010 10:30 AM
    v2009 devel. w/RT
    Attachments:
    config_UI.JPG ‏52 KB
    generators.JPG ‏39 KB
    mock-up.JPG ‏33 KB

  • Recipe data migration from 3rd party system to SAP Recipe Management

    Dear All,
    Can anybody give the steps to be followed to upload Recipe data from a 3rd party system into the
    SAP Recipe Management (RM). I am looking for the logical process to populate the RM tables.
    Thanksa lot  in advance,
    Regards,
    Achyuta

    As I known , there is a interface tool named as IDOC.For more information , please ask your abap team.

  • Recipe Management within SAP PLM Core 7.1 EHP5 system

    Dear All,
    I am working in a EHP5 system - Recipe mgmt. i am looking for documentation regarding configuration, end user training and OKP files for this new Recipe management
    Thanks in Advance
    yasar

    Hi Gurunadh Kumar
    It is not easy to read your question, anyway I made it and let me try to summarize it before providing your the solution:
    Reproducing steps when configuring the webservices(SAP ME) in CE 7.1 EHP1.
    1. Log on to SAP NetWeaver Administrator Console by launching the following URL: http://:/nwa.
    2. Choose SOA Management Application and Scenario Communication Single Service Administration .
    3. Search for the Web service: Eg. BOMProcessingIn
    4. Select port type
    5. In the bottom window, select associated ServicePort
    6. Choose the Security tab.
    7. Choose Edit.
    8. Select the Transport protocol.
    9. Check the UserID/Password under HTTP Authentication.
    10. Save while saving I am getting an error :
    A problem in the backend.Please refresh the UI. Log Message:  Message:
    [EXCEPTION] com.sap.esi.esp.admin.ui.helper.exceptions.TechnicalException:
    Problem occured at the backend. Please refresh the UI.
    I have checked through the exception stack traces, this should be caused by the patch level inconsistency between the following
    components on your CE7.11 system:
       - ESP_FRAMEWORK
       - ENGINEAPI
       - J2EE-FRMW
    To resolve this problem, please download the lastest patch for all the above software components as per the current SP level,
    and deploy them to your system, then try the same steps again.
    Best Regards,
    Thunder
    Edited by: Thunder Feng on Sep 22, 2010 10:52 AM

Maybe you are looking for

  • Do I need 2 Oracle Inst, One for Devel App Ex and One for Runtime App Ex???

    I'm new to App Ex and am evaluating it for my company. Do I need two seperat instances of Oracle, one for the Development install of App Ex and one for the Runtime install of App Ex?? Or is it possiable to create two databases within one instance of

  • Can't package AIR for Android in Flash Pro CS6?

    I have trouble pakaging AIR for Android in Flash Professional CS6. It worked couple months ago. Buit it won't wok now. Here is the error dialog box: Can anyone help me?

  • Configuring MSS Reports.

    Hi Experts, We are trying to implement MSS on our portal. I just want to know whats the procedure of integrating BW reports so they can be seen in MSS.  It would be of great help if you can point me to the documentation. Thanks, Raj

  • Edit report HTML output

    Hi guys, I'm still pretty new to APEX although i've been messing around with it for several months now. I've decided to build myself an application to help track my time and expense whilst working on specific projects for various clients, now i'm cer

  • Script for saving images

    How would one create a script that can be inserted in my contextual menu or on my browser toolbar allowing me to save something (usually an image) to a specific directory. I want to eventually automate converting the image and resizing in one fail sw