News:

  • April 16, 2026, 03:01:05 PM

Login with username, password and session length

Author Topic: DL06 I/O addressing  (Read 8175 times)

pjbrunner

  • Newbie
  • *
  • Posts: 2
DL06 I/O addressing
« on: November 30, 2010, 10:59:56 AM »
I am an avid DL05 user, and have recently starting using a DL06 in my student PLC lab.  I cannot get DirectSoft to address the I/O of the 06.  It only addresses up through X7 and Y6.  I have a successful connection to the 06, and have verified the PLC type as an 06.  Software version is DirectSoft32, build 25.


b_carlton

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 606
    • thePLCguy
Re: DL06 I/O addressing
« Reply #1 on: November 30, 2010, 11:59:59 AM »
In PLC - Offline Setup, which CPU is chosen?

Quote
I cannot get DirectSoft to address the I/O of the 06

Exactly what do you see that tells you that it is not 'addressing' the I/O locations in the DL06?
An output is a PLC's way of getting its inputs to change.

pjbrunner

  • Newbie
  • *
  • Posts: 2
Re: DL06 I/O addressing
« Reply #2 on: December 01, 2010, 09:33:33 PM »
In Off-Line setup, the 06 CPU is chosen. 

I can assign inputs X0-X7 to runs, but I cannot assign X8 or above to an input.  Instead, it places X8 in the "nickname" value.  It seems "stuck" on the 05 settings.

milldrone

  • Full Member
  • ***
  • Posts: 48
  • I'm changing my attitude to thumbs up
Re: DL06 I/O addressing
« Reply #3 on: December 01, 2010, 09:52:22 PM »

I can assign inputs X0-X7 to runs, but I cannot assign X8 or above to an input.  Instead, it places X8 in the "nickname" value.  It seems "stuck" on the 05 settings.

Ahhhh! Did you know the addressing is in octal? There are no "8's" or "9's". The numbering is as follows 0, 1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 20, ect. You can use the windows calculator (in scientific mode) to convert decimal to octal.
Vaughn