undefined undefined
{}

Our Brands

Welcome to the Schneider Electric Website

Welcome to our website.
How can we help you today?
Will VJD Runtime connect to the backup IP in Modbus TCPIP driver if the PLC is in stop status
  1. Issue
After select the secondary connection in Modbus TCPIP Driver, will VJD runtime switch to the backup IP if the PLC is in stop status

  1. Environment
Vijeo Designer 6.2.
  1. Resolution
Only a communication failure is detected on the primary IP, then VJD runtime will switch to the backup IP. If the PLC is in stop status but the communication is still active, then runtime will not switch to the backup IP.

User can consider to change the Equipment's IP address in script if the PLC in detect is in stop status.
Here is an example to change the Modus TCP Equipment's IP:

int[] ipAddress = {192, 168, 1, 10};

ModbusEquipment01.openConfig();

ModbusEquipment01.setProperty("Con_IPAddress", ipAddress);

ModbusEquipment01.commitConfig();
  1. FAQ Applicable Conditions
FAQ applies to all Vijeo Designer 6.2 SPx.

Schneider Electric Nigeria

Will VJD Runtime connect to the backup IP in Modbus TCPIP driver if the PLC is in stop status
  1. Issue
After select the secondary connection in Modbus TCPIP Driver, will VJD runtime switch to the backup IP if the PLC is in stop status

 
  1. Environment
Vijeo Designer 6.2.
 
  1. Resolution
Only a communication failure is detected on the primary IP, then VJD runtime will switch to the backup IP. If the PLC is in stop status but the communication is still active, then runtime will not switch to the backup IP.
 
User can consider to change the Equipment's IP address in script if the PLC in detect is in stop status.
Here is an example to change the Modus TCP Equipment's IP:

int[] ipAddress = {192, 168, 1, 10};

ModbusEquipment01.openConfig();

ModbusEquipment01.setProperty("Con_IPAddress", ipAddress);

ModbusEquipment01.commitConfig();
 
  1. FAQ Applicable Conditions
FAQ applies to all Vijeo Designer 6.2 SPx.
 

Schneider Electric Nigeria

Explore more
Range:
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.
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:
Explore more
Range:
move-arrow-top
Your browser is out of date and has known security issues.

It also may not display all features of this website or other websites.

Please upgrade your browser to access all of the features of this website.

Latest version for Google Chrome, Mozilla Firefox or Microsoft Edgeis recommended for optimal functionality.
Your browser is out of date and has known security issues.

It also may not display all features of this website or other websites.

Please upgrade your browser to access all of the features of this website.

Latest version for Google Chrome, Mozilla Firefox or Microsoft Edgeis recommended for optimal functionality.