Showing posts with label wincc flexible. Show all posts
Showing posts with label wincc flexible. Show all posts

How do you send short messages (SMS) from an SIMATIC WinCC flexible HMI station to a mobile phone?

Labels: , , ,

With WinCC flexible it is possible to send e-mails as short messages (SMS) to a mobile phone. You can send short messages with the following panels:

  • OP/TP177B color PN/DP
  • Mobile TP177 PN, Mobile Panel 277
  • 270 series
  • 370 series
  • PC with WinCC flexible Runtime

Example:
In case of failure the operator panel sends an e-mail (1) to the mixing station. The service technician responsible receives the message from the operator panel (2). The service technician then connects to the operator panel (3) from his service PC.

( 62 KB )
Fig. 01 - Example

Note:
More information on the topic of "Teleservice via the Internet" is also available in the following entry: 19865167.

You have the following options for sending text messages or alarms via SMS to a mobile telephone or to a pager:

  • External providers make it possible to convert e-mails into SMS messages for mobile telephones and pagers.
  • Your own SMTP server supports forwarding of e-mails via SMS message to a mobile phone or pager.

Example for sending a message via SMS:

So that an SMS can be received the service must be registered beforehand with the provider, e.g. T-Mobile (in Germany).

  1. Activating e-mail reception with a provider (Example: T-Mobile):
    Send an SMS message from your mobile phone with the text "OPEN" to the T-Mobile abbreviated dialing number 8000. This opens your T-Mobile number for e-mail reception.
    Your e-mail address is then:
    T-Mobile number (incl. prefix)@t-mobile-sms.de
    e.g. 017100000000@t-mobile-sms.de.

    Up to 160 characters are transferred.

  1. Deactivating e-mail reception (Example: T-Mobile):
    If you no longer wish to receive e-mails, send an SMS message from your mobile phone with the text "CLOSE" to the T-Mobile abbreviated dialing number 8000.

Note:
More information is available on the websites of the providers concerned.
Examples of other providers.

  1. Configuration in WinCC flexible:

Note:
The e-mail functionality requires the license key "SIMATIC WinCC flexible / Sm@rtService".

In the WinCC flexible project tree "Bediengerät_1 > Device Settings > Device Settings", under "Name of SMTP server" you enter the name of the external provider or the name of your own SMTP server.

Note:
The provider must function without authentication. This means that the provider must work without user name and password.

You must make the settings under "Project > Device Settings" of the WinCC flexible project:

  • Name of the SMTP server
  • Name of the SMTP sender (as from WinCC flexible 2005)
  • SMTP authorization (as from WinCC flexible 2005)

Note:
The "Sm@rtService" option is required to implement this. To enable messages to be sent as e-mails as well, the HMI system must possess an e-mail client.

In the project attached "mailto.t-online.de" has been selected as SMTP server, because it doesn't need authentication.

( 118 KB )
Fig. 02 - Device Settings

Note:
The "Name of the SMTP sender" input field serves as the Return Address, in which you can specify the designation of the HMI operator panel or plant designation or its location, for example. You have the option of entering an e-mail address in the "SMTP Authentication" input field. If authentication at the provider is required, you must specify a valid e-mail address in the "SMTP Authentication" input field, e.g. "John.Doe@gmx.net".
Providers that require an authentication with user name and password are not supported.

Alternatively you can also define the e-mail settings on the operator panel in "WinCC Internet Settings" in the "E-mail" tab. On the Windows CE Panel the same settings are to be found in the "Control Panel". Then deselect the "Use the default of the project file" option and enter the name of the SMTP server in the input field. This makes it easier to change the server name.

( 12 KB )
Fig. 03 - Windows XP - WinCC Internet Settings

Note:
Please note that settings on the panel or PC override settings in the project. Therefore, if the settings on the panel or PC are deleted, the defaults configured in the WinCC flexible project apply!

  1. Assignment of the e-mail address for alarm classes:

In order to send an SMS or e-mail when an alarm is triggered you must specify the mobile phone provider's e-mail address in the alarm class.

You can specify an e-mail recipient for each alarm class in the menu under "Project > Device > Alarm Management > Settings > Alarm Classes".

( 140 KB )
Fig. 04 - Alarm Classes

Note:
You can specify any valid e-mail address as recipient e-mail address (see Fig. 04) and it doesn't necessarily have to be an e-mail address of the same provider as the SMTP server. For example, you can specify the e-mail address "John.Doe@vodafone-sms.de" as recipient e-mail address and use the SMTP server (outgoing mail server) of T-Mobile ("mailto.t-online.de").

  1. Assigning the "SendEMail" system function:

