curtharrington1 Posted June 8, 2021 Report Posted June 8, 2021 Hello, I would like to change the CPU IP Address via code, not HMI. It looks like General.CPU IP Address is the only way to view the address but it is read-only. Is there a way to accomplish this or should I be using Panel IP instead?
MVP 2023 Joe Tauser Posted June 9, 2021 MVP 2023 Report Posted June 9, 2021 IP addresses in UniStream generally are not something you can change from ladder code. I'd send this question to support@unitronics.com. Joe T.
Ivgeny Posted December 20, 2022 Report Posted December 20, 2022 Hi @curtharrington1 and @Joe Tauser, You can use the "Load INI Config" ladder element to set IP and communication settings of the PLCs, please follow the Help Example.
SamProg Posted January 2, 2023 Report Posted January 2, 2023 (edited) I am not able to get the "Load INI Config" to work. Could someone provide a working project that uses this element. I have tried every combination of Folder and Filename parameters I could think of and it returns either "-2: Internal error - contact support" or "-3: .ini file not found". The file is on the SD card and I've tried several different folders on the SD. UPDATE: Looks like it's the "Config.ini file". Now I'm getting "-27 = Network syntax error". Can I get the network syntax documentation. The file I have made currently giving this error is: [Version=100] [NETWORK_PANEL]IPAddress=192.168.1.123 Edited January 2, 2023 by SamProg New Error Code
NoamM Posted February 16, 2023 Report Posted February 16, 2023 Hi SamProg, Syntax is:[Version=100][NETWORK_PANEL]IpAddress=10.1.30.23 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now