12/10/2021 2:50 PM | |
Joined: 8/3/2021 Last visit: 10/24/2024 Posts: 25 Rating:
|
Hello everyone, I have question about S210 hardware ids. I am using S7-1515F with two S210 drives for my application. In order to connect PLC to drive I have to use Technology Objects with unique Hardware Identifier. At first I thought Hardware ID is unique from factory, but after setting up several PLC I have noticed that Hardware IDs sometimes are same (Customer 1: Hardware IDs are 269 for drive 1 and 280 for drive 2; Customer 2: Hardware IDs are 279 for drive 1 and 280 for drive 2). My question is, is it possible to set static Hardware IDs so that I would have one program with same hardware IDs for all customers, rather than remembering what Hardware ID each customer has ? Thank you! |
12/16/2021 1:52 PM | |
Joined: 2/7/2018 Last visit: 3/14/2023 Posts: 181 Rating:
|
Hello DonatasSM, unfortunately it isn't possible to set the HW-ID statically. What you can do is to define the HW-ID in a PLC variable. With this variant you can work for different customers with the same project. Best regards Technical Support for SINAMICS S210 |
This contribution was helpful to
1 thankful Users |
12/30/2021 2:08 PM | |
Joined: 8/3/2021 Last visit: 10/24/2024 Posts: 25 Rating:
|
Thank you for the answer. Now by PLC variable do you mean set as datatype in datablock? Currently what I am doing is I have set Datablock for up to 8 drives where I define ID as int and converting it to HW_ID in order to assign to the Technology Object. I took this approach because we are using S7.NET communication for the SCADA program we have developed. The only downside is that on initial configuration of our software, we have to pass configuration with that ID (it is not too much work, but I was thinking if we can just statically assign the id, then we would not need the configuration at all, and all of the customers would have same IDs). |
Last edited by: DonatasSM at: 01/04/2022 13:58:18 |
|
1/5/2022 3:41 PM | |
Joined: 8/3/2021 Last visit: 10/24/2024 Posts: 25 Rating:
|
Is there a way to read the hardware ID as a tag? Basically that ladder logic could use that tag without hardcoding the hdw id number by me |
1/5/2022 5:03 PM | |
Joined: 8/3/2021 Last visit: 10/24/2024 Posts: 25 Rating:
|
Found answer to this: PLC Tags -> Show all tags -> System Constants |
This contribution was helpful to
1 thankful Users |
Follow us on