Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DLogVal

Returns the logged data from the specified time

Function

ExpressionCommand

DLogVal("Tag Name", “Time Value”)

Script

n = DLogVal("Tag Name", “Time Value”)

Description

Returns the tag value according to the Time Value. The omitted values after the Time Value is set as the initial value.

E.g.) If you have entered Time Value as ‘2003’, it represents ‘2003-1-1 0:0:0’.

Example

Returns the ‘ELEC’ tag value of 2018- 3- 29 9: 54

DLogVal(“ELEC”, “2018Y03M29D09h54m”)

...