Home
Help
Search
Login
Register
AdvancedHMI Software
»
General Category
»
Support Questions
»
Ethernet IP connection to ControlLogix
« previous
next »
Print
Pages: [
1
]
Author
Topic: Ethernet IP connection to ControlLogix (Read 1968 times)
emirror
Newbie
Posts: 2
Ethernet IP connection to ControlLogix
«
on:
January 16, 2016, 01:04:16 PM »
I am new to all of this. Background is in PLCs. When I start a new project, I only see a serial port driver. Where do I select Ethernet IP for ControlLogix ?
Logged
Archie
Administrator
Hero Member
Posts: 5358
Re: Ethernet IP connection to ControlLogix
«
Reply #1 on:
January 16, 2016, 01:50:35 PM »
After you Build the Solution (Build->Build Solution or Ctrl+Shift+B), look in your Toolbox at the very top and you should see a group named AdvancedHMIDrivers. If you do not see yout ToolBox go to View->ToolBox or Ctrl+Alt+X
If you still do not see the group in the ToolBox, go to Tools->Options->Windows Forms Designer->ToolBox->Automatically Populate Toolbox and make sure that setting is True.
Logged
emirror
Newbie
Posts: 2
Re: Ethernet IP connection to ControlLogix
«
Reply #2 on:
January 20, 2016, 10:36:48 AM »
Thanks for help. I am having some success. The "tags" in ControlLogix, as you know, are language tags. Such as Start_1 or Run. N7:0, for example that works with SLC 500 PLCs, isn't used as a tag in ControlLogix.
Logged
Archie
Administrator
Hero Member
Posts: 5358
Re: Ethernet IP connection to ControlLogix
«
Reply #3 on:
January 20, 2016, 10:58:47 AM »
When addressing the tags in a ControlLogix, the Controller scope tags use the names directly. If you want to access Program scope tags, you will need to use the format:
PROGRAM:MainProgram.MyTag
Logged
Print
Pages: [
1
]
« previous
next »
AdvancedHMI Software
»
General Category
»
Support Questions
»
Ethernet IP connection to ControlLogix