kaare_t

MrPLC Member
  • Content count

    2306
  • Joined

  • Last visited

Everything posted by kaare_t

  1. GOT 2000 scripting?

    Yeah, maybe.... I'm not sure but I find it a bit strange. Will have to test some more later on...
  2. GOT 2000 scripting?

    I really don't understand why just now, but I cannot get 'WHILE' loops to work at all (neither in simulator nor on a physical GOT2000). I've created a simple script (tried several actually) but they never "do" anything at all. This is what I'm currently testing with: GOT2104, Project Script, ScriptTrigger=M10 (always on in my project) Script: while([w:D1] <= 100) { [w:D1] = ([w:D1]+1); }   It doesn't count up at all, it doesn't do anything at all. I've tried several different parameters in the while condition but without luck. I'm out of ideas... Will do some more testing when there's time. However, I did notice that the 'IF' statement runs almost like in a PLC (scan based), so if you use 'IF' you're probably good to go... If anyone at Mitsubishi is reading, please shed some light onto this topic if possible... 'WHILE' / 'IF' statements and how the CPU scans the code in GOT2000...
  3. FX3U-ENET-L no connection

    I'll remember that! 
  4. FX3U-ENET-L no connection

    After some manual searching it looks like the "L" variant doesn't support FX3G - only FX3U(C). You need the version without "L" (Full name: "FX3U-ENET"). I have no idea why, and to be honest I've never seen the "FX3U-ENET-L", I've always only used "FX3U-ENET". If anyone has any any intel on the difference between "With and without L" it would be nice. Why even make a "L" version which is limited compared to the version without "L" (maybe "L" means "Light"???). In any way I', now pretty sure you'll need to either get your hans on a FX3U main unit, or get a FX3U-ENET module for use with FX3G.
  5. FX3U-ENET-L no connection

    Yeah, you understood my questions and thanks for clarifying. A couple of follow-up questions before we start suspecting the main unit is too old for the ENET-L module: Did you connect 24VDC power supply to the module? Did you connect the flat bus-cable between the module and the main unit/CPU? Are there any LED's lit at all on the ENET-L module?
  6. FX3U-ENET-L no connection

    Maybe a stupid question, but just to be sure I understand you correctly: When downloading to the Ethernet module for the first time, you are using USB/Serial (You connect to the main unit, as you would when transferring a regular project and then you press "Connection Test -> Succsesful" and then you press "Write")? Secondly: Did you power-cycle the complete PLC (including Ethernet module) after downloading parameter changes? The CPU and Ethernet module needs a power-cycle when you change parameters in it like "Initial Settings" and "Open Settings" and so on...
  7. GOT 2000 scripting?

    Did you download the project to a screen, or still using simulator?? I would also suspect that the simulator behaves differently, especially when it comes to CPU blocking loops... If I have time I will try and load some of your code onto a screen I've got and test it.
  8. GX Works 3 - Online Program Change fails

      Online change depends on where (and how many places) in the code are being modified at the same time. For example; if you modify a FB, and you've used that FB two places in the code, "Online-change" will be the sum of all steps starting from the first FB, including all code in-between and including the last FB. That's probably why you are experiencing inconsistent and unreliable online change?
  9. GOT 2000 scripting?

    I'm, not very experienced in scripting in the GOT's, but I think that even if you specify "WHILE" statements it won't constantly run - maybe just at screen-load? I'm not sure, I've only briefly looked into scripting in the GOT's so I have no better guess...
  10. Minimizing OR function

    Since people are offering multiple solutions to the same problem, I might as well also throw in the following: If you have a lot of bits (or in some cases words) in series that needs comparing with a "binary" output state you can also look into a FOR-NEXT loop. Just compare one device in each loop and trigger a flag that states if one (or more) have been triggered as either true or false. In some cases this is more efficient.
  11. Processor used in FX-5 and Fx5-4LC module

    I do not believe that Mitsubishi publishes their internal components for a unit. Why do you want this information?
  12. FTP File Transfer

    Hi, I'm not sure I fully understand what you would like to accomplish? Do you want to transfer the project files themselves from GX Works3 into the R PLC, or what is it you want to do?
  13. I have no experience with CX Programmer, but I believe it's like BMOV instruction in GX Developer. Look into BMOV. It transfers blocks of data.
  14. FX-USB-AW Driver

    Hi and welcome! Which CD (what software) are you referring to? Are you specifying the root folder, or the folder that the driver file resides in?
  15. ESS and ES difference in fx plc mitsubishi

    @Bryll: Yeah, a bit of both I guess... 
  16. Fx5-4LC Temperature autotune Programming

    Haven't you already asked for a similar question here: http://forums.mrplc.com/index.php?/topic/33248-plc_temperature_control/#comment-165048
  17. PLC_Temperature_control

    Isn't everything provided above to be able to initiate and use the PID controller in the CPU (by looking at the pictures above)?? What specifically are you struggling with, or is not working?
  18. Fx3U range compare

    Or, if you have a large range (or a range that does not fit into 16 bits), just do a FOR-NEXT loop over the range...
  19. Please give it a try first, then post any issues you face. We can help you with problems, but cannot "create" the code for you...
  20. ESS and ES difference in fx plc mitsubishi

    ES or ESS is only indicating the power supply of the unit (low voltage DC or high voltage AC), so there should be no problem except you need to change the supply wires and type.
  21. ESS and ES difference in fx plc mitsubishi

    Sorry for my initial post, I was wrong and @Bryll is correct!
  22. Transfer data from PC to PLC mitsubishi and Got2000

    In my opinion it all depends on what you are going to do, and use the data for... You can purchase the addon for the GOT to get "MES" functionality implemented, and you can fetch data directly from the SQL DB and push it into the PLC and the other way around. However, if you're looking for advanced functionality you should consider MX Components... Can you be more specific in what you want to do? You say "resolve your problem", but what is your problem? What are you trying to do?
  23. No problem. What do you mean when you say reset? To explain: If you remove and reapply power to the CPU (Power supply), it will reset all sequences (probably). However, it will NOT clear the program memory. What is it that you want to achieve when you say "Reset" the CPU?
  24. @dmldb: What does this have to do with QJ71C24N? Do you need to reset the FX3U-32M CPU or other? Also, what do you mean by "without software"? You can unplug the CPU from the power, and plug it in again if that's what you're asking...
  25. Yeah, I just verified it and the ADP module does not support ModbusTCP. It depends on which CPU you are using today... It's hard to recommend an upgrade CPU without knowing which one you have at present time... But the MC protocol is documented via Mitsubishi, so you could write that one in C#. It's listed in the complete manual for the ADP module I believe.