arthurb4x

MrPLC Member
  • Content count

    13
  • Joined

  • Last visited

Everything posted by arthurb4x

  1. Hello , I dont have much experience in PLC coding but need to remove an old Fx1N with a QCPU . The program has several STL statements as State relays and dont know how to convert them for the new QCPU . I did export the old program as cvs and then imported it to a new project but I got many yellow code ( Errors  I assume ).  So far I managed to find the corresponding  Special registers needed M8002 to SM402 and for   [ ZRST M3 M200 ] used the [FMOV K0 K1M3 K200] but I am stuck at [ZRST S0 S100] asit gives me error plus it gives me yellow on each line there is a S device plus there are many STL that I dont know the equivalent of in QCPU . Help and guidance is needed, Thank you in advance  Arthur PS. Please forgive me for my bad English as is not my first language . Attached is the full program in GXWorks2 1.91V me commente_greasepump_91_X15.gxw
  2. Convert code Fx1n to QnCpu .Help needed

    Thank you very much Gambit !!   Yes , you are correct , this one works . https://gyazo.com/e1548da7578e6f03824608209be175c8 QCPU_test_2.gxw
  3. Convert code Fx1n to QnCpu .Help needed

    Still the same thing https://gyazo.com/aa92b4e7c0551c96779caf0870431758 but all other blocks have the S in start and S1 S2 S3 give no errors  QCPU_test_1.gxw
  4. Convert code Fx1n to QnCpu .Help needed

    Why I am getting these errors ? https://gyazo.com/3ba0c52dde0a5be42ecb532bac16c3a3
  5. Convert code Fx1n to QnCpu .Help needed

    Oh .Thank you Gambit . It worked .
  6. Convert code Fx1n to QnCpu .Help needed

    Yes I assumed that but why I am getting this Error ? https://gyazo.com/8d49c89b1a288946f5ec1977320c3bb2
  7. Convert code Fx1n to QnCpu .Help needed

    https://gyazo.com/ec37642468fc8f11685c99c5181914a5   In this case . Does the block ends at line 336 ?  Are the conditions M12 and X011 to go to S20 block ?
  8. Convert code Fx1n to QnCpu .Help needed

    I mean between Block1 and 3 or 2 and 4 ...    https://gyazo.com/2199e28037e5d08094fa4eb867baba21
  9. Convert code Fx1n to QnCpu .Help needed

    I am finding it very hard to implement TRAN . Can I just remove them altogether ? QCPU_test_1.gxw Since S0 was taken I had to rename them  S0 is now S1 S1 ----> S2 S10 --->S3 S11 ---->S5 S20 ---->S4 QCPU_test_1.gxw
  10. Convert code Fx1n to QnCpu .Help needed

    What should I do about the [ ZRST S0 S30 ] that cant be converted . It gives me error when I try ..( The Sxx are the STL statements ).I have already started the SFC prog 
  11. Convert code Fx1n to QnCpu .Help needed

    What should I use as input for the (TRAN)  the FX code is just some initial conditions and a section of manual use for the outputs then 5 STL statements and some Error routines on the end . for as I understand it .
  12. Convert code Fx1n to QnCpu .Help needed

    So the only way is to rewrite it based on SFC , If I understand correctly . I find the manual for SFC programming https://dl.mitsubishielectric.com/dl/fa/document/manual/plc/sh080041/sh080041x.pdf very intimidating for a noob like myself .  Can someone help/guide me thru this process of converting the program to Q , and maybe some tutorials about mitsubishi SFC . Thank you in advance, Arthur
  13. Convert code Fx1n to QnCpu .Help needed

    Thank you Ron  So how are "sets of conditional steps where only the active step is scanned"  expressed in Q ?