Author Topic: Using INI file to set IP addresses for EthernetIPforSLCMicroCom  (Read 993 times)

scott.clark

  • Jr. Member
  • **
  • Posts: 96
    • View Profile
Version 3.99xR1

I have mulitiple EthernetIPforSLCMicroCom connections in my application.  How can I use an INI file to provide the IPaddresses on startup?

Thanks


scott.clark

  • Jr. Member
  • **
  • Posts: 96
    • View Profile
Re: Using INI file to set IP addresses for EthernetIPforSLCMicroCom
« Reply #2 on: March 28, 2020, 04:32:47 PM »
Thanks for the link, it was helpful, but with version 3.99xR1, couple steps different at the end.

- In the AdvancedHMI project is a directory named SampleINIFiles, expand down that directory to see the files
- Right Click CLX.ini and select Copy
- Now Right click the AdvancedHMI project and select Paste
- Click on the newly pasted files so you see the properties in the Properties Window
- In the Properties Window change Copy To Output Directory to Copy if newer
- Double click the newly pasted INI file to view its contents
- Change the IPAddress to that of your PLC   ( In my case, the section name is [EthernetIPforCLXCom1])
- Open the MainForm
- Add an EthernetIPforCLXCom to the form ( In my case the driver was named "EthernetIPforCLXCom1")

+ In the Properties Window, the IPAddress can be left blank
+ In the Properties Window, set the IniFileName property to "CLX.ini"
+ In the Properties Window, set the IniFileSection to the section in the CLX.ini for the driver(in my case "EthernetIPforCLXCom1")


Works great, Thanks!