0% found this document useful (0 votes)
244 views8 pages

SICAM 230 Manual: Allocations

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
244 views8 pages

SICAM 230 Manual: Allocations

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

SICAM 230 manual

Allocations

v.7.20
©2015 Ing. Punzenberger COPA-DATA GmbH

All rights reserved.

Distribution and/or reproduction of this document or parts thereof in any form are permitted solely
with the written permission of the company SIEMENS. Technical data is only used for product
description and are not guaranteed qualities in the legal sense. Subject to change, technical or
otherwise.
SICAM 230

Contents

1. Welcome to SIEMENS help ........................................................................................................... 4

2. Allocations .................................................................................................................................. 4

3. Engineering in the Editor.............................................................................................................. 6

4. Allocation detail view of toolbar and context menu ...................................................................... 6

5. Trigger variables and trigger type ................................................................................................. 7

3
SICAM 230 Welcome to SIEMENS help

1. Welcome to SIEMENS help

GENERAL HELP

If you cannot find any information you require in this help chapter or can think of anything that you
would like added, please send an email to [email protected]
(mailto:[email protected]).

PROJECT SUPPORT

You can receive support for any real project you may have from our Support Team, who you can contact
via email at [email protected] (mailto:[email protected]).

LICENSES AND MODULES

If you find that you need other modules or licenses, our staff will be happy to help you. Email
[email protected] (mailto:[email protected]).

2. Allocations
Allocations make it possible to place the current value of a variable onto a second variable within or
without the driver.

In

License information

4
SICAM 230 Allocations

Part of the standard license of the Editor and Runtime.

SICAM 230 it is possible to write values from the controller directly into a SQL database or to write value
changes from one driver to another driver when they occur. You can also make cross-project allocations.

Attention: Cross-project allocations are executed only after all projects have been loaded.

TRANSFER

An allocation transfers value, state and time stamp of the source variable to the target variable.

Note: At the moment state and time stamp can only be processed by the following drivers:

 Internal driver

 SQL driver

 AK driver (SICAM 230)


States Real time external (T_EXTERN), Real time internal (T_INTERN)und Daylight saving time/standard
time announcement (T_CHG_A) are not transferred. They are defined by the time stamp.

The signal resolution should therefore have the same limits for both variables (overflow behavior).

The transfer of the value occurs on a vale change: Whenever the source variables value is changed, the
value of the target variable is changed as well. Should the value of the target variable be changed
independently from that of the source variable, then the target variable has the different value as long
as the value of the source variable does not change.

Information
Allocations to Internal variables are also only carried out on the server.

CONTEXT MENU PROJECT MANAGER

Menu item Action


New allocation Inserts a new allocation in the list.

Export XML all... Exports all entries as an XML file.

Import XML... Imports XML files.

5
SICAM 230 Engineering in the Editor

Help Opens online help.

3. Engineering in the Editor


To define allocations:

1. select sub-node Allocations in node Variables in the Project manager.

2. already existing allocations are displayed in the detail view

3. select the desired action from the context menu or the tool bar, e.g. New allocation

4. in the properties window the properties of the new allocation are displayed and can be edited

An allocation implicitly needs:

 an unique name

 a source variable

 a target variable
When selecting property Source variable or Target variable the corresponding variable list
for selecting the desired variable is displayed. Each variable of one of each driver can be selected as a
source. The target variable must be readable/writeable.

Each value change to the source variable is transmitted to the target variable of the allocation.

The context menu of the detailview of the Project Manager allows to cut, copy, insert or delete existing
allocations.

4. Allocation detail view of toolbar and context menu

6
SICAM 230 Trigger variables and trigger type

CONTEXT MENU

Menu item Action


New allocation Inserts a new allocation in the list.

Cut Copies the selected entries to the clipboard and deletes them from
the list.

Copy Copies the selected entries to the clipboard.

Paste Pastes the contents of the clipboard. If an entry with the same name
already exists, the content is pasted as "Copy of...".

Clear Deletes selected entries after a confirmation from list.

Edit selected cell Opens the selected cell for editing. The binocular symbol in the
header shows which cell has been selected in a highlighted line. Only
cells that can be edited can be selected.

Properties Opens the Properties window for the selected entry.

Export selected XML Exports all selected entries as an XML file.

Import XML Imports entries from an XML file.

Remove filter Removes all filter settings.

Help Opens online help.

5. Trigger variables and trigger type


A trigger variable and a trigger type can be defined for assignments. Event-triggered assignments can
thus be defined. Values are thus no longer assigned automatically, but only when the value of a trigger
variable changes.

Trigger variable must be binary variable. Possible configurations are:

Trigger variable Trigger type Result


not defined Each change in the source variable causes the source value to be
assigned to the target variable.

7
SICAM 230 Trigger variables and trigger type

defined Edge The assignment is only executed if the trigger variable undergoes a
value change from 0 to 1. Only a positive edge of the bit variable
leads to the assignment being released. The assignment is no longer
instigated by a change to the value of the source variable.

defined Gage The assignment is always carried out as long as the trigger variable
has the value 1. Each time the value of the source variable changes,
the assignment is activated and the value is written to the target
variable. This assignment remains active until the value of the trigger
variable changes back to 0.

You might also like