Sending native CIP messages: configuring RSLinx Classic DDE/OPC clients
Configure RSLinx Classic DDE/OPC clients to receive unsolicited CIP messages from Logix5000 family processors.
In RSLinx Classic:
- From DDE/OPC menu item in the main menu, select Topic Configuration. You will see theDDE/OPC Topic Configurationdialog box.
- On the dialog box, click theData Sourcetab.
- Click the New button (bottom left) to add a new topic.
- Select the newly created topic, and then, in the right pane, browse through the tree structure to locate the processor with which you want to associate your topic.
- Once found, clickApply.
- Click Data Collection tab, and uncheck thePolled Messages (mSec)checkbox.
- Check the Unsolicited Messages and the Send All Unsolicited Updates checkboxes.
- When finished, clickDone.
In Logix Designer (RSLogix 5000):
- From the main menu, selectCommunications>Who Active.
- In the Who Active dialog box, scroll through the tree structure to locate the processor with which you want to communicate.
- Once found, create a MSG instruction, and then go to the configuration message dialog box to configure the message. Specify the following settings:
- In the Message type drop-down field, select CLP Data Type Write.
- In the Source Element field, enter tagname. If it is an array, enter the array name with its starting element number. For example, ArrayName[0].
- In the Number of Elements field, enter the number of elements.
- In the Destination field, enter <TopicName.tagname> where, the Topic Name is the name that you gave to your topic in RSLinx Classic (refer to Step 4 in RSLinx Classic); and the TagName is the tag that you entered in the Source Element field (refer to Step b).
- Click the Communications tab.
- In the path field, enter the path to the computer that is running RSLinx Classic.
- When finished, click Apply.
Once you have performed the preceding steps, in your client software, enter the topicname.tagname that you entered in the destination field (refer to Step d in Logix Designer (RSLogix 5000)). This action will prepare the client to start receiving data contained in the messages being sent from Logix Designer (RSLogix 5000) and LadderLogix programs.
Provide Feedback