Our Brands

Welcome to the Schneider Electric Website

Welcome to our website.
		
How can we help you today?
Simple Cicode Function that you can use to check if the Primary I/O Server and the Standy I/O Server is online or offline.

Below is an example using the "ServerisOnline" function. If you prefer to see 'Online' or 'Offline' instead of 1 for online and 0 for offline, you can add 2 more string parameters and do some comparisons to display a message showing I/O Status.
You can copy the cicode below to your project and rename the IOservers to your IOserver names.

FUNCTIONIOServerConnected()

INT itemp1,itemp2;

//Checks if the standby IOServer is online in this example the standby IO server is "IOServerS" if itemp = 1 then it is online
itemp1 =ServerIsOnline("IOServerS","Cluster1");
Message("Standby IO",itemp1,0);

//Checks if the Primary IOServer is online in this example the primary IO server is "IOServerP" if itemp = 1 then it is online
itemp2 =ServerIsOnline("IOServerP","Cluster1");
Message("Primary IO",itemp2,0);

END


Legacy KB System (APS) Data: RESL211553 V1.0, Originally authored by RaDe on 05/24/2013, Last Edited by RaDe on 05/24/2013
Related ranges: PowerSCADA Expert 7.3, PowerSCADA Expert 7.2, PowerLogic SCADA 7.1

Schneider Electric Ireland

Simple Cicode Function that you can use to check if the Primary I/O Server and the Standy I/O Server is online or offline.

Below is an example using the "ServerisOnline" function. If you prefer to see 'Online' or 'Offline' instead of 1 for online and 0 for offline, you can add 2 more string parameters and do some comparisons to display a message showing I/O Status.
You can copy the cicode below to your project and rename the IOservers to your IOserver names.

FUNCTIONIOServerConnected()

INT itemp1,itemp2;

//Checks if the standby IOServer is online in this example the standby IO server is "IOServerS" if itemp = 1 then it is online
itemp1 =ServerIsOnline("IOServerS","Cluster1");
Message("Standby IO",itemp1,0);

//Checks if the Primary IOServer is online in this example the primary IO server is "IOServerP" if itemp = 1 then it is online
itemp2 =ServerIsOnline("IOServerP","Cluster1");
Message("Primary IO",itemp2,0);

END
 


Legacy KB System (APS) Data: RESL211553 V1.0, Originally authored by RaDe on 05/24/2013, Last Edited by RaDe on 05/24/2013
Related ranges: PowerSCADA Expert 7.3, PowerSCADA Expert 7.2, PowerLogic SCADA 7.1

Schneider Electric Ireland

Explore more
Range:
Explore more
Range:
Users group

Discuss this topic with experts

Visit our community and get advice 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:

Need help?

  • Product Selector

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

  • Where to buy?

    Easily find the nearest Schneider Electric distributor in your location.

  • Help Centre

    Search topic-related frequently asked questions to find answers you need.

  • Products Documentation
  • Software Downloads
  • Product Selector
  • Product Substitution and Replacement
  • Help and Contact Centre
  • Find our Offices
  • 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
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.