Technical data

SINAUT TD7 software package for the CPU
2.5 Data point typicals
Software
System Manual, 07/2009, C79000-G8976-C222-07
257
Name: CommandOutputTime
Declaration: INPUT
Data type INT
Default: 500
Explanation 500
Range of
values:
Command up time for command outputs in ms.
No parameter specified: Default value 500 [ms] is valid.
The specified time applies to all command outputs. If more than one output
can be set at the same time (MultipleOutput = TRUE), the output time is
restarted with each newly received command. This means that pending
commands are retriggered. All the command outputs are reset of the same
time when the output time elapses.
Point to note with CommandOutputTime = 0
A set command output is not reset by the command typical. The user
program is responsible for this.
If no parameter is specified, an output time of 500 ms is used as the default.
Name: NewData
Refer to
Parameters you require often (Page 223).
Explanation
of the
typical-
specific
outputs
Whenever the FB has received new data and has output it to the output byte
CommandOuputByte, the NewData output is set to TRUE for one OB1 cycle.
Name: CommandOutputByte
Declaration: IN_OUT
Data type BYTE
Default: 0 (B#16#0)
Explanation Command output byte.
Range of
values:
(process image) output bytes
Memory bytes
Data bytes
QB0 ... QBn
MB0 ... MBn
DBm.DBB0 ... n
To allow the command outputs to be reset both by the command typical itself
as well as by the user program (went output time = 0), the parameter was
declared as an IN_OUT parameter.