Create a new value record.
The time stamp as numeric string (UTC, 100 nanoseconds since January 1st 1970).
The raw value.
The status bits as hexadecimal numeric string.
Optionalvaluestr: string = nullThe server formatted string representation of the value.
Optionalstatusstr: stringThe server formatted string reprepsentation of the status.
Optionalreadonly: booleanThe value status cannot be changed.
Optionalrawprevioustime: stringThe time stamp of the previous value time as numeric string (UTC, 100 nanoseconds since January 1st 1970).
Gets the previous value UTC time stamp.
Optionalconnection: IMiaClientA connection for the returned cDateTime. (Defaults to the default connection.)
Gets the time stamp of the previous value time as numeric string (UTC, 100 nanoseconds since January 1st 1970).
Gets the time stamp as a numeric string (UTC, 100 nanoseconds since January 1st 1970).
Gets the value in raw format.
Gets the UTC time stamp.
Optionalconnection: IMiaClientA connection for the returned cDateTime. (Defaults to the default connection.)
Gets a string representation of the value.
Optionaldecimals: numberThe max number of decimals in the returned string value.
Optionalalwaysshowsign: boolean = falseShow positive number sign.
Optionalnumberformat: INumberFormatOptionsNumber formatting options.
Optionalusefixeddecimals: boolean = falseUse fixed number of decimals as specified in the decimals parameter, instead of variable decimals up to the specified number.
StaticIs
Represents a value record of process history data, containing a time stamp, a value and status information.