Manual_SIMIT_Control_Lib_V2.0
Manual_SIMIT_Control_Lib_V2.0
Siemens
Industry
Online
Support
Legal information
Legal information
Use of application examples
Application examples illustrate the solution of automation tasks through an interaction of several
components in the form of text, graphics and/or software modules. The application examples are
a free service by Siemens AG and/or a subsidiary of Siemens AG ("Siemens"). They are
non-binding and make no claim to completeness or functionality regarding configuration and
equipment. The application examples merely offer help with typical tasks; they do not constitute
customer-specific solutions. You yourself are responsible for the proper and safe operation of the
products in accordance with applicable regulations and must also check the function of the
respective application example and customize it for your system.
Siemens grants you the non-exclusive, non-sublicensable and non-transferable right to have the
application examples used by technically trained personnel. Any change to the application
examples is your responsibility. Sharing the application examples with third parties or copying the
application examples or excerpts thereof is permitted only in combination with your own products.
The application examples are not required to undergo the customary tests and quality inspections
of a chargeable product; they may have functional and performance defects as well as errors. It is
your responsibility to use them in such a manner that any malfunctions that may occur do not
result in property damage or injury to persons.
Disclaimer of liability
Siemens shall not assume any liability, for any legal reason whatsoever, including, without
limitation, liability for the usability, availability, completeness and freedom from defects of the
application examples as well as for related information, configuration and performance data and
any damage caused thereby. This shall not apply in cases of mandatory liability, for example
under the German Product Liability Act, or in cases of intent, gross negligence, or culpable loss of
life, bodily injury or damage to health, non-compliance with a guarantee, fraudulent
non-disclosure of a defect, or culpable breach of material contractual obligations. Claims for
damages arising from a breach of material contractual obligations shall however be limited to the
© Siemens AG 2021 All rights reserved
foreseeable damage typical of the type of agreement, unless liability arises from intent or gross
negligence or is based on loss of life, bodily injury or damage to health. The foregoing provisions
do not imply any change in the burden of proof to your detriment. You shall indemnify Siemens
against existing or future claims of third parties in this connection except where Siemens is
mandatorily liable.
By using the application examples you acknowledge that Siemens cannot be held liable for any
damage beyond the liability provisions described.
Other information
Siemens reserves the right to make changes to the application examples at any time without
notice. In case of discrepancies between the suggestions in the application examples and other
Siemens publications such as catalogs, the content of the other documentation shall have
precedence.
The Siemens terms of use (https://support.industry.siemens.com) shall also apply.
Security information
Siemens provides products and solutions with Industrial Security functions that support the secure
operation of plants, systems, machines and networks.
In order to protect plants, systems, machines and networks against cyber threats, it is necessary
to implement – and continuously maintain – a holistic, state-of-the-art industrial security concept.
Siemens’ products and solutions constitute one element of such a concept.
Customers are responsible for preventing unauthorized access to their plants, systems, machines
and networks. Such systems, machines and components should only be connected to an
enterprise network or the Internet if and to the extent such a connection is necessary and only
when appropriate security measures (e.g. firewalls and/or network segmentation) are in place.
For additional information on industrial security measures that may be implemented, please visit
https://www.siemens.com/industrialsecurity.
Siemens’ products and solutions undergo continuous development to make them more secure.
Siemens strongly recommends that product updates are applied as soon as they are available
and that the latest product versions are used. Use of product versions that are no longer
supported, and failure to apply the latest updates may increase customer’s exposure to cyber
threats.
To stay informed about product updates, subscribe to the Siemens Industrial Security RSS Feed
at: https://www.siemens.com/industrialsecurity.
Table of contents
Legal information ......................................................................................................... 2
1 Introduction ........................................................................................................ 4
1.1 Components used ................................................................................ 4
2 Behavior library ................................................................................................. 5
The control elements library is an extension of SIMIT, which provides
components for the creation of control and indicator
functionality simulations. ...................................................................... 5
3 Software Setup ................................................................................................... 6
3.1 SIMIT .................................................................................................... 6
3.1.1 Structure of the SIMIT project .............................................................. 6
4 Description of the SIMIT components ............................................................. 8
4.1 EmergencyStop .................................................................................... 8
4.1.1 Symbol.................................................................................................. 8
4.1.2 Function ................................................................................................ 8
4.1.3 Parameters ........................................................................................... 9
4.2 Indicator ................................................................................................ 9
4.2.1 Symbol.................................................................................................. 9
4.2.2 Function ................................................................................................ 9
4.2.3 Parameters ......................................................................................... 10
© Siemens AG 2021 All rights reserved
1 Introduction
The SIMIT behavior library already contains some standard components, such as
buttons, indicators, actuators and valves. With this library you receive an extension
of the control and indicator elements library of SIMIT contained in the standard.
Limitations
This application example does not provide information on the following topics:
2 Behavior library
The control elements library is an extension of SIMIT, which provides components
for the creation of control and indicator functionality simulations.
Installation
First, download the library from the download page:
https://support.industry.siemens.com/cs/ww/en/view/109775634.
To install, proceed as follows:
1. Extract the ZIP file into any directory on the SIMIT configuration computer.
2. Open a new or existing SIMIT project.
3. Open the "Components" task card and expand the "User components" area.
4. Click on the "Open library" button and navigate to the storage location of the
SIMIT device library.
After the library has been loaded, you can use it just like the standard SIMIT
libraries.
© Siemens AG 2021 All rights reserved
3 Software Setup
3.1 SIMIT
3.1.1 Structure of the SIMIT project
The SIMIT simulation software maps the behavior of active components (e.g. of
drives or valves). In SIMIT, you can simulate error scenarios to analyze the
behavior of the machine in a virtual space. The required components are organized
in individual charts.
EmergencyStop
In this chart, the EmergencyStop component is displayed in different states.
Indicator
In this chart, the Indicator component is displayed in different states.
IndicatorTower
In this chart, the IndicatorTower component is displayed in different states.
KeySwitch
In this chart, the KeySwitch component is displayed in different states.
Lightbutton
In this chart, the Lightbutton component is displayed in different states.
RotarySwitch
In this chart, the RotarySwitch component is displayed in different states.
F-DirectKeys
In this chart, the F-DirectKeys component is displayed in different states.
© Siemens AG 2021 All rights reserved
4.1.2 Function
4.1.3 Parameters
4.2 Indicator
4.2.1 Symbol
4.2.2 Function
The indicator component is a binary display for different colors with one input
connector (X).
If input (X) is False, the chosen light color is displayed transparent.
If input (X) is True, the chosen light color is displayed highlighted.
The background and indicator color can be changed offline and online via the
parameters “BackgroundColor” and “IndicatorColor”.
4.2.3 Parameters
4.3 IndicatorTower
4.3.1 Symbol
4.3.2 Function
The indicator tower component is a binary display with three input connectors for
colors red, yellow and green.
If inputs are False, default color “grey” is highlighted.
If inputs are True, the selected color is highlighted.
4.3.3 Inputs
4.4 KeySwitch
4.4.1 Symbol
4.4.2 Function
The KeySwitch component is a switch with two output connectors (Y, YN).
In default state, the switch isn’t triggered “0” (YN = True, Y = False).
If the switch is triggered “1” (YN = False, Y = True), the line which is representing
the key is rotating.
The background color can be changed offline and online via the parameter
“BackgroundColor”.
4.4.3 Parameters
4.5 Lightbutton
© Siemens AG 2021 All rights reserved
4.5.1 Symbol
4.5.2 Function
The Lightbutton component is a switch with one input connector (X) and one output
connectors (Y).
In default state (Normally Open Contact), the button isn’t triggered (X = False, Y =
False).
In default state (Normally Closed Contact), the button isn’t triggered (X=False, Y =
True).
If the switch is triggered (Y = True), a black circle around the color is highlighted.
The button color can be changed offline and online via the parameter
“ButtonColor”.
The button type can be changed offline and online via the parameter “ButtonType”.
The background color can be changed offline and online via the parameter
“BackgroundColor”.
4.5.3 Parameters
4.6 RotarySwitch
4.6.1 Symbol
4.6.2 Function
4.6.3 Parameters
4.7 F-DirectKeys
4.7.1 Symbol
4.7.2 Function
The F-DirectKeys component is a Pushbutton with one input -and one output
connector.
In default state, the button isn’t active and triggered (X = False, Y = False).
If the Input X = True, the green LED is visible, the F-DirectKey is shown as active.
If the F-DirectKey is pushed, the output Y = True.
4.7.3 Parameters
5 Appendix
5.1 Service and support
Industry Online Support
Do you have any questions or need assistance?
Siemens Industry Online Support offers round the clock access to our entire
service and support know-how and portfolio.
The Industry Online Support is the central address for information about our
products, solutions and services.
Product information, manuals, downloads, FAQs, application examples and videos
– all information is accessible with just a few mouse clicks:
support.industry.siemens.com
Technical Support
The Technical Support of Siemens Industry provides you fast and competent
support regarding all technical queries with numerous tailor-made offers
– ranging from basic support to individual support contracts. Please send queries
to Technical Support via Web form:
www.siemens.com/industry/supportrequest
© Siemens AG 2021 All rights reserved
Service offer
Our range of services includes the following:
• Plant data services
• Spare parts services
• Repair services
• On-site and maintenance services
• Retrofitting and modernization services
• Service programs and contracts
You can find detailed information on our range of services in the service catalog
web page:
support.industry.siemens.com/cs/sc
https://support.industry.siemens.com/cs/es/en/view/109772278
\7\ SIMATIC Machine Simulator - Getting Started
https://support.industry.siemens.com/cs/ww/en/view/109758943