tmechanic

MrPLC Member
  • Content count

    17
  • Joined

  • Last visited

Everything posted by tmechanic

  1. Drum counter? on FX1N

    Does Mitsu have something equivalent to the drum counter used in OMRON?
  2. Drum counter? on FX1N

    OK, got it thanks.
  3. Drum counter? on FX1N

    Well the manual is clear as mud on ABSD, is S1 where it's getting it's initial count value? if so where does it get the end count? and in D, if I M0 in there out puts are M0,M1,M2, etc? and n is the total number of step? so K16 will give me M0-M15? Am I following this right?
  4. Drum counter? on FX1N

    Oh yeah, the counts are different depending on wheather the bend option is on or off. it changes the count by about 11 depending on the operation.
  5. Drum counter? on FX1N

    Actually the drum counter already exists, customer has a bender with an Omron C28K and one just bit the big one so my company, we support the old Western Benders, wants me to rewrite this program to run on an available PLC. Since we carry and support Mitsubishi that's what they want to program to. And most of the opperations controlled by the sequencer would normally require a sensor input, but there are very few sensors on the machine.
  6. Opening a .prn program

    What software do I need to open an Omron C28K program that ends .prn?
  7. Opening a .prn program

    Thanks.
  8. Opening a .prn program

    Not that I know of
  9. Opening a .prn program

    OK I have a line a copy of SysWin 3.4, whould that help me?
  10. Opening a .prn program

    Feh! Thanks for the help. I know I'll have other questions soon.
  11. Opening a .prn program

    No other programs with that name. Attaching the sample .prn EP22PJ35.PRN
  12. Opening a .prn program

    Thanks, more info than I had before, and now that you mention it I do remember seeing .prn files in DOS . Feh!, that means I'm hosed because I'm not seeing the entire program and no way to open it other than notepad.
  13. GX Developer to prog Fx1N

    I have to convert an old Omron program to a Mitsu FX1N using GX Developer, I'm having trouble finding timers, or will I need to build them out of counters like the original Omron program did. Here are the first 3 rungs I need to convert, notice rung 2 uses a one second pulse and a counter to create a 5 min timer. 00000 |---] [---+---] [-------]/[----------------------------------------( ) | 00003 | 00009 C000 00108 | SEN. #1 | | L. PLATE| |---] [---+ | 00010 | | SEN. #2 | | R. PLATE| |---] [---+ | 00011 | | POWER | | RELAY | |---] [---+ | 00108 | THE NEXT TWO RUNGS WILL SHUT OFF CONVEYORS AFTER FIVE MINUTES | AND RESTART CONVEYORS WHEN A PLATE REACHES ENTRY SENSORS. | | RESET 1 SEC CONV.SHUT | LAMP PULSE OFF TIME 00007 |---]/[-------] [---------------------------------------------[CNT ] | 00202 01902 [ C000] | [ #0300] | SEN. #1 [ ] | L. PLATE [ ] |---] [---+---------------------------------------------------[R ] | 00010 | [ ] | SEN. #2 | | R. PLATE| |---] [---+ | 00011
  14. GX Developer to prog Fx1N

    The man is Mitsu JY992D88101 rev. C
  15. GX Developer to prog Fx1N

    Thanks Rodney, that's what I thought. I have another question that the manual has been less than helpful with. Is there a dedicated "Start of Scan" bit?
  16. GX Developer to prog Fx1N

    OK, one last question to make sure I have it straight in my head, to reset a nonretentive timer all I need to do is make the rung false, correct?
  17. GX Developer to prog Fx1N

    Thank you, that helps alot, I was fogetting the constant. Can the time be made dynamic by using a memory location instead of a constant, in AB it would be N for integer in Siemans it would be MW or DMW for memory word, I can't remember what it is for Mitsu.