patrick--

MrPLC Member
  • Content count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About patrick--

  • Rank
    Hi, I am New!

Profile Information

  • Country United States
  1. Open Source Omron FINS Library

    Hi everyone, Long time lurker who has always been appreciative of the tremendous amount of help these forums bring. Besides the technical discussions I have also made great use of some of the ladder examples and tools that are available for download. I decided to contribute something back that hopefully some people can make use of. I am working on an Omron FINS implementation in JavaScript (specifically Node.js). https://github.com/patrick--/node-omron-fins The asynchronous nature of Node.js makes it great for grabbing data from a large number of clients and then gathering it to be processed. Besides being crazy fast it is also cross platform. You can run it on Linux, Mac, Windows, etc. Let me know what you think and feel free to offer suggestions and or feature requests. Thanks again for all the help over the years! Cheers!