JBird1229

MrPLC Member
  • Content count

    14
  • Joined

  • Last visited

Posts posted by JBird1229


  1. Hey guys,

     

    I am looking to query a database through FactoryTalk SE.  I will be scanning packages, and using that bar code to find a lane assignment from the database.  

     

    My question has to do with where the VB script will reside in the FactoryTalke SE program.  I want this script to run at all times.  I see that each screen has a "VBA Code" but I am assuming that these will only run when the screen is visible.

     

    Where does this have to be stored in order to run all the time?

     

    Thanks In Advance!


  2. I am curious as to how I can connect my Siemens PLC to a Warehouse Management System. 

     

    We will be scanning totes, from there taking the tote number and sending that to the WMS.  Then the WMS will send me back the desired lane number.

     

    I don't know where to start on this task. Please help. 

     

    Thanks


  3. The packages will actually merge together at the bottom of the page. Then after they merge they will be scanned and told which palletizing line they need to go to... 1,2,3, or 4. The jackpot line is for packages that could not get read.

    I'm trying to get some tips from an experienced programmer, on how this is most efficiently handled.

    I attached another image with arrows showing direction of flow.

     

    Thanks.

    Sorting Conveyor Layout (1).pdf


  4. Hello,

    I am currently working on programming my first sortation system.  Attached is a blue print of the in feed conveyors and their loadout lines.  As boxes merge together they will be scanned by the barcode scanner.  From there we will be told which lane each box must go down, from the WCS.

     

    My question is, without encoders, what would be the best way to control this system? Counting the packages as they pass through the photoeye? Or setting timers?

     

    Thanks,

    James

    Sorting Conveyor Layout.pdf


  5. Hey guys,

     

    I know this is a topic that has been discussed before, but I am having trouble finding exactly what I am looking for..

    I want to know the most efficient way to record data from my PLC to an Excel file on my PC. I want this to be done without the use of the PLC's webserver. 

    Specifically I am trying to record vfd speed every 10seconds with a time and date stamp.

    How can I do this?

     

    Thanks,

    James