innoaloe

MrPLC Member
  • Content count

    425
  • Joined

  • Last visited

Status Replies posted by innoaloe

  1. Need help to connect to an OMRON NX1P to read DM data.  Any good suggestions?  Will be using Python finally but can troubleshoot with .NET.

    1. innoaloe

      innoaloe

      If you want to have a look on a "simpler" version of .NET code written for the FINS protocol, I had an example project uploaded in the Downloads section, under Omron --> Utilities. In fact, there are a lot of .NET projects lurking around that section.

    2. (See 6 other replies to this status update)

  2. Need help to connect to an OMRON NX1P to read DM data.  Any good suggestions?  Will be using Python finally but can troubleshoot with .NET.

    1. innoaloe

      innoaloe

      First of all I don't understand this "status update" thing on this forum. How does this even accessible by other accounts beats me :shrug:

      Second, as Garry mentioned above, AdvancedHMI provides you with that driver, which you can break down code by code in order to find how it works, and translate it to phyton language.

      But personally, I will prefer to just build the phyton library for that purpose from scratch, since code translations sometimes is not a good idea. In that case you need to look upon Omron's manual W342, which has a breakdown of Omron's FINS protocol in detail. Keep in mind that you need to NX1P2 variables to DM memory in order for the FINS command to work.

    2. (See 6 other replies to this status update)