Gambit

MrPLC Member
  • Content count

    2617
  • Joined

  • Last visited

Community Reputation

324 Excellent

About Gambit

  • Rank
    Propeller Head
  • Birthday 09/29/74

Profile Information

  • Gender Male
  • Location Amsterdam
  • Country Netherlands

Recent Profile Visitors

15164 profile views
  1. Wrong values on FX3U

    Check the How to use 2-phase 2-counting input counters C251 to C255 for 4-edge counting in the FXCPU Structured Programming Manual. It has to be continious on for the X00- X07 inputs to be used for counting, When it is not on the couter is off   
  2. Modbus TCP

    Look like you have all the communication running right ? So you question is where you can find the status of simple PLC comms ?  
  3. Arithmetic behavior causing a quick zero

    The instruction is explained on page JY997D55801-2EA of the e-manual viewer.   LabelExampl.gx3
  4. Arithmetic behavior causing a quick zero

    Ther is no code attached, However I'll make a quick example of the ladder code from the previous mail in label style.  
  5. Arithmetic behavior causing a quick zero

    Good morning. You did find it but the element dimensionis only 1. It should be 2. Also there is a easy way to cretae the correct label type. When using the instrcution just type an unknown vaiable name. Then it will prompt for a label declaration and the right type is alreayd pre selected.  
  6. Wrong values on FX3U

     OUT_C_32  is needed to activate the high speed counter Dmov is for the values  
  7. Wrong values on FX3U

    There is a difference between C250 and C251. 1-phase 2-count input & 2-phase 2-count input To activate the counter use OUT_C_32 instruction As for the monitoring keep in mind that the program is running much faster then you are monitoring.  So many scan have been processed which changed some values. Active open or closed is only what you programmed the depending on the value of the bit it will be filled blue. So a normally closed which bit is off will be blue filled p.s. For real production i would not use a clone !!!!!
  8. Arithmetic behavior causing a quick zero

    You should use labels than you would have gotten an error,  Some instructions Like multiplcation the result is 32 bit so it uses 2 Registers. So if you enter D120 (it's also D121) When you use labels you have to define the type so you would have gotten a notification when building the project
  9. MX OPC Could not connect to server

    During installation you didn't set start automatically when booting the PC. So it looks like the OPC server has't started. Have you started the server ? Basicallly your screencapture is already providing the correct steps   
  10. Simple CPU Communication TCP Time out

    Which Firmware are you running ?   As for Dianostics:
  11. GOT - GS2107-WTBD-N

    https://www.mitsubishielectric.com/fa/document/technews/got/got-a-0160/gota0160ac.pdf You need a USB -A on the GOT. The mini USB is only for data transfer
  12. Data Register Gets clear after power cycle

    Then I expect there is something in the code on start-up. chianging the values
  13. Data Register Gets clear after power cycle

    Just Change M to an L device. Those are latched 
  14. Data Register Gets clear after power cycle

    Then D2842  should be lachted, So it's either overwritten in the program (maybe an inital program) somewhere after a reboot  or the  battery has died. Is there a yellow LED lit on the CPU? Can you check the parameters if the battery detection is disabled 
  15. Data Register Gets clear after power cycle

    You'll need to Latch  D2842 in the PLC parameters. which controller are you using ?