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.
Archive files are stored in the following formats, which are specially created for use in ClearSCADA.
Extension
Type
.MWJ
Event Journal archive data is stored in the .MWJ format.
.HRD
Raw historic data is stored in the .HRD format.
Event Journal
On an archive disk, the Event Journal archive files are stored in the EventJournal directory, with each file containing one hour of events. The Event Journal archive files are named:
H.MWJ
where is a 7 digit number that represents the time for the file. The number is based on the number of hours between 00:00 on January 1st 1601 and the start of the time period that is covered by the file.
Historic Data
The historic data archive files are stored in Historic directories, with a separate historic directory for each point. The historic directories are named:
Historic
Where is the object Id of the point.
Within each Historic directory, there are .HRD files for each week's worth of data. The historic data archive files are named:
WK.HRD
Where is a 6 digit number that represents the time for the file. The number is based on the number of weeks between January 1st 1601 and the start of the time period that is covered by the file.
Extracting Archive Data
You can use the ClearSCADA command line tool (scxcmd) to convert an Event Journal file or a raw historic data file into the .csv format (comma separated value). The .csv format is recognized by programs such as Microsoft Excel, which means you can view raw archive data in a spreadsheet application.
At the Windows command prompt, enter:
\SCXCMD HISDUMP ""
where:
is the directory in which you installed ClearSCADA.
is the name of the archive file you want to convert into the .csv format.
The can contain wildcards, so you can convert multiple files at the same time, for example, SCXCMD HISDUMP "D:\EventJournal*.MWJ" will convert all files in the Event Journal folder on D:\ into the .csv format.
ClearSCADA creates a new version of the file in the same directory as the original file. The new file is a .csv file and can be opened in various packages, including Microsoft Excel and Microsoft Notepad.
If the file is on a read-only archive volume, you will need to copy the file onto your hard disk before you can convert the archive data.