Technical data
SINAUT TD7 software package for the CPU
2.5 Data point typicals
Software
276 System Manual, 07/2009, C79000-G8976-C222-07
Range of
values:
TRUE or FALSE
No parameter specified: Default value FALSE is valid.
The input triggers a one-time synchronization of the ParameterInput input
area with the ReturnedParameter area. All the parameter values from the
ReturnedParameter area are then copied to the ParameterInput area. The
send buffer is also synchronized with the returned parameter values.
The ApplyRemoteParamMan input is reset automatically. You should
therefore only specify memory or data inputs as the input. The automatic
reset would not work with a digital input. The result would be a constant
synchronization as long as the digital input has a 1 signal.
If you do not require the parameter, simply leave it open.
Note
This is an in/out parameter (declaration IN_OUT). It is difficult to specify local bit memory
with this parameter type and this should not be used.
2.5.13 ST7 parameter typical FB Par12D_R
Function
Receive 1 to 12 parameter values (each 1 double word) or enter locally and send back the
current, locally valid parameter values.
The content of each double word may be a value in double word format (e.g. DINT, REAL
etc.); it can also be a mixture of other formats which together form a double word, for
example,
● 4 bytes, or
● 2 words, or
● 2 bytes plus 1 word.
The data area in which the received parameter values are output is defined with the
ParameterOutput parameter in the form of an Any pointer. This data area must be within a
data block and its length can vary between 1 and 12 double words. You can also use the
block to enter the parameter values locally. The input area for this is defined as an Any
pointer with the LocalParameterInput parameter. It must be located within a data block and
its length must be identical to the length configured at the ParameterOutput parameter.
The block only sends the changed data area. However, the complete parameter set is
returned in response to a general or single request.
Bumpless switchover between the Local and Remote operating modes is guaranteed.










