vanquangtk

MrPLC Member
  • Content count

    79
  • Joined

  • Last visited

Community Reputation

0 Neutral

About vanquangtk

  • Rank
    Sparky
  • Birthday 11/17/90

Profile Information

  • Gender Male
  • Country Vietnam

Recent Profile Visitors

2247 profile views
  1. Sorry for my mistake; I should have typed D6 instead of D4. In fact, I listed all instructions that use double words to create a list of devices, then checked all instructions related to those devices.
  2. Yes, it show all addresses but don't help much in my case.
  3. It only shows the locations and all details of an address, which is inconvenient because there are so many addresses to check. What I want to know from an address is simply whether it’s used as 32-bit or 16-bit throughout the program.
  4. Thanks, guys, but I don't intend to use new words. My intention is to check the current program for any mistakes involving duplicated words. I need to find all instances of double words in use. However, the device list only shows that words have been used, without indicating whether they are used as single or double words
  5.  I have a program in GX Works2, and I need to check if any registers are duplicated in double-word instructions. For example, in commands like DMUL D1 D3 D5 and ADD K1 D4 D4, changing the value of D4 could potentially affect D5. Is there a way to detect all such issues?
  6. PLCs support scripting languages

    Hello everyone, I would like to know which types of PLCs support scripting languages (Omron, Keyence, Mitsubishi, etc.). Could anyone help me with this?
  7. Connecting to Multiple HMI-GP Pro

    It is interlock signal. I prefer HMI than wiring
  8. Connecting to Multiple HMI-GP Pro

    HMI observes some signal of PLC which it controls. Then I will use D-Script function to inform for another HMI (if they can communicate via ethernet)
  9. Connecting to Multiple HMI-GP Pro

    I'm sorry for post it in Omron. I can connect PLC with HMI via ethernet. But I alos want to  connect those HMI via ethernet (not master -slave relation) so that I can transfer value from PLC to PLC. I search in GP Pro manual, but there are only 2 method: connect one PLC to multiple HMI or connect one HMI to multiple PLC
  10. Helllo everyone I need to connect multiple HMI-GP Pro (each HMI control different PLC) via ethernet. May anyone show me how to set up the connection, please.
  11. How to adjust the resolution of a timer on FB

    Thanks, but I want to create a TIMER_VAR not a fix address timer.
  12. How to adjust the resolution of a timer on FB

    I use FX3U PLC.
  13. Hello everyone, I'm looking to use a timer with a 10ms interval in a function block. However, I'm unsure about how to create it, as all the timers I've declared so far are set to 100ms. Could someone please provide assistance? Thank you.
  14. Improve the accuracy of RPM measurement.

    This is code I wrote to do that code.txt
  15. Improve the accuracy of RPM measurement.

    I intend to use it to optimize the sampling time in order to ensure both response time and accuracy.