Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question : How to read micrologix plc tag? #62

Open
Nsp2121 opened this issue Oct 24, 2018 · 4 comments
Open

Question : How to read micrologix plc tag? #62

Nsp2121 opened this issue Oct 24, 2018 · 4 comments

Comments

@Nsp2121
Copy link

Nsp2121 commented Oct 24, 2018

No description provided.

@KaloyanR
Copy link

tag like N:28 ? I want to know too.

@Nsp2121
Copy link
Author

Nsp2121 commented Oct 27, 2018

yes
Currently i'm using pycomm

@KaloyanR
Copy link

KaloyanR commented Feb 7, 2019

Using an Device EDS file to find the Class, Instance and Attribute (CIA) values for a parameter.

EDS files are simple text files used by network configuration tools to help you identify products and easily commission them on a network*.

@drbitboy
Copy link

drbitboy commented May 30, 2020

Using an Device EDS file to find the Class, Instance and Attribute (CIA) values for a parameter.

EDS files are simple text files used by network configuration tools to help you identify products and easily commission them on a network*.

I went to R-A.com and got the EDS files for MicroLogix (1763-Lxxx; see below); could you please show me where the CIA-parameter mapping is in those files?

Thank you.

$
$	1763L16 EDS
$
$	$Revision: 2.0 $
$

[File]
	DescText = "MicroLogix1100 EDS";
	CreateDate = 01-19-2005;
	CreateTime = 11:30:00;
	ModDate = 09-21-2006;
	ModTime = 15:27:33;
	Revision = 2.0;

[Device]
	VendCode = 1;
	VendName = "Rockwell Automation Allen-Bradley";
	ProdType = 12;
	ProdTypeStr = "Communications Adapter";
	ProdCode = 185;
	MajRev = 2;
	MinRev = 4;
	ProdName = "MicroLogix1100";
	Catalog = "1763-L16";
	Icon = "MicroLogix.ico";
	1_Revision_Alpha = Yes;

[Port]
	Port2 = TCP, "Channel 2", "20 F5 24 01", 2;

[Device Classification]
	Class1 = EtherNetIP;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants