Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
📖HomeBack CurrentValue is available on all advanced driver points and returns, not surprisingly, the current value of the point. Along with the CurrentValue property, there are a number of other properties that describe the current value of the point, such as:
CurrentStateDesc - the current text description for the value of the point
CurrentTime - the time the point was last updated
CurrentValuerFormatted - the value as a string with the units appended
and others...
The LoggedValue property is available on advanced driver points such as DNP3 points and specifies the last Logged data. Logged data is data where the reason for logging is a value change (a change which exceeded the significant change), state change, timed report or end of period. For a protocol such as DNP3, this means all event data is considered Logged data. Along with the value, it also allows for a number of other pieces of information about this value, such as:
LoggedStateDesc - the text description for the value of the point
LoggedTime - the time the logged data value changed
LoggedValueFormatted - the logged value as a string with the units appended
LoggedReason - the reason for the logged data.
The historic compression settings allow values in the database to not be written into the historic database unless they have changed by certain amounts or meet certain time criteria. In this case, the current values in the database (and all the associated properties) would be different to the logged values.
Similarly, some advanced drivers provide functionality to determine the types of data that are logged to the historic database, independent of the historic compression settings. In DNP3, it is possible to log either Static Data Only, Event Data Only or a combination of Static and Event Data. The Logged Data values will only be updated via time-stamped events being generated in the outstation and sent to ClearSCADA.