If you wish to have an e-mail sent only in the case of a specific alarm, you should use the "SendeEMail" system function. In the project tree under "Device_1 > Alarm Management > Discrete Alarms" you can assign the "SendEMail" system function to each alarm under "Events". Analog alarms are configured in the same way.

( 121 KB )
Fig. 05 - Discrete Alarms

Assigning parameters for "SendEMail"
For the parameters of the system function "SendEMail" you can assign predefined texts and addresses or assign "Tags" to each parameter.

In the example attached tag names have been assigned for the parameters "Address" and "Return address". In this way you have the option of changing the address (recipient of message) and the return address (address to which the message might have to be forwarded) later.

Note:
Not all the parameters of the "SendEMail" system function have to be assigned a text/tag.

( 78 KB )
Fig. 06 - Sample project

Other providers:
The list is only a small selection of possible providers. Contact your provider for detailed information. Obtain information via the function:
"Enable mobile phone to receive e-mails from the Internet".

Configuration file:

The download contains the functions described above for sending e-mails to a mobile telephone.

SMS_Versand_PC.zip ( 2408 KB )

IMPORTANT
The sample program is freeware. Any user can use, copy and forward this program FREE OF CHARGE. The authors and owners of this program take no responsibility whatsoever for the functionality and compatibility of this software. Use of the software is at the user's own risk. Since this software is free of charge, there is no warranty nor entitlement to error correction and hotline support.

Runnability and test environment:
The following table lists the components that have been used to create and verify this entry.

Components Product and version
PC operating system Microsoft Windows XP SP2
Standard Tools -
Engineering Tools -
HMI Software WinCC flexible 2005 SP1
HMI system -







What are the options for remote maintenance of a WinCC flexible Runtime system (Panel/PC) via the Internet (WAN)?

Labels: , , ,

Introduction:
Using the options WinCC flexible / Sm@rtAccess and Sm@rtService you can also access a WinCC flexible Runtime system via the Internet. The connection can be made on the basis of an ISDN or DSL network.

Sample application:
Your customer wants you to set up external teleservicing of an operator panel in order to be able to access the operator panel via the Internet if there is a fault and if necessary, change the parameters via the operator panel and monitor the system values online.

The following questions arise concerning implementation of the configuration/task depicted:

  • How do I connect the panel to the WAN (Wide Area Network)?
  • Which hardware components are required?
  • What is the IP address of the panel to be accessed?
  • How reliable is the connection?
  • What settings have to be made?

Answers to these questions and basic know-how are available in the following document.

Basic Know-how ( 650 KB )

Requirements for the operator panel:

  • HMI operator panels with Ethernet interface
  • HMI operator panel based on WinCC flexible
  • HMI Runtime with the option "WinCC flexible /Sm@rtService" or "WinCC flexible /Sm@rtAccess"

Solutions:
In order to implement the configuration depicted you must first define the dimensions of the network connection (analog/ ISDN/ DSL) on the service PC/operator panel concerned. You can then branch to practical examples of implementation via the links in the following table.

  1. Service PC communicates with an operator panel

PC (Service/Maintenance) <--> Operator Panel (Machine/System)
(point-to-point)

Service/Maintenance

Internet Service Provider

Operator Station
Machine/System

PC communicates with WAN via analog modem ( 978 KB )

For example:
Arcor, AOL, T-Online, Freenet, RTLnet

Operator panel communicates via ISDN with router
( 4760 KB )

PC communicates with WAN via ISDN modem ( 1336 KB )

Operator panel communicates via DSL with router
( 4722 KB )

PC communicates with WAN via DSL modem ( 1309 KB )

The service engineer is linked to the Internet via a modem connection.
The operator station of the machine/system is linked to the Internet via a router.

  1. Communication between two operator panels
    If two operator panels are to be linked together directly via the Internet, both operator panels are connected to the Internet via a router.
    The links in the following table branch you to practical examples of implementation.

PC/Panel (Operator Station 1) <--> PC/Panel (Operator Station 2)
(point-to-point)

Operator Station
Machine 1

Internet Service Provider

Operator Station
Machine 2

Operator panel communicates via ISDN with router
( 4760 KB )

Panel communicates via router
(ISDN, DSL)

Operator panel communicates via DSL with router
( 4722 KB )

  1. Service PC communicates with n operator panels
    If several operator panels of a system are connected to the Internet via a router connection, it is possible to have different types of connection.

    This document considers two types of connection:

