bapi

MrPLC Member
  • Content count

    12
  • Joined

  • Last visited

Everything posted by bapi

  1. Need help with simple logic

    One more thing you can do is to use a counter. One push of the button can move bit 1 in the counter (use logic ... if count value is one ...it is ON )next push adds one more and if the count value is 2 reset counter ( this is OFF ).. try this it works -Anshuman
  2. Siemens S7 300

    Hello friends, I am new to Siemens programming and have started to learn LAD a few days back. I am using CPU 315 2DP. Basically now I am writing the small programs in OB1 block and then use Simulation to test it. My software version is Simatic 5.2. I know that one can use FC,FB, SFC,SFB,DB and other tools to make a good program. I need to crate these Blocks and then link the these blocks to my main program which I do not know how ? Can anybody tell me how it should be done preferably with an exmaple for me to understand easily.Some other examples for my learning would be highly apprecaited. My email is : anshumanpatra@yahoo.com Thanks in advance bapi
  3. File Name: modified traffic lights File Submitter: bapi File Submitted: 7 Apr 2006 File Category: PLC Sample Code This program is a little modified version of the earlier traffic code. This program also has the comments added which was missing in the earlier version. Click here to download this file
  4. Version

    6480 downloads

    This program is a little modified version of the earlier traffic code. This program also has the comments added which was missing in the earlier version.
  5. File Name: Dip paint File Submitter: bapi File Submitted: 4 Apr 2006 File Category: PLC Sample Code This is a simple program to paint an object while the object is transferred from Station A to station C. The painting occurs in station B where the object to be painted is stopped and dipped in paint and the moves further to C. From C the transport system comes back to A without stopping on its return path at B. If you have any doubts or suggestions please feel free to contact me . Click here to download this file
  6. Dip paint

    Version

    3114 downloads

    This is a simple program to paint an object while the object is transferred from Station A to station C. The painting occurs in station B where the object to be painted is stopped and dipped in paint and the moves further to C. From C the transport system comes back to A without stopping on its return path at B. If you have any doubts or suggestions please feel free to contact me .
  7. File Name: drill machine File Submitter: bapi File Submitted: 4 Apr 2006 File Category: PLC Sample Code This is a simple program where the drill arm moves down for the drill and the Drill motor starts as well. The drill arm stops after reaching the bottom level but the drill motor continues for a few seconds to ensure a good drill and then stops. Now the Drill arm moves up again and then reaches the top position and starts the cycle again.It is aslo ensured that the Drill arm is always at the top before the operation starts or if the drill operation is stopped in midway. If you have any doubts or suggestions please feel free to comment. Click here to download this file
  8. drill machine

    Version

    7053 downloads

    This is a simple program where the drill arm moves down for the drill and the Drill motor starts as well. The drill arm stops after reaching the bottom level but the drill motor continues for a few seconds to ensure a good drill and then stops. Now the Drill arm moves up again and then reaches the top position and starts the cycle again.It is aslo ensured that the Drill arm is always at the top before the operation starts or if the drill operation is stopped in midway. If you have any doubts or suggestions please feel free to comment.
  9. File Name: Medoc sequence generator File Submitter: bapi File Submitted: 4 Apr 2006 File Category: PLC Sample Code This software allows the user to select a particular program by activating a 24 VDC Ip In a Mitsubishi FX1s-30MR-Es/UL Plc .Now the user can choose different sequences in that particular program by using a momentary Pulse to a different Ip address to the PLC.This ip activates some Digital Outputs and deactivates some all this logic is in a continuos Loop and in a sequence as selected by the program.If in doubt or for any suggestions please get back to me !!! Click here to download this file
  10. Version

    2246 downloads

    This software allows the user to select a particular program by activating a 24 VDC Ip In a Mitsubishi FX1s-30MR-Es/UL Plc .Now the user can choose different sequences in that particular program by using a momentary Pulse to a different Ip address to the PLC.This ip activates some Digital Outputs and deactivates some all this logic is in a continuos Loop and in a sequence as selected by the program.If in doubt or for any suggestions please get back to me !!!
  11. Pulse Counting

    Hi Callisto, Berg has given you the directions. If you can give me the codes /make of the "Encoder" may be I can find out the manual for you. Cheers Bapi
  12. Pulse Counting

    Hi, one needs to know : 1)The max frequency you would need to count 2)Whether you would need to run the motor in CW and CCW direction as well. 3)The volatge level of the op from the Encoder 4) type of output from the Encoder These are the basic things once I know these may be I can help Cheers and keep the faith Bapi