dotnetprojects / DotNetSiemensPLCToolBoxLibrary

Library to Access Siemens PLCs and Step5/Step7 Project Files
GNU Lesser General Public License v2.1
375 stars 194 forks source link

how read the IP address for PLC from Hardware? #18

Closed SevenMag closed 10 years ago

SevenMag commented 10 years ago

wie Sie die IP-Adresse der PLC von Hardware lesen?

SevenMag commented 10 years ago

I know that there are so many options (I found the tags difference), but I do not know what it is.

SevenMag commented 10 years ago

Project Test1 has 54 IP address, but only 3 for controller (1 in CPU and 2 CP), right? I change code, before I was looking for code only for the CPU 3xx, now added and 4xx. as I remove the sub-module and add it to the parent NetworkInterface.

Need to create interfaces for profibas and MPI, which would seek options for them.. Make them please: as you know, that would not alter my.

jogibear9988 commented 10 years ago

I don't understand what you are trying to say?

SevenMag commented 10 years ago

OK. I will create an class ProfiBusInterface and MPIInterface

jogibear9988 commented 10 years ago

I think they Both could be nearly the same, since it's physicaly the same Bus and maybe have the same Properties...

SevenMag commented 10 years ago

It's already read? What property can be found?

jogibear9988 commented 10 years ago

No, it's not read. I only wnated to say you can maybe use the same class for both...