sczot

MrPLC Member
  • Content count

    81
  • Joined

  • Last visited

Everything posted by sczot

  1. Minimizing OR function

    its zero, you have to compare value from K4M801 against something
  2. Minimizing OR function

    hello, something like this? if it doesn't help would you share your SW or important parts of it?
  3. iqR + FTP

    ok... please, can you help me to switch it?   EDIT: Solved, Thank you Gambit once again for right direction  
  4. iqR + FTP

    it will show only some melsoft directory ($melpr$) but we can't open it
  5. iqR + FTP

    thanks for reply we have made simple folder structure on card when it was in PC, but when we connect to plc with card in, we can't see/upload anything... card is unlocked (checked like milion times :/ )
  6. Code performarnce comparsion

    so after other test (encapsulating of structure into FOR/NEXT with 1000 repetitions) Jumps are clearly faster (31ms vs. 99ms)
  7. Code performarnce comparsion

    Hello all, this time is my question somehow theoretical, but with high practical impact. Let asume we have simple program and we have to choose way of controling which step will be performed at time. Another asumption would be, that steps are not as simple as those in attached pictures, and that there are actualy few dozens of them. IMO deco version is much cleaner, easier to debug, and from what i have tried, it has lower step count when builded...   my question and point of debate I´ve with my colleague is: Is jump version faster (taking scan time into account) in actual real world PLC?   thank you for your insights
  8. Code performarnce comparsion

    it is just a structure example.... each jump could be addressing "block" of tens of rungs in reality
  9. wearables

    Hello,   does anyone of you have some experience with integration of wearables? (something like this) Our biggest problem right now is data transmision from 2D scanner to PLC our expected diagram is   2d scanner >cable> mobile computer > wifi > GT25 (hmi with got mobile function) > iQR PLC   right now it looks like we will need some android app running on mobile computer to transfer data from scanner to web page generated by HMI's GOT mobile function Do you know some better way? I was looking through manuals and I wasn't able to find some direct way of connecting remote 2D scanner with HMI.     Thank you
  10. wearables

    a wearable screen able to show info is mandatory part of solution, because it will be used as navigation/"shoping list" for operator... standalone scanner is unusable for our needs
  11. wearables

      Thank you for reply We need one device to be able to travel on the whole plant floor... I dont think management will agree with implementation of bluetooth mesh (cost, new tech)...
  12. RS232 ascii to CC-Link

    Hey all, im looking for some way to convert ASCII msg from rfid reader send through rs232 to CC-Link, I've found AJ65 from mitsu and some converter from Anybus, but I would like something much smaller...   changing readers for some CC-link compatible is most likely out of question (unless reader will be cheaper than converter), because they are legacy HW with hundreds of them instaled   Thank you
  13. RS232 ascii to CC-Link

    hundreds are instaled on the factory floor... we are using them as loging device, on new projects we are replacing local FX3GEs  with Rs with remote IOs, Those readers are some real burden :/
  14. RS232 ascii to CC-Link

    AJ65 is better solution imo   https://www.cc-link.org/sch/c020?langSeqNo=2&CL=1&prodId=Prod191
  15. RS232 ascii to CC-Link

    Thank you and yes, something like this, but I should have mentioned that we are company in central europe, so mitsu's AJ65 is proly better choice in need of spare parts...  
  16. fx3u ENET card, ip change

    hallo all again, is there some way to change external IP (target one) using ENET-502 card without reinit via sending 1 to BFM1600? I would really appreciate it (time savings) but from little what i know it seems impossible :(   thanks in advance
  17. How to run program even the signal is stopped

    Hello,   start your  T1 with Y002   hope it makes sense to you and it will help you
  18. GT designer 3 scripting functions

    Im unable to find right manual, I'm new into field, and to be honest mitsubishi manual structure is more complicated then programing itself... If you could be so kind and just give me the name of right manual I would be very grateful. And i did not ask for solution, just for direction...   EDIT: its few pages before, dunno how i've missed it :/
  19. Hello there, I've done some reading through GT Designer3 Version1 Screen Design Manual (Functions) and in chapter 30.3.6 - Program examples I've found functions used like: redraw_object(); d_circle(params); or acces of object params via script like my.active = 0; my.text_color = 0xE0;   So, my question is, does anyone of you have/know about documentation for this advanced stuff, it could be real game changer for me.   Thanks in advance for any reply
  20. Thanks for explanation about ENET-502 vs modbus cards, I dont have to buy FX3GE, because its in spare parts, which were canibalized from older projects :D
  21. Hello, I wanna be sure before I'll spend some money, will I be able to control Turck devices (ie http://pdb2.turck.de/cz/DE/products/000000170000c8000003003a ), from I've found here on forum and on internet it looks to me like it should be possible, but I'm new in field of automatization.   Thanks in advance EDIT: I'm talking about Modbus
  22. Ok, now i get pretty confused :( FX3U-232ADP-MB FX3U-485ADP-MB FX3U-485ADP-MBH Are these just specialized MB cards, or are they able to do more then ENET-502, when it comes to modbus? EDIT: I'm overmanualed from last few days, even now i've few open, so thanks to anyone who will answer this, even if it is proly just one manual away from me.
  23. Thanks for reply I would like to try FX5  too, but we have some FX3GE in spare parts, and this is not number one priority project, so budget is limited.
  24. oh, that are very sad news, but thank you.
  25. Hello, is it possible to directly connect two FX3Gs together using only front 422ports without any additional cards? And if it is, can you give me some direction where to search for details? thanks in advance