Gambit

MrPLC Member
  • Content count

    2599
  • Joined

  • Last visited

Everything posted by Gambit

  1. fx2nc

    Is it flashing or on continuously?  
  2. How to make scalling ladder for analog input on PLC Q series

    Are you using GX Works there is a FB for scaling
  3. Changing Online Edit Step Number Limit

    In your Download screen there is an additional TAB (Program) where you can input the online step for each program.  
  4. Changing Online Edit Step Number Limit

    And which sofware are you using
  5. Analog inputs on Mitsubishi plc A series

    Which A series Analog module are you using?
  6. Mx Sheet Setup Error

    Did you run the installation as administrator?
  7. Connection between Q Cpu and MX Sheet?

    You have installed MX components and Excel? You should have a MX sheet menu under Add ins
  8. MITSUBISHI PLC WITH TAB

    http://dl.mitsubishielectric.co.jp/dl/fa/members/document/manual/plc/sh081498eng/sh081498engc.pdf SW1DNC-ACTAND-B
  9. If you write 1 you're only enabling the first one Bit 0. If you would like to enable them all it would be (bin 0000.0000.0000.1111) = (Hex HF) or (Dec K15).  
  10. First the last K1 just means that this value is only written to BFM 22. When you use TO K0 K1 K10 K3 then the value 10 is written to BFM 1 buts also 2 and 3..  When you use TO K0 K1 D1 K3 then the value of D1 is written to BFM 1 but D2 to BFM 2 and D3 to BFM 3.  As for BFM 22: Bit 0 is a Data addition function Bit 1 is Upper / Lower limit value detection function Bit 2 is Sudden Change Detection Bit 3 is Peak Value Hold Function But all these are Disabled in your program I've attached the manual which explains them in detail JY992D86001B FX2N-8AD Analog input block USER'S MANUAL [12-06-2004].pdf
  11. Configuring Two PLC to communicate over ETH

    FB are simple, When they work they work !!!!. I have an older solution pack which also has GX examples. However it's 20MB. I can only attach 3.91 MB max. I can email it to you i've you like  
  12. Configuring Two PLC to communicate over ETH

    Well I don't know if they are on the us site but these are the links from the Europe Site https://eu3a.mitsubishielectric.com/fa/en/mymitsubishi/download_manager?id=7892 https://eu3a.mitsubishielectric.com/fa/en/mymitsubishi/download_manager?id=9184  
  13. Configuring Two PLC to communicate over ETH

    Why don't you use the Mitsubishi FB's They are free 
  14. MITSUBISHI PLC WITH TAB

    You can use MX components for Android or MX components for IOS. Also you can consider using a GT15 HMI terminal with GT mobile.  
  15. Melsec A5CPU-S3

    A5 doesn't exist as far as I am aware off.  Can you post a picture ?  
  16. Devicenet module

    If the only thing you on the network is the Fanuc Robot. Why not go for CC-Link IE Field Fanuc has an board for both CC-Link and CC-Link IE Field
  17. GXWorks2 Function Blocks

    That is right those are the only two paramters you need to set. If you need any additinal info let me know  
  18. GXWorks2 Function Blocks

    I have an A800 on CC-Link IE Field (Q master) here which is controller by a GOT. You really don't need a FB as it is very easy. What questions do you have?? You only need to set up two parameters in the A800 drive and set the inverter in the CC-Link IE Field parameters.  
  19. FX3U 80m Counter Interrupt

    Okay If I understand you correctly. You have th high speed counter working but you want to start and stop the conveyer at a certain point. You do not need to program an interrupt as  there a a few instruction which work outside of the normal scan program. Check your manual for High speed processing. (HSCS,HSCR,HCZ...) So you can program something Like this: DHSCS K25000 C235 Y0 This will set Y0 immediately when C235 reaches 25000  
  20. GXWorks2 Function Blocks

    For the structured versions go to this site: You will have to create a mymitsubishi account before you have access though https://eu3a.mitsubishielectric.com/fa/en/? For simple http://www.mitsubishielectric.co.jp/fa/products/cnt/plceng/download/library/index.html    
  21. FX5U PLC built in modbus slave configuration

    modbus is modbus. It is an open protocol there is no difference
  22. GXWorks2 Function Blocks

    Which FB's are you looking for ?? simple style or structured project style
  23. Gx Works 2 Program Executing

    Why don't you us the program control instruction PSTOP, POFF,PSCAN,PLOW,PCHK crossbow is mentioning  
  24. cclink parameter setting between R04CPU with FX5U PLC

    You mean you need help setting up the Link Refresh settings ?
  25. Fx3u-enet-l communication with gs2107

    Which info do you need. It's all in the GT2000 connection manual (mitsubishi product) Important is that you use port 5551 when using the FX3U-ENET module and port 5556 when it's an FX3U-ENET-ADP or Built in Type