Sequence in operation

we have a situation:
Operation 0010, 0020 and 0030 are in final assembly.
Operation 0010 and 0020 should start simultaneously but should have independent confirmation possible. After confirmation of 0010 and 0020, Operation 0030 should start and be confirmed.
How to address such situation?
Please provide me a solution.

Shilender,
With parallel sequence you have floats creted. Alignment key is for how you want the floats to be - whether at the beginning or at the end of a sequnce.
If a sequence is aligned with the earliest possible date, the float is at the end of the sequence.   
If a sequence is aligned with the latest possible date, the float is at the beginning of the sequence.           
Regards
Ram

Similar Messages

  • Error Loading a VI of a sequence in operator interface (Error Code -18002)

    I am deploying a teststand sequence using LabVIEW adapter. After deploying, while running this sequence in operator interface in the deployment computer, I get an error saying that a particular step could not be loaded. This step calls a DIO initialization VI which basically uses DIO Port Config.vi from Traditional DAQ 7.4.4 version. Please see the attached image.
    Software Versions Used: Teststand 4.0.1f1, LabVIEW 8.5, Traditional DAQ 7.4.4, Simple OI shipped with Teststand, windows XP
    From couple of links from www.ni.com, I did following actions in my development computer:
    1. Compile All the VI in LV 8.5 using Mass Compile including Traditional DAQ LLBs, simple operator interface etc.
    2. Check if any VI or step is not broken.
    After getting the error, I tried opening the same sequence in sequence editor in deployment computer (I am also including sequence editor with the deployment utility), I checked DIO Initialization step. I see the warning in step indicating that the VI is either broken or one of its sub is not located. I tried using Reload VI Prototype, it asks for LVDAQ.dll which is also bundled in my deployment files. After specifying this dll, I can run this sequence without errors but after I exit from sequence editor, it does not save the changes and I get the same error in Operator interface as well in sequence editor after re launching. Also I dont want to reload VI prototype as I dont expect some to do this change after deploying the testsequence.
    Kindly help.
    Thanks in advance.
    Nirmal
    Attachments:
    Auto_Cal_18002 Error11.JPG ‏25 KB

    I found solution for this. While creating the workspace for my sequence and other files, I used to include all the files including the LabVIEW VIs. Doing this, DIO Config VI seemed getting confused while searching for LVDAQ.DLL in the deployment computer.
    I tried only including the test sequence and letting the teststand deployment utility select the VIs from the specified directory resolved this issue. I observed that in this case, all the sub vi and the support dlls gets placed in the support and data folder respectively. This resolved the issue.
    Regards,
    Nirmal

  • Replicate a sequence of operations -DIAdem

    Hello Everyone,
    I am new to DIAdem and I am exploring a method to repeat a standard sequence of operations for 85-90 channel groups. The task goes like this:
    Every channel group has a set of three channels, in which some 7 - 8 mathematical operations are to be performed like sum of two channels, average, finding the root mean square value and adding/subtracting the results to the actual channels, finding the arc tan value of the results etc.,
    I need to replicate the same task for 85 - 90 channel groups. I tried using the "Enable Recording Mode" in the Script Window and tried to use the script that it generates and use it in a for loop. But since the recording mode, holds the actual name of the channel instead of a reference, it is difficult to edit the names of the channels individually which makes it more cumbersome than the actual work. Hence I need an alternative way of doing the same.
    Any help will be much appreciated.
    Subramanian
    LabVIEW Developer
    Life may control my car, but I steer it ! !
    Solved!
    Go to Solution.

    Hi Subramanian,
    Most of those operations can be accomplished with ANALYSIS functions.  I'd recommend you loop over the Groups and in each Group assign object variables for each channel you want to manipulate.  Then you can use those object variables in the parameters of the ANALYSIS functions, like this:
    iMax = Data.Root.ChannelGroups.Count
    FOR i = 1 to iMax
    Set Group = Data.Root.ChannelGroups(i)
    Set Y1Channel = Group.Channels("AmpHr Charging")
    Set Y2Channel = Group.Channels("AmpHr Discharging")
    Set SumChannel = Group.Channels.Add("Sum", DataTypeFloat64)
    Call ChnAdd(Y1Channel, Y2Channel, SumChannel)
    NEXT ' i
    If you find you need to run the Calculator, we can do something similar.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Launch TS sequence with operator interface

    create shortcut for launching a TS sequence with operator inteface.
    Right now, with Windows98,
    1. I doubleclick the test stand Labview Operator interface on the windows desktop.
    2. Click on File menu
    3. click /Select the sequence (at the bottom of File menu to launch the sequence in the Operator Interface.
    How do I create a shortcut to do these three steps?
    Double-click an icon on the desktop, launch the Operator interface and the sequence.

    Hi,
    I guess what you want to do is launch the OI and load a test sequence from the command line.
    Unfortunately you cannot do this with the LabVIEW Operator Interface as labview apps does not except the command line parameters.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Sequence 0 operation  not found in order 800000036870, check entry

    Hi experts,
    I am facing the problem first time. when I go for order confirmation at operation through CO11n then as i enter the order number system gives me the error Sequence 0 operation  not found in order 800000036870, check entry.
    Regards

    Dear Anil,
    Your initial query is different form query you posted to our replies
    As per your initial query what is replied is correct ( it is regrding operation number )
    Now as ur latest query it is confirmation number
    Yes one order can have different confirmation numbers
    Just check in CO14 or COOIS
    in COOIS in list make it as confirmations & execute
    Hope it clarifies
    Regards
    Madhu

  • Parallel sequence - scheduling operation

    Hi,
    when I was creating parallel sequence in routing I was faced with problem in scheduling operation.
    After making a routing with parallel sequence, which are executing on the others work centers, system doesn't take into consideration the fact that order is divided on for example two work centers ( parallel sequence ! ).
    How to divide the time of operations for equal parts ( or different proportion ) in two work centers.
    Please help me solvede this problem.
    Artur

    Artur,
    The logic of parallel sequence is bit different from what you expect.
    The parallel sequence is the sequence of operations which runs parellel to main sequnce.
    But you can use it to serve your purpose.
    After creating the parallel sequence in the routing, select the standard sequence, click on operation.
    In operations overview, select the desired operations & follow path, 'Details'-- 'operations' or press F6.
    In the operation details screen, under 'Unit of measure conversion', maintain value against 'Header' as 1 & against 'Operation' as 0.5 (if you want to divide the value equally).
    Navigate with the arrows in the upper left & maintain these settings for the desired operation.
    Now click on 'Sequnces'.
    Select the parallel sequnce & repeat the above given procedure for the desired operations in the parallel sequences aslo.
    Now whenever the order will be created, the order quantity will be divided equally on the sequences & accordingly scheduling will yake place.
    Hope this helps you.
    SmanS
    Edited by: SAP PP Consultant on Jun 8, 2009 10:21 AM

  • Software Center showing Application Task Sequence as Operating System

    I have created a custom task sequence and it includes 2 applications.  The first one uninstalls an app using a batch file and the 2nd TS installs a new version.  The problem is that software center is showing type Operating System so when I click
    on it to install, it gives a message about installing an operating system and it may delete/format the drive. 
    Is there a setting I need to change so it sees it as an application rather than an OS?  I have other application Task Sequences that show as application rather than Operating System...
    Thanks
    Rick Ray

    That's by design. And by design Task Sequences were meant for Operating System Deployment, that's why you also get notified about "Operating System Installation" in the Software Center.
    You should use SCCM Applications with supersedence to accomplish what you are trying to do:
    Do an application for App 1 (your old app)
    Do an application for App 2 (your new app)
    Configure App2 to supersede App1 (uninstall the App1)
    Deploy App2 to your computers
    This way the App1 will be uninstalled before the App2 is installed.

  • Selecting sequence of operations

    Imagine that you have 5 independent measurements using 3 instruments.
    I have them defined in separate flat sequence structures. Depending on front panel input, I want the ability to run these measurements in a user-defined sequence - say 1,2,3,4,5 or 1,3,5,2,4, or ...
    How do I do that ?

    I think you are being slightly misunderstood, it seems the Flat Sequences are only used to specify the individual measurements, and not to control the order like some are suggesting.  If that works, and makes you happy, so be it.  I'll take your advice and just consider those to be subVIs, one for each of the 5 measurements.
    When I want a quick UI like this I reach for an Event Structure, and use the timeout case for the business end.  Inside the timeout case I may put a Queued State Machine or in this case I would just use a simple For Loop.  In the example I create a simple array of enums, with one value for each measurement.  When Go is pressed, the Event Structure timeout is fired, and the array of measurements is autoindexed by a For Loop.  Inside the Loop is a Case Structure to handle the individual measurements, just drop your 'subVIs' in there.
    Simple and quick, lets you spend more time measuring and less time coding.
    Attachments:
    SimpleMeasurementGUI.vi ‏13 KB

  • Sequence of operations - Direct Delta, Queued Delta, Unserialized V3 Update

    Is the below understanding about each update method correct?
    a) Direct Delta
    - The user selects a process (e.g. creating, updating or deleting a purchase order), fills the fields in the screen, presses SAVE.
    - A module makes inserts, updates and deletes on the Application Tables.
    - This or another module inserts delta relevant information (e.g.: before and after image, the key for deletion, reverse image, etc) about this PO in the Communication Structures.
    - Another module reads the Comm Structures and inserts this information in the Delta Queue.
    - COMMIT the operations in the App Tables and in the Delta Queue.
    - The user receives a success message.
    b) Queued Delta
    - The user selects a process, fills the fields in the screen, presses SAVE.
    - A module makes inserts, updates and deletes on the App Tables.
    - This or another module inserts delta relevant information about this PO in the Comm Structures.
    - Another module reads the Comm Structures and inserts this information in the Extraction Queue.
    - COMMIT the operations in the App Tables and in the Extraction Queue.
    - The user receives a success message.
    - Periodically, a Collective Run inserts this information in the Delta Queue and deletes it from the Extraction Queue.
    c) Unserialized V3 Update
    - The user selects a process, fills the fields in the screen, presses SAVE.
    - A module makes inserts, updates and deletes on the App Tables.
    - COMMIT the operations in the App Tables.
    - The user receives a success message.
    - This or another module inserts delta relevant information about this PO in the Comm Structures.
    - Another module reads the Comm Structures and inserts this information in the Information Structures (also known as Statistical Tables), as part of the LIS data flow u2013 as I understand it has nothing to do with LO data extraction, but it is coded this way.
    - If the inserts into the Information Structures work well, another module reads the Comm Structures and inserts this information in the Update Table.
    - Periodically, a Collective Run inserts this information in the Delta Queue and deletes it from the Update Table.
    Thanks
    César Menezes

    Krishna
    Thanks for your attention, but I've already read:
    - Roberto Negrou2019s blogs,
    - OSS Note 505700,
    - Power point u201CNew Update Methods for Logistics Extraction with PI 2003.1u201D (quoted in the OSS Note, link u201Chttp://service.sap.com/~sapidb/011000358700005772172002u201D),
    - many threads wich provided very useful information.
    I need now more detailed information, step by step operation on each update method, like I posted in the thread.
    Actually I want to cross this information with another thread I posted (), about Figure 6 (Comparison among call function hierarchies involved in different update methods).
    This Figure is showed in Negrou2019s Episode Three and in the power point. I believe that this figure is wrong or at least is missing something.
    Do you know about these two points, or can you please forward to someone who can help us ???
    Thanks
    César Menezes

  • Alternative sequence - operations number

    Hi all,
    I've got an issue on the alternative sequence.
    The standard sequence is made by operation 10, 20 and 30.
    I try to add a new alternative sequence to substitute the operation 20 with 2 different operations: 20 and 25.
    The system give me an error on the routing: CP331 - Operation: date 28.04.2010: operation number incorrect.
    I tried the option to change the standard sequence to 10, 20 and 40,  but the error is the same. The system checks the return operation (20) and is not possible to add operations into the alternative sequence with operations number greater than return operation.
    It seems that is not possible to substitute 1 operation with 2 operations.
    Anyone has solved?
    Thanks, regards.

    Hi ,
    Okay, you want to create an alternaive sequence only.
    Standard sequence is   10  20 30
    Alternate Sequence:
    1.Branch operation : 10
    Number of the operation from which an alternative sequence is to replace the reference sequence.
    2. Return operation: 30
    (number of the operation up to which an alternative sequence is to replace the reference sequence)
    Operations: 20, 25
    This should work.
    Please check and confirm.
    Regards
    Datta

  • WIP or scrap calculation for parallel operation sequences not possible

    hi,
    i want to calculate wip and scrap along with parallel sequence
    system prompts following mesage any suggetions plz send in higher priority
    Message no. KV161
    Diagnosis
    If the routing specifies a sequence of operations that are defined as a parallel sequence, this will have the following effects:
    The system cannot interpret the confirmed scrap quantities in cumulative and periodic settlement when it calculates the scrap.
    The system cannot calculate work in process at target costs for this order because it does not recognize the relevant operations.
    Procedure
    If you want to calculate scrap or WIP, do not define parallel sequences.
                                                                                vishnu

    Hi Robert
    Though I am seeing this msg for the 1st time - I can give you a some insight into this
    It seems you are in product cost by period (PCP) scenario ... In this scenario, WIP is calculated at target cost.... The mechanism of calculating WIP is Confirmed Qty at preceeding operation - Confirmed Qty of next operation..
    In your case, since you have parallel operations in your routing, system wont be able to calculate WIP... I am not sure how parallel ops are defined... You need to get in touch with your PP guy....
    But, one thing for sure , with parallel ops you wont be able to calculate WIP in PCP scenario
    Regards
    Ajay M

  • Selection Of Alternative Sequence Automatically By Operation Quantity

    Dear All,
    We are Using Discrete Manufacturing Scenario, In That Scenario Routing Contains Six Operation and One or Two Operations having alternative Sequence , My client required during production Order Creation , If Operation quantity is more than 250
    system should select std sequence else system should select alternative sequence, But i am not getting to mantain lot size for std sequence for operation even I maintaining lot size for alternative sequence , system should not considering alternative sequence. Pls Suggest me how to Resolve Issue
    Thanks

    Vipin,
    It is not possible to control the  routing sequence selection based on lot size.
    As suggested by forum experts, create mulitple group counters for the same material routing group and you can use them based on lot size.
    You can also create production versions for different lot sizes.
    Check and revert,
    Santosh Sarda

  • Check of operation sequence in order

    Hi all,
    I don't want to check of operation sequence in order. so  how can I do this? Are there any customizing for this case?
    Best regards,
    Hilal Çakır
    email : [email protected]

    Make the following changes in control key or use the control key which have this setting
    In OPJ8, for a control key
    Confirmation = Confirmation possible but not necessary
    In OPK4, for a plantb and production order type combination in Generally valid settings tab page -
    Checks sub page
    operation sequence = set operation sequence is not checked
    With this setting  it will work

  • Error in schedulinq parallel sequences with flow production operations

    We have a routing with a standard sequence with operations in wich we have set "Continuous flow prod"
    and "Min. Send-Ahead Qty=1".
    We have a parallel sequence as well with operations set in the same way "Continuous flow prod"
    and "Min. Send-Ahead Qty=1".
    When you run the transaction "MD11" to create a planned order for the item the scheduling of the operations is correct
    as regard the standard sequence,the system, correctly,  schedules the operations overlapping
    them according to lead time set in the operation details.
    But the last operation of the parallel sequence is scheduled to finish the whole lot before the operation
    following the "return operation" . The system doesn't overlap this operation. In this way the
    last item of the last operation (in the parallel sequence) isn't finished at the same time
    with the last item of the "return operation" (in the standard sequence) as we like it would be.
    We have set "Backwards scheduling" type on customizing and we use the "Alignment key= 2 "
    for standard sequence and in the parallel as well. We have also tryed to set "Alignment key= 1"
    in the parallel sequence but the results are howewer not correct.
    In conclusion the schedulation of  continuous flow production operations
    doesn't work properly between operations belonging to parallel sequences.
    Could you suggest me what to do?
    Thank you.

    Hi,
      I tried with 5 ops 10, 20, 30 ,40,50 ( same work center  wc1)
      Set up time 1, Process time 1min for 1 pc
      set the continuous flow prodn i at op 20 with min send ahead qty 1
      Also a parallel seq was created with 3 ops op20 ,30 , 40 .
      set up time was 2 min for all work centers( same work center wc2) and proc time
      time is 1 min for  1 pc
      In that set the  continuous flow prodn at op 20 with min send ahead qty 1
      sceduling type was forward
    .Alignment key was 2 for both std seq and parallel seq .
      After scheduling found that op 20 in std seq starts at 6.14am and op 40 ends
      at 6.47 am where as in parallel seq op 20 starts at 6.11 am and op 40 ends at
      at 6.47 am which is correct.( branch op is 20 and return op is  40)
      The three minutes late start in op 20 of std seq  is due to 3 minutes extra time
      defined for three  work centers setup time.
      I also tried with alignment key 1in both std seq and parellel seq.
    Kindly check that you have maintained the continous flow prodn radio button
    in the same operation in both std seq and parallel seq.
    Regards,
    S.Nandhakumar

  • Each edit is taking 5-10 seconds to process in some of my project file's nested sequences. What can I do?

    I edit a weekly news show. For this show, I have created a Project File that I re-use as a template every week. It's a highly nested template, with a sequence for every used material (the anchorman’s footage, the news set, the media playing over the anchorman’s shoulder, the lower thirds, etc). It has three different camera angles in a multicam sequence, each sequence sharing the same nested sequences but just resized to look like a different camera angle.  To make this easier to understand, here's an episode (explicit):
    SKATELINE - Cory Kennedy, David Gonzalez, Jimmy Carlin In Enjoi Oververt and more.. - YouTube
    In the past, the template has worked perfectly. However, everytime Adobe has a major update and I update the project file, for some reason, some of the sequences perform very sluggishly. With Adobe's recent update, the sequences for the anchorman’s footage and the media playing behind him are very slow to make edits in. Every action I do takes 10 seconds to process, even moving an image. However, if I work in the master sequence (With everything put together) everything runs perfectly smooth when I make edits.
    In an attempt to fix this problem, I decided to recreate the project file from scratch, with the new update, but even then, my "anchorman footage" and "media behind him" sequences are very slow. What's even more bizarre is if I select a piece of footage in the anchorman sequence, my entire program sometimes crashes. I have tried rendering the sequences to help performance, but that hasn't worked. I have tried installing CUDA Drivers to use the CUDA version of the Mercury Playback Engine on my Macbook Pro Retina, but it also still isn’t working.
    So why do you think that my sequences are operating so slowly? What could be causing it? Could it be that each sequence is used several times in the multicam sequence? If so, why has it worked smoothly until now? What can I do?

    Yes same issue for me also, working in mutli cam nestings
    Very Very Sluggish Performance, semi hangs in PP, if you actually wait long enough, or leave it hung whilst you do a post on here, for a few minutes then it may come back to response.
    The issue is defo to do with nesting, I have tried turning off audio wave forms, which helps in the multicam nest edit but as soon as you put that sequence into a third nest then the sluggishness is major.
    Basically, this looks to be the same issues that have been reported before with the new update.

Maybe you are looking for