Rector

MrPLC Member
  • Content count

    26
  • Joined

  • Last visited

Posts posted by Rector


  1. 17 hours ago, Neverov said:

    What does this have to do with Mitsubishi ?  Like a forum thread on Mitsubishi products.

    Sorry, I'm not familiar with Nexgene 2000. And I don't work for codesys.

    Nexgenie 2000 is a product of Mitsubishi but it sold in India only.


  2. How to use RTU_Master, Get_Bit_Mbus, Put_Bit_Mbus, RTU_CRC16 to process data from RFID reader?

    I want to take an RFID input an process its data to run a particular rung, any alternative option is also welcome.

    Thanks in advance.


  3. Hello, 

    Greetings everyone,

    I want to communicate RFID with Nexgenie 2K PLC via serial communication protocol (RS 422), I am using Codesys 2.3 software for the development, may I get any sample program regarding this or someone can suggest me how can I implement my program,

    Thanks in advance.


  4. 8 hours ago, JustinSmith said:

    you could try putting an invisible button over the box that contains the value you want to edit, then use a tag to highlight or enable input from the keypad. seems like a lot of work to me though. How many individual variables are you trying to edit?

    I am trying to edit 10 individual variables. like 0 to 9 dec keys.

     


  5. 18 hours ago, Crossbow said:

    If the keypad was part of the base screen, how would you tell it which numeric field to edit? Clicking a numeric to open the keypad tells it what variable or address it is editing.  If you don't have to touch the numeric field, I have no idea how you would tell it what to edit.

    I think in that case you would have to make the keypad edit one address, and then copy that address to the appropriate one after you hit enter.  

    And when you say some HMI with this, are you talking about the GOT family?  I have never seen it done.

    Yes, I am talking about GOT family. I think I need to develop code in PLC side.


  6. I have seen some HMI with this type of Keypad in working condition, if its not possible to implement in HMI end then I think I have to do it PLC coding end thats what I want to know if it is possible or not?


  7. Hello, I have found attributes what you have suggested in the GT Designer now I want to use Keypad in the screen, not pop up keypad which is generated while tapping in number input, can you help me implementing that 

     

    Thanks in advance.


  8. Thanks for the reply, Actually I am unable to populate keycode input to a numeric input, can you help me to use that,

    for example I will use multiple keycode input append them and use them as a password.