Delta HMI (DopSoft)

ceilingwalker

Lifetime Supporting Member
Join Date
Mar 2010
Location
Phoenix, AZ
Posts
1,586
Hello, anyone know of any tricks to resolve the Communication Error 6, on a Delta HMI? The boss downloaded a CLX project remotely and now I am getting the error on several screens. I have looked for a common object to all the screens but can't find one. I have been painfully going through and deleting each object, re-installing program, to find the culprit.....let me emphasize the "painful" part. I was going between Studio 5k and DopSoft but things appear to be fine, but clearly aren't. I searched the users manual for a quick and easy way to find the problem child but didn't have any success. Hoping someone else here might know a trick to quickly resolve this. Thank you.
 
Error 6 pops up as: CommandError
Read PLC command error
Please check HMI read address could
over PLC useful address or not, or the
address cannot be written.

The translation in their manuals isn't the best!

Seems like an address in the PLC may have write protection on it or is missing.

The only goofy problem I've had with the Delta was related to the Alarm setup. The data table in the PLC had to be increased or else I would continually get address errors, even though every address/item on the individual screens were fine. It didn't even care how many alarms I actually had configured.
I primarily use them with 1400's, but if your alarm address was {PLC}0@FAULTS[0] I'd make sure that data type was at least a DINT[9].

Also check the other configuration settings, if there's a referenced address in the global settings those error messages will constantly appear. Tag Table (even an unused tag with bad address may prompt an error), Control Block, and RTC are probably common areas to have tags set.
 
Error 6 pops up as: CommandError
Read PLC command error
Please check HMI read address could
over PLC useful address or not, or the
address cannot be written.

The translation in their manuals isn't the best!

Seems like an address in the PLC may have write protection on it or is missing.

The only goofy problem I've had with the Delta was related to the Alarm setup. The data table in the PLC had to be increased or else I would continually get address errors, even though every address/item on the individual screens were fine. It didn't even care how many alarms I actually had configured.
I primarily use them with 1400's, but if your alarm address was {PLC}0@FAULTS[0] I'd make sure that data type was at least a DINT[9].

Also check the other configuration settings, if there's a referenced address in the global settings those error messages will constantly appear. Tag Table (even an unused tag with bad address may prompt an error), Control Block, and RTC are probably common areas to have tags set.

I see what happened. The boss created new tags in Studio 5K but neglected to update the tag database in DopSoft. I am now going through the manual to figure out how to upload the logix tags to Dopsoft. I have been working with DopSoft a total of about 24 hours....not real impressed. Lol
 
It takes some getting used to, but I've come to really like it. It's extremely simple for the basic HMI operations. The more advanced functions like recipes and logging can seem daunting at first but they have pretty good step by step instructions in their manual for them.

For the tags, the key is using the right driver in the Communications Settings as there are two for the Compact/Control family- use the one that says (Use Tags) after it. Then an Import box shows up where you can select a .csv file.
 
It takes some getting used to, but I've come to really like it. It's extremely simple for the basic HMI operations. The more advanced functions like recipes and logging can seem daunting at first but they have pretty good step by step instructions in their manual for them.

For the tags, the key is using the right driver in the Communications Settings as there are two for the Compact/Control family- use the one that says (Use Tags) after it. Then an Import box shows up where you can select a .csv file.

Thank you (y)
 

Similar Topics

Hi, We have a customer that has an old DOP-A80THTD1 that is needed to be upgraded Can we upload from these units? Is there a special...
Replies
0
Views
82
Hello, I know little English, I want to use 4 plc cqm1 as slave (modbus), and hmi delta as master. Unfortunately, I cannot establish rs485...
Replies
3
Views
557
I'm trying to establish communication between an HMI DELTA (DOP-B07E515) and a PLC IDEC (FC6A-D16R1CEE) via the RS-232C/485 module (FC6A-SIF-52)...
Replies
2
Views
549
Hello, I'm facing a problem in communication between my delta TP70P-32TP1R HMI and DVP20EX2 PLC. I tried multiple ways in order to set the...
Replies
2
Views
1,302
Hi! I'm an intern and a newbie in the field of automation. I was given the assignment to learn and program a PLC and HMI together. PLC: Delta...
Replies
3
Views
1,941
Back
Top Bottom