DL105 Frequently Asked Questions
Use "Ctrl-F" to search for specific words in this FAQ.
How do I reset my processor back to factory defaults?
Resetting the processor to factory defaults is a two step process. First clear the processor memory by:
FAQ ID: 30
My inputs X0-X3 and/or my outputs Y0-Y1 are not working. What's wrong?
The PLC is most likely in a high speed counter mode. When in high speed counter mode inputs X0-X3 and/or Y0-Y1 will not act as normal I/O. To reset the processor to treat X0-X3 and Y0-Y1 as normal I/O, Initialize the scratchpad by:
FAQ ID: 31
How can I override inputs and outputs in my DL105?
The F1-130 does not support override. You can turn bits on or off with Data View for a single scan to trigger events, but the PLC will update the image register on the next scan. The inputs will reflect their actual state and the outputs will be the result of the rung that controls them.
You can control outputs by loading a program that consists of an END statement only. From DEBUG>DATA VIEW>NEW/OPEN you can then select the particular bit and use the on/off button to control the element. You can not control inputs.
FAQ ID: 32
The run indicator on the CPU is flashing. What's wrong?
The CPU has gone into update mode. This can be caused by an electrical spike to the incoming power or by the relay outputs, if powering an inductive load without using proper surge suppression.
To correct this problem, you will need update the firmware. You will need the Koyo Support Tool and DL105 Firmware file
If your issue was relay output related, please see AN-MISC-032 for correcting relay transient issue.
FAQ ID: 33
Can the DL105 be networked?
No, the F1-130 is a stand alone unit. It has one RS232 communication port that can be used for programming or operator interface panels that communicate using K-Sequence protocol at 9600 baud.
FAQ ID: 34
Can additional I/O be added to the DL105?
No, the F1-130 is fixed I/O with 10 inputs and 8 outputs. If you require more I/O points, check out DL05/06, Click, BRX, or Productivity PLC platforms. Programmable Controllers
FAQ ID: 35
Does the DL105 have analog I/O?
The F1-130 does not have analog I/O.
If you need a small brick PLC with analog capabilities, please see DL05/06, Click, and BRX platforms. Programmable Controllers
FAQ ID: 36
Why can't my DL105 represent negative counts when I use Mode 20 of the High Speed Counter feature?
This feature was added in version V1.11 of the firmware in July 1998.
You will need to update the DL105 firmware for that functionality. To update the firmware, you will need the Koyo Support Tool and DL105 Firmware file
FAQ ID: 37
My DL105 drops out of run mode intermittently. What's wrong?
This problem occurs only with the relay output version of the DL105. If the relay is driving an inductive load, the load needs to be suppressed using any MOV or TVS. This prevents EMF (noise) from traveling back to the relay and will keep the DL105 from dropping out of run mode.
Please see AN-MISC-032 for information on correcting relay transient issue.
FAQ ID: 38
How long will the DL105 retain its memory while powered down?
The ladder logic is written to EEPROM, which is non-volatile. The V-memory is backed by a super capacitor that will last approximately one week.
FAQ ID: 39
What is the torque specification on the DL105 terminal block screws?
6 inch-ounces.
FAQ ID: 40
What is the accuracy of the PLC real-time clock?
The DL105 has no clock/calendar feature
FAQ ID: 41
What is the accuracy of the timer instructions?
The accuracy of the timer instruction is the same as the accuracy of the clock generator used for the microprocessor in the DL105. The accuracy of the clock generator is +/- 50 PPM. So the accuracy of the timer instruction is: +/-50 PPM * 60 sec * 60 min * 24 hr = +/- 4.32 seconds (per day)
FAQ ID: 42
Are there any plans to CE List or Recognize the DL105?
At this time, there are no plans to CE List this product line.
FAQ ID: 43
Does the DL105 support DNP 3.0 protocol?
At this time, it does not.
FAQ ID: 44
How would we check this PLC to make sure that it is calibrated?
Our PLCs do not require calibration.
FAQ ID: 45
Can you network a DL105 and a D3-340?
No...the DL105 supports only K sequence and the D3-340 supports DirectNET. We suggest using a DL05 instead of a DL105 in this case.
FAQ ID: 46
Is there a force option in the DL105?
Not at this time.
FAQ ID: 48
Can the DL105 communicate any faster than 9600 Baud?
No.
FAQ ID: 319
Does the DL105 CPU support SBR instruction??
No.
FAQ ID: 320
Can you put an encoder on the DL105?
Yes, this is explained in section 3 of the D1-USER-M.
FAQ ID: 383
I forgot my password, what are my options?
If the password is lost or forgotten, you will have to return the PLC to AutomationDirect, to get the password cleared. The CPU contents will be erased when we clear the password, there is not a way to retrieve the project.
Contact Tech Support to get a Equipment Evaluation form to fill out and return with your PLC. Once AutomationDirect has the signed form and PLC, we can clear the PLC and return it back to you.
AutomationDirect can only perform the password clear if the PLC is being shipped back to a United States address, we cannot ship the PLC outside of the US.
FAQ ID: 384
Where can I obtain the most current firmware for my CPU?
Go to Software & Firmware Downloads for the latest firmware file for the PLC.
FAQ ID: 385
Can a modem be used with the DL105?
No, because it only uses K-Sequence and does not have the CTX/RTX functions. The DL05 has the functions.
FAQ ID: 589
What is the amp draw for the DL-105DR-D?
1.5 amps
FAQ ID: 590
Does the DL105 have UL approval?
Yes, both UL and CUL.
FAQ ID: 650
Can I communicate to a single DL105 from 2 masters?
No. Only one master at a time.
FAQ ID: 651
Can the terminal strips on a DL105 be replaced?
Yes, part number F1-IOCON
FAQ ID: 694
Q: What type of memory is in the DL105?
A: The RLL program is stored in EEPROM Non-volatile memory. There is no battery backup.
FAQ ID: 783
Q: On a F1-130DR-D can you run separate 24vdc+- to an input group?
A: Yes, you can, but you need to share it with supplied local common and tie it to a ground on incoming feed.
FAQ ID: 784
What is the SCCR rating for the DL105 PLCs?
Our PLCs are not power circuit components. The SCCR is not required for them. Please refer to UL508 177.1 and UL508A SB4.1 for details.
UL508 177.1 defines what the PLC is and UL508A SB4.1 covers the standard for the SCCR.
FAQ ID: 1194
How do I use a variable as a timer preset?
In your timer box where you are currently typing 'Kxxx' for the preset you would put a V memory address such as V2000. Make sure that this address is only used for this purpose. Now open a data view and type in V2000. You would use this same V memory address for every timer that you want to have the same value.
Click the yellow E button with the red circle and slash in the upper left of the data view window to enable edits. Now you should have a column titled edits on the right of the V2000 you typed in. Enter your value in this column next to V2000 and press the middle of the three buttons at the top right of the data view.
Please note that you can use other V memory addresses than V2000. The full list of available addresses is available in the PLC -> Memory map menu item. Also you can find the list of available memory in Chapter 3 (or 4 depending on the PLC model) of the User manual.
FAQ ID: 1337
Can the firmware on a 105/130 be updated with the Handheld Programmer ?
No, It cannot
FAQ ID: 1501