innoaloe

MrPLC Member
  • Content count

    425
  • Joined

  • Last visited

Community Reputation

59 Excellent

About innoaloe

  • Rank
    Student, yet again :D
  • Birthday 03/24/91

Contact Methods

  • Website URL http://linkedin.com/in/innoaloe
  • Skype live:innoaloe

Profile Information

  • Gender Male
  • Location Tokyo
  • Country Indonesia
  • Interests Drawings, Piano, Japanese Music

Recent Profile Visitors

15365 profile views

Single Status Update

See all updates 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. Show previous comments  1 more
    2. Linus Tan

      Linus Tan

      Hi Garry,

      will certainly try this out. Thanks!!

      My final goal is to connect to connect to an OMRON PLC NX1P2 using a raspberry pi running either python or nodejs(if that’s even possible).  So not sure the driver method will work since the Drivers won’t work on Raspberry Pi

    3. 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.

    4. 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.

    5. Show next comments  3 more