simonongsk

MrPLC Member
  • Content count

    52
  • Joined

  • Last visited

Everything posted by simonongsk

  1. Hi:

          Do you have any sample program for Counter Interrupt on FX3U? I am using GX Work 2. I am unable to get consistent stopping of a conveyor with High Speed counter. I am using Out_32_C (of something) with CC235.  So I think i should try the Counter Interrupt. But the manual is suck!

     

    Please help 

     

    Thks simon

  2. ES:01802015

    Hi:           I am new to Mitsubishi, I have a FX3U-80M with I/O expansion, I am using GX Work 2 Structured Ladder and tried to download the plc program but failed with this error message "Upload or Download is not possible when Data exceeds capacity of the memory cassette, Check the memory capacity setting in the plc parameters"   At the moment the memory capacity set is 16000.   Can some help?   Thanks
  3. hi:     in Omron that is a command to count how many bit that are in ON state, any similar  instruction in GX Work 2?   Thanks
  4. Block Set or Block Move

    Hi:     in Omron there is a command BSET which can be used to set value from DXXXX to DXXXXn. Example BSET #0 D2000 D30000 What is the similar command in Mitsubishi FX3U structure Ladder?   thks
  5. Block Set or Block Move

    Cool! Thank you all !
  6. Hi:     How can I copy multiple bits example, M2000 to M2015 to D10 (I am using FX3U) ?   Thanks  
  7. Copy or Move Bits to Word or Bit Count

    Thanks ! Structured Ladder look more organized. By the way, I am using FX3U 80 I/O, with Fast Counter, in GX Developer, It used a coil output (example C235 with K10 for counting 10 pulse, and using RST command to reset the counter) in Structured Ladder which command should I used?
  8. Copy or Move Bits to Word or Bit Count

    Compare Structured ladder to Simple Ladder, which one will take up more memory?
  9. Copy or Move Bits to Word or Bit Count

    Thanks!. On a side note In Omron/AB/Siemens, I am able to sub divide the program in many section, it is nice and easy to read , GX Work program is in 1 Main program (with notes and statements) , which is a bit hard to organize. Any idea I am able to sub divide the program?   Thanks