![]() |
||
|
This board is for PLC Related Q&A ONLY. Please DON'T use it for advertising, etc. |
||
| ||
New Here? Please read this important info!!!
|
|
#1 |
|
Member
![]() Join Date: Dec 2008
Location: Ogden
Posts: 6
|
code 16#0317 Connection Request Error:Connection not scheduled
I'm trying to set up a produced and consumed tag between a 1769-l23e-QBFC1 "producer "and a 1756-L61 "consumer" I have a produce tag created and configured the IO and downloaded the projects to both plc's ,everything shows that that things are communicating fine and the IO is happy as soon as i create a consumed tag and download the project I get a code 16#0317 error in the 1769E-QBFC1 module in the 1756-L61 project. I've set up a controlnet produce and consumed tag with no problems this is over ethernet/IP I've also used Rsnetworx for ethernet/ip uploaded the network config and then enabled edits and downloaded the config I'm using version RSlogix v.17
|
|
|
|
#2 |
|
Member
|
RsNetWorx for Ethernet/IP is unnecessary. EtherNet/IP is an unscheduled network so it does not need to be scheduled like ControlNet does.
Can you post a copy of both programs (Compact & CLX) so we can take a look at it? You can remove the logic if there is anything proprietary. It's the setup of the I/O config that matters here. OG |
|
|
|
#3 |
|
Lifetime Supporting Member + Moderator
|
That error code is usually associated with ControlNet, as it indicates a Connection is not scheduled.
Posting the two projects would be ideal. If you can't describe the tag type (atomic, array, UDT ?) and verify that it's identical on both sides. Just being the same size doesn't do it; the tags must be of identical data type and of course you have to get the tag name precisely correct on the Consumer side.
__________________
"Intelligence is the capacity to know what we are doing and instinct is just instinct. The results are about the same." |
|
|
|
#4 |
|
Lifetime Supporting Member + Moderator
|
I suspect that you may have two "paths" in your IO Config, and when you use the dropdown in your Consumer configuration, to select the producer, the software picks up the ControlNet path, not the EtherNet path.
Perhaps the only way round this is to delete, or break, the ControlNet path, create the Consumed tag, then put your ControlNet config back again.
__________________
___________________________ ControlLogix & SLC Trainingabtrain@tiscali.co.uk www.abtrain.co.uk tel: 07506 73 9999 self-help and help-yourself often get confused - ancient daba proverb |
|
|
|
#5 |
|
Member
![]() Join Date: Dec 2008
Location: Ogden
Posts: 6
|
These are the programs without the logic cant seem to get the consumer program small enough to upload
Last edited by Booze; May 31st, 2011 at 06:40 AM. |
|
|
|
#6 |
|
Lifetime Supporting Member + Moderator
|
Unfortunately it is the Consumer program that is important.
In it you specify the producer..... To get the size of the consumer program down - Use "save as", and choose L5K file type, then zip that and post it
__________________
___________________________ ControlLogix & SLC Trainingabtrain@tiscali.co.uk www.abtrain.co.uk tel: 07506 73 9999 self-help and help-yourself often get confused - ancient daba proverb Last edited by daba; May 31st, 2011 at 07:22 AM. |
|
|
|
#7 |
|
Member
![]() Join Date: Dec 2008
Location: Ogden
Posts: 6
|
Consumer program
|
|
|
|
#8 |
|
Lifetime Supporting Member + Moderator
|
OK, that explains it.
You can't create an I/O connection or Produced/Consumed Tag connection with more than one network link in between the controller and the device. What you have is a ControlLogix with a ControlNet I/O system, with a 1756-ENBT in a remote ControlNet chassis. From that remote 1756-ENBT, you've created a Produced/Consumed connection over EtherNet/IP to the remote CompactLogix controller. If the 1756-ENBT were in the chassis with the ControlLogix, this would work. Because it's located across a ControlNet link, it won't. I've had a handful of users make this assumption and it always leads to a "show me where it says I can't do that" discussion. Unfortunately RSLogix 5000 doesn't analyze the I/O connection schema and alert you that you've created an unworkable configuration. And even worse.... it will work, sometimes. The reasons are a little obscure; it involves connection buffers and resource allocations. There are two workarounds: put the 1756-ENBT into the local chassis with the ControlLogix, or switch to using MSG instructions instead of Produced/Consumed Tags.
__________________
"Intelligence is the capacity to know what we are doing and instinct is just instinct. The results are about the same." |
|
|
|
#9 |
|
Member
![]() Join Date: Dec 2008
Location: Ogden
Posts: 6
|
Awsome Thanks Ken
|
|
|
|
#10 |
|
Member
|
Many years ago, i was driving myself insane at a customer site trying to get a similar configuration to work with Producer/Consumer. Had to change the config. to all ethernet.
|
|
|
|
#11 | |
|
Member
|
Quote:
Keith |
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Topics
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CIP over Ethernet/IP on VMS -- 0x6a error when writing to a tag? | vorfeed | LIVE PLC Questions And Answers | 10 | August 20th, 2010 05:41 PM |
| Help with Profibus CPU315-2 DP | Rafael Guedes | LIVE PLC Questions And Answers | 5 | September 3rd, 2007 06:44 AM |
| Simulator, Simulation, Shadow Code | Terry Woods | LIVE PLC Questions And Answers | 1 | January 2nd, 2005 01:40 PM |
| starting out | Brendan Dixon | LIVE PLC Questions And Answers | 8 | June 20th, 2004 08:48 PM |
| Automatin Direct Changes Download | ArikBY | LIVE PLC Questions And Answers | 53 | May 12th, 2004 12:05 AM |