a) Communication between two networks on the basis of a standard router connection (port forwarding).
For this type of connection the standard functionality of the components implemented (router, PC etc.) is generally sufficient.

b) Communication between two networks based on a Virtual Private Network (VPN).
The characteristics of a VPN are high transmission reliability and high transparency when accessing the remote network.
Router requirements are higher and additional software is required.

The table provides practical examples of implementation for port forwarding and VPN.

PC (Service/Maintenance) <--> n Operator Panels (Machine/System)
(point-to-point)

Service/Maintenance

Internet Service Provider

Operator Station
Machine/System

PC communicates with WAN via analog modem ( 978 KB )

For example:
Arcor, AOL, T-Online, Freenet, RTLnet

Port Forwarding
( 1279 KB )

PC communicates with WAN via ISDN modem ( 1336 KB )
PC communicates with WAN via DSL modem
( 1309 KB )

VPN ( 2899 KB )

Further information:
You can find further information on this topic in the following entries.

Functions of the TS Adapter IE 24532849
Which settings do you have to make on the TS Adapter IE to transfer a WinCC flexible project via Teleservice? 26999934
Cluster FAQ entries:
Industrial Ethernet network components (security) -- Setting up and parameterizing hardware -- Initializing and parameterizing modules
24533194

Keywords:
Remote access, Remote diagnosis





Hotfix for WinCC Flex 2008

Labels: , , , , , ,

Siemens has released an important hotfix for WinCC Flex 2008 .

Please click here for download and detail information.

Some firmware update S7-300.

Some of the S7-300 CPU's require an operating system update.

Some important issues are fixed with these updates.

Downloads Operating System Updates for CPU 313C
for products: 6ES7313-5BE00-0AB0; 6ES7313-5BE01-0AB0;
2009-01-12
Downloads Operating System Updates for CPU 312C
for products: 6ES7312-5BD00-0AB0; 6ES7312-5BD01-0AB0;
2009-01-12
ID: 12011503
Downloads Operating System Updates for CPU 313C-2 DP
for products: 6ES7313-6CE00-0AB0; 6ES7313-6CE01-0AB0;
2009-01-12
ID: 12011632
Downloads Operating System Updates for CPU 313C-2 PtP
for products: 6ES7313-6BE00-0AB0; 6ES7313-6BE01-0AB0;
2009-01-12
ID: 12011744
Downloads Operating System Updates for CPU 314C-2 DP
for products: 6ES7314-6CF00-0AB0; 6ES7314-6CF01-0AB0;
2009-01-12
ID: 12019198
Downloads Operating System Updates for CPU 315F-2 DP
for products: 6ES7315-6FF01-0AB0
2009-01-12
ID: 15178152
Downloads Operating System Updates for CPU 315-2DP
for products: 6ES7315-2AG10-0AB0


Make sure you use the latest firmware.

Updated firmware CPU list:

CPU 315-2 DP/N

CPU 315F DP/PN

CPU 317-2 DP/PN

IM154-4PN High Feature

IM154-8 PN/DP CPU

Did you know that you can download images of most Siemens products ?

Handy for presentations and visualisations ?

Click here to go to images-database pages.








Bagian 1. Pengenalan WINCC Flexible Siemens

Labels: , , , , ,

Apakah itu WinCC Flexible?

WinCC Flexible merupakan software yang dikeluarkan oleh Siemens untuk merancang, mendesain, atau memrogram HMI/OP (Human Machine Interface/Operator Control).

WinCC fleksibel sangat ideal untuk digunakan sebagai perangkat lunak HMI di semua aplikasi di mana operator kontrol dan pemantauan diperlukan di lokasi - apakah dalam proses produksi dan otomatisasi.

Apa Kelebihan WinCC Flexible?

Ada beberapa kelebihan yang ditawarkan oleh WinCC ini yaitu klik langsung deh link dibawah ini untuk penjelasan lebih lengkap.

Implement on a flexible basis, safe investment and future proof
Highest configuration efficiency
Traceability and easy validation
Innovative HMI- and Automation concepts
Web enabled Service and Diagnostics

Cek di situs Siemens untuk Keterangan lebih lengkap:
http://www.automation.siemens.com/hmi/html_76/products/software/wincc-flexible/index.htm



Contoh salah satu windows WinCC. Terlihat beberapa jenis HMI (Hardware) yang bisa diprogram melalui winCC ini.



Bagaimana cara menggunakan WinCC Flexible?

Nanti Kita bahas di hari selanjutnya.. OK!