Author Topic: Koyo directlogic 05 addressing  (Read 757 times)

gawlicd

  • Newbie
  • *
  • Posts: 2
    • View Profile
Koyo directlogic 05 addressing
« on: September 19, 2022, 08:07:56 AM »
Hi, I cant seem to find the correct address for Y0 ... or the X0... Simple stuff Im sure. Im an AB guy but forced to try this koyo. Just want to turn on a pilot light. Im using ModbusRTUCom2 via a usb koyo cable to port 1. Im trying to monitor output 0 which is Y0. Ive tried 02049,02048.
Thanks

boardmaker

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Koyo directlogic 05 addressing
« Reply #1 on: September 20, 2022, 08:42:05 AM »
I've only communicated with DoMore plc's from Aut. Dir.
Their DL05 manual leaves a lot to be desired from a quick glance.
I'm surprised you can map directly to an output.  I would have expected an internal register only.

Anyways, I'm no help but I'd post this on Automation Direct's forum.  Or you can call their tech support.  Their support is very good and unlike AB, it's free. 

gawlicd

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Koyo directlogic 05 addressing
« Reply #2 on: September 20, 2022, 09:31:11 AM »
Thanks , Ive searched past threads and thought people were using the address for the output but there is confusion about the modbus addressing. Ive seen three different addresses for AHMI but none of them worked for me. Some were from 2014 I think which had bugs i guess. Archie fixed it but Im still missing something.

Godra

  • Hero Member
  • *****
  • Posts: 1438
    • View Profile
Re: Koyo directlogic 05 addressing
« Reply #3 on: September 24, 2022, 02:24:04 PM »
Nobody is stopping you from putting 10 pilot lights on the form and testing a range of addresses like 02048 to 02057 and then changing it to another range like 00001 to 00009, just to see if you get a response from any of them.

steerex

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: Koyo directlogic 05 addressing
« Reply #4 on: December 17, 2022, 08:55:40 AM »
I created a VB app that calculates the addresses for a DL05. Unfortunately, it will only run on the computer where I created the program. I just don't know enough to put together a complete package that would make it portable.

I'll be happy to share the code with anyone that wants to troubleshoot it?

Godra

  • Hero Member
  • *****
  • Posts: 1438
    • View Profile
Re: Koyo directlogic 05 addressing
« Reply #5 on: December 17, 2022, 07:19:45 PM »
I would suggest you share the code regardless of whether someone might troubleshoot it now or later.

steerex

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: Koyo directlogic 05 addressing
« Reply #6 on: December 19, 2022, 01:25:28 PM »
Here's the application. Give it a try and see if it runs.

Steve