Author Topic: Hex to String conversion for Omron Ethernet Fins UDP Drivers  (Read 819 times)

aquilmustafa

  • Full Member
  • ***
  • Posts: 121
    • View Profile
Hex to String conversion for Omron Ethernet Fins UDP Drivers
« on: November 11, 2016, 10:25:53 PM »
Hi,

I'm using Omron Ethernet Fins Driver with Fins-UDP to connect to NJ-101 Controller using AHMI version 3.99r. Now the Data I receive and send are both in Hex format as I've enabled "TreatDataAsHex = True".

The Problem is that I'm am unaware of how to convert this Hex Data to Readable format and convert the Readable data to Hex Format to send to PLC.

Is there a way to read arrays directly from Omron PLC as it could be done with Clx drivers.

Please Help me.