Gambit

MrPLC Member
  • Content count

    2631
  • Joined

  • Last visited

Everything posted by Gambit

  1. GX Works 3 1.07Y - Read Analogue Data

    Both are possible. what do your prefer:   The label is R60ADG_1.stnMonitor[0].wDigitalOutputValue or R60ADG_1.stnMonitor[0].wDigitalOperationValue depending if you want the default value or scaled value but you can also enter an address in the refresh setting   You can find some examples on page : SH081485ENG-3B.T1 of the e-manual viewer    
  2. Comunication

    FX3U-30 ???? shouldn't that be 32?
  3. Where shall i start?

    https://www.mitsubishielectric.com/fa/assist/e-learning/index.html  
  4. Werking PID regeling

    Voor de Aan uit sturing kun je deze gebruiken. e-manual  viewer page: JY997D62701-5D p.s. Dit is een internationaal forum je kunt beter je vragen in het Engels stellen. Gr Gambit  
  5. Using Screenbutton for control drives

    For the screen you can define the button function as momentary (as long as the buttons is pressed) ON - OFF or Toggle  But what is the function of M40xx joging, moving to a postion .... What does the PLC program look like ?    
  6. Mitsubishi PLC

    Download the symbolic information (can be to SD card).  
  7. Why don't you install the update for GX Works 3. v1.077F
  8. Ok Are you sure it is also selected in the download ?
  9. just delete it from the parameters. after that compile it will ask you to add the libs you used.  Make sure this file is also selected when you download to the simulator
  10. FX3 read project a warning

    Try using ladder  instead of structured ladder with use label checked. !!!
  11. Ping from HMI

    you can ping via the ethernet status check function in the maintenance menu of the GOT. SH081195ENG-AAB PAGE e-manual viewer  
  12. FX3 read project a warning

    you're program creation was for just ladder. You should create a program in structured instead and read out the program againhttp://.
  13. GOT <-> Allen Bradley String read/write

    Can't you use the Device Data transfer function of the GOT?   
  14. You can use that style when accessing a label inside a FB but not for labels. The def for a local label is that that label is only used there so what would be the point ? nevertheless i'll give it a try
  15. no that's why they are called local labels. Define a global label instead  
  16. ok than maybe there is a short, only connect the power on top L/N. If the power LED doesn't turn on the unit is broken.
  17. you are supplying 24V to the terminals below, but these already provide 24V!!!!
  18. first I see that in the CC-Link IE Field network the inputs are refreshed to X2000 but i think you want to use X200.  So if you activate Y200 - Y21F no output light turns on on the first slave of the IE Field network ?
  19. How to enable modbus in mitsubishi plc

    yes That is right. If you have the ADP module it only support melsoft and SLMP connections.  If you have the ENET ADP you would be able make the connection but you would have to write the driver yourself. Upgrading to an FX5 would be simpler and cheaper in the end as it support modbus over the standard ethernet port  
  20. How to enable modbus in mitsubishi plc

    Not possible.I would upgrade to an FX5U and use the simple PLC comm for the modbus communication
  21. 3301 SP. PARA ERROR

    There is probably some refresh settings inside. Just do an online format PLC memory and download the parameter and programs again 
  22. QJ71MB91 Fail to read holding register

    It's not the master it can handle more but the slave is the issue in this case as it is replying an exception error. If you look in the slave manual than probably Holding register 30 does not exist.
  23. QJ71MB91 Fail to read holding register

    You got an exception message so the slave is responding. You should check which one it is. I see you are reading 120 holding registers. I suggest you reduce the amount first to 1 or 2 until it is working or at least to 50 like you did in your test tool.
  24. Accesing GX Works variables from other programs

    sure take a  look at the MX components software than you do not need to create a driver.