Automation direct DL06 questions

Rsflipflop256

Lifetime Supporting Member
Join Date
Sep 2022
Location
Rung 256
Posts
89
Hi all,

I am making a test rig to be able to wire in any DL06 (or DL05)

And create a HMI in red lions crimson 3.1 to test all the inputs and outputs. I would also like to test each of the 4 card slots with IO and ethernet cards to make sure all the slots work.

Does anyone know of any iBox or code in directsoft 6 that is similar to the GSV instructions in AB that can check the health of cards inserted into whichever PLC I might have in the fixture at any given time?

Thanks in advance.
 
This might be a good question to post at the A/D forum. I know there are some V memory locations for system registers to set up I/O and some SP "relays" that can tell you about the status of the CPU, comm ports and very general I/O health, but I am not well versed in them enough to go deeper than that. I also believe those memory locations may get shifted to a whole different memory area when changing from a DL05 to DL06, but don't quote me on that.
 
System bit ST152 is $IOError, which shows if there is any IO Master error'd out in the system

Then you can add the elements (already premade), LocalIOMaster.Slot0_31, LocalIOMaster.Slot32_63 etc, etc...

Error reporting for slots 0-31, 32-63 and so on.


EDIT: Sorry just realized, you asked for directlogic series. This pertains to the BRX series using Do-more Designer. Maybe it helps steer you in the right direction.
 

Similar Topics

Hi everyone, I have a DL06 I'm trying to get some historical info off of. I don't have access to the actual PLC, but I have the program. I'm...
Replies
0
Views
1,160
I'm new to this software, and just recently installed an F0-04 thm thermocouple card to this plc. I wrote the logic according to instruction...
Replies
3
Views
1,543
I am new to PLCs just started doing this about a month ago. I want to write a ladder program using directsoft5 for DLO6 . The program should have...
Replies
10
Views
4,299
A customer of mine sent me a hard copy printout of the program, I'm modifying the printout program and sending it back to him to make the...
Replies
3
Views
1,745
I've been out of programming PLC's for a 5 years, only some minor programming experience with some AB's and I've got myself into a small project...
Replies
1
Views
2,141
Back
Top Bottom