|
Type
| Function |
|
Description
| Adds the duration (LTIME) connected to IN2 to the point in time (LTIME_OF_DAY) connected to IN1 and delivers a point in time (LTIME_OF_DAY). |
|
Notes
|
|
|
Parameters
| Inputs
IN1
| Data type: | LTIME_OF_DAY |
| Description: | Point in time to which the duration at IN2 is added. |
IN2
| Data type: | LTIME |
| Description: | Duration to add. |
Output
Out
| Data type: | LTIME_OF_DAY |
| Description: | Result point in time. |
|
|
Error behavior | Error behavior
The following table shows the errors which may occur while executing the function and the value returned by the function in the corresponding error case.
| Error case | Output value |
| Overflow | Overflow value |
|
|
Additional information
| EN/ENO behavior
The POU is only executed if TRUE is applied to the EN input. If EN = FALSE, the POU is not executed and ENO = FALSE indicates the inactivity.
If any of the errors listed under "Error behavior" occurs while executing the function, ENO is set to FALSE.
|