Our Brands

Impact-Company-Logo-English Black-01-177x54

Welcome to the Schneider Electric Website

Welcome to our website.
		
How can we help you today?
Is there a script in Vijeo Designer that will allow me to write a new IP address of an Equipment at Runtime?

Issue:
Writing a new IP address of an Equipment at Runtime in Vijeo Designer


Product Line:
Vijeo Designer


Resolution:
Yes, you can write the IP address of an equipment via scripting. This feature was implemented in Vijeo Designer V5.0 SP1. This code will set IP Addresses for any driver, not just the Modbus driver. Below is an example script:


  • // --------------- Write some data -----------------------------------------

    // Length is given by NewIP_InputData.length

      • int [ ] NewIP_InputData = {10, 187, 225, 135};

        ModbusEquipment01.openConfig();

        ModbusEquipment01.setProperty( "Con_IPAddress", NewIP_InputData );

        ModbusEquipment01.commitConfig();


Schneider Electric Saudi Arabia

Explore more
Range:
Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.
Explore more
Range:

Need help?

  • Product Selector

    Quickly and easily find the right products and accessories for your applications.

  • Get a Quote

    Start your sales enquiry online and an expert will connect with you.

  • Where to buy?

    Easily find the nearest Schneider Electric distributor in your location.

  • Help Centre

    Find support resources for all your needs, in one place.

  • Product Documentation
  • Software Downloads
  • Product Selector
  • Product Substitution and Replacement
  • Help and Contact Centre
  • Find our Offices
  • Get a Quote
  • Where to buy
  • Careers
  • Company Profile
  • Report a misconduct
  • Accessibility
  • Newsroom
  • Investors
  • EcoStruxure
  • Job Search
  • Blog
  • Privacy Policy
  • Cookie Notice
  • Terms of use
  • Change your cookie settings