Delta HMI vs Micrologix 1400

Relentless1

Member
Join Date
Oct 2019
Location
Quebec
Posts
16
Hello, I'm trying to send recipe from my Delta HMI to Micrologix PLC. With Delta PLC, you would use ''D'' variablews to send Float, Srtring. Anybody knows how this would work for a Micrologix PLC??
 
So you have data that's stored locally on the Delta that you want to pass down to the 1400?
If so, you can do that with a background macro. Create tags for the 1400 in the Tag table, you can't use the direct addresses in the macro.

([1400_Tag_1]) = RCP0 (DW)
([1400_Tag_2]) = RCP1 (DW)
([1400_Tag_3]) = RCP2 (DW)
([1400_Tag_4]) = RCP3 (DW)

I still find it easier to let the 1400 do the recipe work if possible.
 
That is done. When simulation is done offline, it founctions. When simulation is done online I get:
Error occurs when downloading the enhanced recipe to PLC.
Any ideas??
 
It sounds like it is trying to write to at least one or more tag addresses that is not in the PLC. In simulation without plc it will only write to internal addresses but on-line with PLC it will try to write to the addresses in the plc, if these do not exist then it will create an error.
 

Similar Topics

Hello, I want to connect a Delta DOP-107BV to a Micrologix 1400. Would a DOP-FX cable do the trick?? https://www.ebay.com/c/849453778 I dont think...
Replies
5
Views
2,679
Good Day to all of you, this is my first post, i will try to explain as best as possible, english is not my natural language. I am performing an...
Replies
0
Views
48
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
99
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
592
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
576
Back
Top Bottom