Operations should start on same time.

Hi All,
We have one scenario of Pen manufacturing.
We manufacture Cap, Refill , Refill barrel and finally doing assemble for pen.
In routing how sequence should be there, as we are mfg cap, refill and barrel  at a time same time.
Regards,
Sandy

Dear Sandy,
I'm not sure in which scenario you are trying to map your requirements.
Assuming it's into order based production/costing then it that case you have to create separate production orders for all the
individual sub-assemblies.
In the case of a REM a separate Product cost collector should exists for each production material for which a confirmation will
be carried out.
So assuming its in a discrete scenario then parallel sequences can defined only for a product level and not between the
products.
Regards
Mangalraj.S

Similar Messages

  • Operating two Vis at same time

    First time posting here on NI, need some help with setting up a Labview program. A little background so you know what we are attempting to do and the level of skills involved in it. I'm a undergrad research assistant and I have never used labview before until I started on this project and just have a basic understand of the program now. All the programs involved in this were written before I started on the project by other undergrad and grad students. So any answers will probably have to be dumbed down to a noobs level for me. Here is our problem : 
    We have two VIs that we are having to run at the same time. The First VI is a program that we use to run a automated arm/probe. It is setup to run manually by using the arrow keys on the keyboard or we have a grid system setup on our test box and can tell it were to travel too by inputting the x y cords into the program. The second VI is a safety loop, the testing we are doing is dealing with EM fields and detection of them. We have equipment that generates the field inside the test box but we can not allow it to get over a certain watts level. The second program was designed to detect when we reached this level and turn the system off for safety. Both of the programs work just fine. 
    So here is the problem, we can not run them at the same time which is an issue. Anytime they try and run them together the system bogs down then crashes or they just fail to load and run at the same time.
    Here is the solution I would like to try and find. What is the best, fastest and simplest way to link both of this programs as a single VI that wouldn't take a lot of programming and knowledge. Basically the programming team that made the VIs is gone now. If needed I an post the VIs. Thanks for any help or input 

    I would guess that your programs are not programmed very efficiently and are running with what are known as greedy loops. That is, the VIs have a loop in them but don't provide any means for LabVIEW to switch between tasks. One, or both, are starving the CPU which causes your execution issues. Even some as simple as adding a Wait(0) to the loop will help to prevent greedy loops from occuring. Additionally, they could have issues with maintaining memory and do things like allowing arrays to grow infinitely large. Without seeing the code though it will be difficult to give you specific advice.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • How can i use both Windows and Mac os at the same time on my iMac

    How can i use both Windows and Mac os at the same time on my iMac

    You can use Parallels desktop or VM Fusion to run both operating systems at the same time. Both programs work well, but I personally perfer VM Fusion.

  • How can I start two Vi at the same time?

     I have two Vi's, each of these Vi has a stop button. I want to start these two Vis at the same time. I also want to be able to stop the two Vis at the same time. What should I do? Thanks.

    One way to start them is with an Invoke Node and the Run method. You can then stop them with the Set Control Value [Variant] method. When you use the Set Control Value [Variant], you just have to specify the name of the front panel control that stops the while loop. Older versions of LabVIEW only had the Set Control Value method in which you had to use the flatten to string function to pass the Type Descriptor and Flattened Data.
    Message Edited by Dennis Knutson on 03-20-200609:35 AM
    Attachments:
    Run Method.JPG ‏44 KB

  • Wi-fi failure and battery problems started at the same time

    I can't get the wi-fi to connect to any network. It stopped working a couple of days ago. I have tried with my own wireless network at home and several other networks as well.
    I have tried the following:
    *Settings->General->Reset->Reset Network Settings
    *Restore to Factory Settings
    *Tried my network without security and with WPA (and yes I know the password)
    *With and without MAC-address filter in Router, added the iPods MAC-address (called Wi-Fi Address in the iPod)
    *Changed channel for my Wi-fi network
    *Tried with and without my wi-fi repeater
    *My router is broadcasting the SSID
    *Tried to join the network when it is found by the iPod, with 1 as strenght but then I get "Could not join the network"
    *Tried to add the network as other network, typing in the SSID the it says that it can't find the network.
    I have tried a mix of the above and as I stated above I have also tried other networks that it has been able to join without problems before.
    Some info:
    iPod Touch 16 GB Model MA627ZG
    Version 2.2.1 (5H11)
    Purchased in December 2007.
    Router: Netgear DG834GT
    Firmware: V1.02.04
    Wireless Repeater D-link DWL-G710
    At the same time as this started my battery started to get drained very quickly. 2 hours of listening to an audio book and the battery is empty again.
    I have wi-fi off
    Auto brightness off
    Fetch new data off
    EQ off
    The iPod gets very hot when attached to my computer via USB to get battery charged and I don't have it in a case.

    I am having excatly same problem. It started about two days ago, but I did not update or installed anything just before this issue came up. It looks like it came from nowhere.
    It feels like the touch is constantly trying to connect to wifi, even if it is sleeping and even if the wifi is off! That would explain the very short battery life.
    I have tried to update to 2.2.1. It did not help. I have tried to restore both to 2.2 (which was on when this issue came up) and both to 2.2.1.
    I tried to revert to older firmware 7.3.2 on my airport express. But it it did not seem to make any difference. My macbook is still seeing the wifi as well as before, so it should not be a router problem.
    as well, to comment on ipod being connected to turned off/hibernated computer. it does not make any difference whether it is connected to it or not. Computer does not suck the energy from the ipod. It can only charge it. So whether it is connected or not, the ipod should discharge slowly, which it does not in our case.

  • What happened when multiple audio players start at the same time?

    Hi,everyone!
    I am developing a game, using JMF to play sound.
    These sound are stored in mp3 files.
    In order to decode mp3 files, I installed JMF and mp3-plugin( jmf-2_1_1e-windows-i586.exe , javamp3-1_0.exe).
    In the Game, a background music play back repeatly.When EndOfMediaEvent happened, I setMediaTime(new Time(0)) and then start().It works well.
    There are several sound-effects,may start at any time,
    so 2 or more sounds may play back at the same time,
    and then Strange things happened.
    Those sound-effects, usually short, can not play back inextenso.
    They lose some beginning part, the length of the part is not constant.
    i.e. Audio should start at MediaTime 0, but now they start at MediaTime x, x >= 0,
    not only that, sometimes, Audio process bar runs, but no sound heared.
    I do not know what is happening.
    So please help me, thanks a lot.
    The way that I use Players:
    initialize:
    create realized players from mp3 files
    prefetch them
    finalize:
    deallocate not null players
    then close them
    using:
    player.setMediaTime(new Time(0))
    then player.start()
    My Environment:
    Windows XP, java 1.4.10, JMF2.1.1, MP3-plugin1.0

    This is very strange, difficult to guess the cause... never had such an issue. Normally when the object to which the audio is attached disappears the audio stops. So in your case going to a next slide should stop the audio of the previous slide. Same with object audio.
    Do you have the different audio clips (one per slide) in the Library? Could you try to delete the audio on the slide and drag it again from the Library to see if you have the same result? And what happens when you attach the audio clip to an object on the slide (you can create a totally transparent rectangle with no stroke that will not be visible to attach the audio).
    Lilybiri

  • Can't start two listeners at the same time

    Hello -
    I am running Oracle 10g R2 on Solaris 10. I am getting the following error when I try to start my second listener "TNS-01106: Listener using listener name ccn_listener has already been started". There are multiple VIPA's assigned to the server, so I am trying to start two listeners at the same time (I can start each one separately). The different IP's are referenced in the listeners (even though they use port 1521), so there should not be a conflict. I also gave the two listeners distinct non-default names. The listeners are running under two differenct Oracle homes.
    Here is the code of the listeners:
    listener 1:
    PHD_LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.49.236.119)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    SID_LIST_PHD_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u02/app/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME=phdv410g)
    (ORACLE_HOME = /u02/app/oracle/product/10.2.0/db_1)
    (SID_NAME = phdv410g)
    listener 2:
    CCN_LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.49.236.131)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    SID_LIST_CCN_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME=ccn10gt1)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (SID_NAME = ccn10gt1)
    If anyone has any ideas about why I can't start these two listeners togethers, I would really appreciate it.
    Thanks!

    Hi,
    Look at the error: "Listener already started"...
    Can you check if that is right ?
    ps -ef | egrep lsnrWaiting for feedback.
    Regards,
    Yoann.

  • DVR - 2 shows recording at same time have a 1 minute difference between start times

    When recording 2 shows at the same time, with exactly the same start and end times, one will start ~30 seconds early, and the other will start ~30 seconds late. Why would this happen?
    I keep missing the beginning of some shows, and the end of others.
    Background
    Cisco 435HDC
    None of my recordings have a modified start or end time, everything is set to "on time"
    This happens whether a show is being recorded prior to the 2 or not
    I have already done all of the basic troubleshooting, which is to say, I've confirmed this problem on numerous occasions, in different situations, at different times, series or non-series, etc.
    Also, is there a way to refresh the time on the DVR? To get it to pull from the time server, whatever that may be? My clock drifts, causing me to miss either more of the beginning of a show, or more of the end.
    Thanks for your help!

    Your physical setup seems fine, the articles you read are correct about turning off DHCP on the Dlink. I would do the following:
    A. You didn't mention it but you need to have the dlink wired from Westell Port 1,2,3, or 4, to DLINK Port 1,2,3,or 4 (not the wan ports on either router) if you haven't already.
    B. Turn off DHCP on the DLINK and set the gateway IP on it to something different than 192.168.1.1 of the Westell ( I think you may have been getting out of range error from trying to set a static wan ip on the dlink ( just a guess based on info available).
    I have a similar setup at home with an Actiontec and a Linksys WRT-54G. I have mine setup this way. Since everything is on the LAN side of the routers you shouldn't run into any more trouble with your work group/ windows network.
    I found the emulator for the 825, it should look something like this when you are done:
    Hope this is helpful.
    Lee_VZ

  • My ipad is on an infinite loop.  I used ios7 for a few days and then did updates on some of my apps. that's when the infinite loop started.  I have tried pressing the power and home button at the same time, but it doesn't work. Please help!

    my ipad is on an infinite loop.  I used ios7 for a few days and then did updates on some of my apps. that's when the infinite loop started.  I have tried pressing the power and home button at the same time, but it doesn't work. Please help!
    I even tried some hints posted for ios6 (turn off Ipad, holding home button and plugging in power cord at the same time and then releasing the home button)
    I did manage to get a different screen that shows the itunes icon and a power cord, but nothing happens.

    You were on the right track. You got the connect to iTunes screen and you ended to use iTujes to restore your iPad. Try recovery mode again.
    Recovery Mode Instructions
    Disconnect the USB cable from the iPad, but leave the other end of the cable connected to your computer's USB port.
    Turn off iPad: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for iPad to turn off.
    If you cannot turn off iPad using the slider, press and hold the Sleep/Wake and Home buttons at the same time. When the iPad turns off, release the Sleep/Wake and Home buttons.
    While pressing and holding the Home button, reconnect the USB cable to iPad. When you reconnect the USB cable, iPad should power on.
    Continue holding the Home button until you see the "Connect to iTunes" screen. When this screen appears you can release the Home button.
    If necessary, open iTunes. You should see the recovery mode alert that iTunes has detected an iPad in recovery mode.
    Use iTunes to restore iPad.

  • How do i start video and audio at the same time in ios

    How do i start video and audio at the same time in ios?
    I have tried a lot of different ways but i cant figure it out?
    I can get the sound and animation (timeline) to start playing.
    There is no problem to start the video and the animation at the same time.
    But i cant get both the video and the audio to start playing when i press a button.
    It works great in OSX and on windows?
    Here is an example:
    // insert code for mouse click here
    // Play an audio track
    sym.$("_1")[0].play();
    // Play a video track
    sym.$("host")[0].play();
    // Play the timeline at a label or specific time. For example:
    // sym.play(500); or sym.play("myLabel");
    sym.play("marker1");

    If the game has sound in it (and possibly even if it doesn't) it may be overriding the Music app and causing it to stop playing - in which case there is nothing that you can do about it.

  • HT2955 The problem with the above is this: If a chapter end is reached at the same time as the CD space is filled, iTunes goes to EOJ, ejects that CD and pretends it's done. Other than entering start:end manually you are screwed. iTUnes just ***** for bur

    If you use iTunes to burn Audible CDs you better hope the book is only one CD long. Otherwise iTunes craps-out without warning and cannot be easily restarted. It just goes to EOJ and pretends it's all done with the entire burn. Often this can cause (will cause) the user to waste many many CDs trying to get a burn completed. If a CD-end is reached at a chapter-end point, iTunes assumes the burn is done and ends. The user must manually enter start:stop for each CD, pay constant attention to what's going on, and hope everything goes right. And even if you do all that you WILL find a chaper point at CD end and will have to go manually adjust the start-stop of the next CD and HOPE... that's their strategy: Hope.  iTunes was never designed for books, for audio content that is multi-volume, and it really ***** at it. And if you are unlucky enough to want to burn long books (Truman -48 CDs, or Atlas Shrugged - even more), be prepared to throw away many tens of CDs as you try to get it done; pretty soon it's just cheaper to go buy the book in audio form and dump Audible entirely. (Maybe this is why Amazon made the switch from working Roxio to non-working iTunes... nahhh.. you'd have to be too cynical to believe that...)  If, that is, you don't just give up in frustration and terminate your Audible subscirption as I did a couple of years ago. Audible keeps your paid-for library, but downloading a long book again just brings you to the same point: trying to burn multi-volume CDs on a tool not designed to do so. Maybe amazon bought lots of Apple stock at the same time and just wants you to be walled-in to your iPod and never again use a CD.. maybe they bought the car companies, too, so you can't have an old car and must buy a new one with an ipod attachment in order to listen to your books..... The worst part is that Audible used to use Roxio, which handled all of this with no problem at all. When it was tasked with a multiple-CD burn, it told you how many you'd need, began recording, when it reach end-of-CD, it told you to put in the next one - regardless of whether there was a coincident end of chapter, and kept burning until the book was completed. For unknown - and seriously stupid - reasons, audible decided to use iTunes, and the problem continues. My research across the web indicates I am not the only FORMER customer of Audible that feels this way, or who cancelled their subscription because of this stupefyingly dumb decision - to make the primary customer interface tool WORSE that it had been.

    AC, Thank you for you reply.
    Even though it is supposed to be a 'simple' home video system it has so much potential!
    And i mean i know there is an solution since i know the Caribbean cruises are using apple as media centers onboard their ships. have to admit that i do not know if they are using frontrow or some other application created buy some other company.. i just know that some one must know how to get around it all and make it work..
    Just wish i had someone to get in contact with that is working hands on every day with this product, and get strait, good, final answers.. no "pro support" since im not happy with their answers anymore..
    I know i start to sound desperate.. but thats because i am..

  • Can I view the same pdf on multiple iPads at the same time with 1 iPad operating as the master (controlling page turns etc)?

    Would like to use 4nr iPads as an autocue system. Can I view the same pdf on multiple iPads at the same time with 1 iPad operating as the master (controlling page turns etc) and the others operating as slaves? Can this be done without the use of 3G or a remote Wifi hub? I would appreciate your input.................

    Open the document in Acrobat Reader and use the menu Window > New Window.

  • How can I make all my tracks start at the same time? In bar 0 to be more specific

    HI! I want all my tracks to start at the same time. I need teh audio files to start at bar numer cero.

    Hi, first you'll have to adjust the project start to bar zero like shown here:
    http://help.apple.com/logicpro/mac/10/#lgcpce0833d7
    …then select all regions in your project and make sure the playhead is positioned at the start of bar zero exactly, now follow this:
    Have a nice day!

  • I am very disappointed with iTunes.  I have 1200 songs and I can't play them.  I try to play them and before one song finish a song starts playing. This then results in hearing two songs at the same time. I will like to know if you can fix this. I feel li

    I am very disappointed with iTunes.  I have 1200 songs and I can’t play them.  I try to play them and before one song finisha song starts playing. This then results in hearing two songs at the same time.I will like to know if you can fix this. I feel like listening with the iTunesplayer is useless.

    I don't know man I too hope apple will do something this new I-tunes blow my top lost my whole tune!!!

  • How to start two or more tasks at the same time?

    Hi all,
      I have few tasks setup to send analog and digital output to different channel with buffer and given sampling rate. I need to precisely control the timing of samples output to each channel. But if I start the task in labwindows
        DAQmxStartTask(taskHandle1)
        DAQmxStartTask(taskHandle2)
        DAQmxStartTask(taskHandle3)
    they actually not start at the same time since they are exectued in sequence. I wonder how much time delay will be if I start each task in sequence. Also, is it possible to have 2 or more tasks started at the same time?
    p.s. I think it will be easier if I could bind different channels to a single virtual channel but I don't think it is possible to create a signle virtual channel with analog channel and digitial channel.

    RobertoBozzolo wrote:
    I had success in doing something similar on the input side by sharing the same sample clock across the tasks with:
    DAQmxCfgSampClkTiming (DigitalTaskHandle, "/Dev1/ai/SampleClock", 1000, DAQmx_Val_Rising, DAQmx_Val_FiniteSamps, 1000);
    In my application I had the power to have the same acquisition speed on all tasks, so that the sample clock could be same on all of them.
    The conceptual framework is this one (pay attention to the step order):
    Setup your AO task
    Setup your DO task
    Set the DO task to share the AO sample clock with the instruction given above
    Start the DO task (IMPORTANT: it must precede the AO task start, so that DO task is started but does not generate samples)
    Start the AO task
    If you have different sample speed on the tasks, I suppose an alternative is to use a start trigger sharing some digital signal among them. I have seen examples that use a separate counter output as a start trigger.
    Thanks a lot. It gives me a good information, I think that will help. I am encountering another sitution, if task1 is analog output with continuous samples with rate 100000 samples/second and task2 and task3 are a single digital sample (i.e. write only 1 sample to one digital line). In task1, I write continuous samples and there will be a spike (of 2.2V) at the time 1.2ms after the task started. And I want to write to the digital channels (task2 and task3) at 0.2ms before the spike was set in task1. In this case, there is only one sample written to DO task, so how does it work to use the sample clock source?
    In your last suggestion, we could use tirgger but how does it help? Is there any example I can follow? Thanks.

Maybe you are looking for

  • How do I delete the iCloud assigned to my iPhone that is not my main iCloud account and shares the same email address!? No Password.

    I have my main iCloud account for iTunes and Mail etc. On my iPhone I seem to have initiated a secondary iCloud account with a different AppleID, yet receive emails to the other/same email account as the primary iCloud account on my Mac. I have gone

  • XI java mapping using SAX

    Hi, im using java mapping for complex IDOC structure. If I run program localy, it works great, but when XI runs mapping, I have problems with xml file, some elements are not there ?! I don't know why it happens.....i said that i'm using complex logic

  • Java Application Calling C Library

    I need to build a java app to call a C library. For the C library, all I have is some .lib, .dll and .h files. What should I do to achieve this goal to have my java app to call the methods in the C library? Please advise.

  • Mailbox mails to be remove through shell

    Hi, I need to keep one of the mailbox mails to be reserve present two days only and past mails are to be removed. I have tried below command from exchange shell but it's not worked out. Get-Mailbox -identity [email protected] | Search-Mailbox -Search

  • Aperture Printing Fun and Games (aka trial and error)

    Hi, After getting over the anxiety attack caused by the bad 2.2 raw update, I finally got around to playing with Aperture trial. Nice interface, liked the keywording and so on, so decided to see how the printing went - and that's when the fun started