The data file contains the data values that are scaled representations dịch - The data file contains the data values that are scaled representations Việt làm thế nào để nói

The data file contains the data val

The data file contains the data values that are scaled representations of the sampled event.
The data must conform exactly to the format defined in the configuration file so that the data
can be read by a computer program. The data file type (ft) field defined in the configuration
file specifies the file type. For binary data files ft is set to binary, binary32, or float32. For
ASCII data files ft is set to ASCII.
8.2 Content
The data file contains the sample number, time stamp, and data values of each channel for
each sample in the file. In ASCII data files, the data for each channel within a sample are
separated from the succeeding channel data by a comma. This is commonly called “comma
delimited format.” Sequential samples are separated by a between the last channel
data value in a sample and the sample number of the succeeding sample. In binary, binary32,
or float32 files, there are no separators between the data for each channel within a sample or
between sequential sample periods. No other information is contained in the data file.
8.3 Data filenames
Data filenames shall have the .DAT extension to distinguish them from header, configuration,
and information files in the same set and to serve as a convention that is easy to remember
IEC 60255-24:2013 – 25 –
IEEE Std C37.111 -2013
Published by IEC under license from IEEE. © 201 3 IEEE. All rights reserved.
and identify. The filename itself shall be the same for header, configuration, data, and
information files to associate all of the files.
Appropriate medium for storage and exchange of data files should be used depending on the
file size. It is strongly recommended to use the binary, binary32, or float32 formats for large
data files.
8.4 ASCII data file format
The ASCII data file shall be divided into rows and columns. The number of data rows varies
with the length of the recording and thus affects the length of the file. Each row shall be
divided into TT+2 columns where TT is the total number of channels, analog and status, in the
recording; the other two columns are for the sample number and time stamp. The number of
columns is dependent upon the recording system and also affects the file length. Field lengths
specified for ASCII data files are maximum values and are not fixed lengths. All numeric
characters, including sign notation, shall fit within the field length limits.
a) The first column contains the sample number.
b) The second column is the time stamp for the data of that sample number.
c) The third set of columns contains the data values that represent analog information.
d) The fourth set of columns contains the data for the status channels.
e) The next row (line) begins with the next sample number followed by the next data set.
f) An ASCII end of file (EOF) marker (“1A” HEX) shall be placed immediately following the
carriage return/line feed () of the last data row of the file.
Each data sample record shall consist of integers arranged as follows:
n, timestamp, A1 , A2, .....Ak, D1 , D2, .....Dm
where
n is the sample number. Critical, integer, numeric, minimum length = 1
character, maximum length = 10 characters, minimum value = 1, maximum
value = 9999999999.
timestamp is the time stamp. Non-critical if nrates and samp variables in .CFG file are
nonzero, critical if nrates and samp variables in .CFG file are zero. Integer,
numeric, minimum length = 1 character, maximum length = 13 characters.
Base unit of time is microseconds or nanoseconds depending on the
definition of the date/time stamp in the CFG file. The elapsed time from the
first data sample in a data file to the sample marked by any time stamp field is
the product of the time stamp and the time multiplier in the configuration file
(timestamp * timemult). When both the nrates and samp variable
information are available and the timestamp information is available, the use
of nrates and samp variables is preferred for precise timing.
A
1 ….Ak are the analog channel data values separated by commas. Non-critical,
numeric (integer or real), minimum length = 1 character, maximum length =
13 characters, minimum value = -3.4028235E38, maximum value =
3.4028235E38. Missing analog values must be represented by data
separators immediately following each other with no spaces (null fields).
D
1 ….Dm are the status channel data values separated by commas. Non-critical,
integer, numeric, minimum length = 1 character, maximum length = 1
character. The only valid values are 0 or 1. No provision is made for tagging
missing status data and in such cases the field must be set to 1 or to 0. The
last data value in a sample shall be terminated with carriage return/line feed.
– 26 – IEC 60255-24:2013
IEEE Std C37.111 -2013
Published by IEC under license from IEEE. © 201 3 IEEE. All rights reserved.
8.5 Example ASCII data sample
Figure 1 shows an example data sample as specified in this standard. It has six analog values
and six status values. It is taken from Annex C.
5, 667, –760, 1274,
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
The data file contains the data values that are scaled representations of the sampled event.The data must conform exactly to the format defined in the configuration file so that the datacan be read by a computer program. The data file type (ft) field defined in the configurationfile specifies the file type. For binary data files ft is set to binary, binary32, or float32. ForASCII data files ft is set to ASCII.8.2 ContentThe data file contains the sample number, time stamp, and data values of each channel foreach sample in the file. In ASCII data files, the data for each channel within a sample areseparated from the succeeding channel data by a comma. This is commonly called “commadelimited format.” Sequential samples are separated by a between the last channeldata value in a sample and the sample number of the succeeding sample. In binary, binary32,or float32 files, there are no separators between the data for each channel within a sample orbetween sequential sample periods. No other information is contained in the data file.8.3 Data filenamesData filenames shall have the .DAT extension to distinguish them from header, configuration,and information files in the same set and to serve as a convention that is easy to rememberIEC 60255-24:2013 – 25 –IEEE Std C37.111 -2013Published by IEC under license from IEEE. © 201 3 IEEE. All rights reserved.and identify. The filename itself shall be the same for header, configuration, data, andinformation files to associate all of the files.Appropriate medium for storage and exchange of data files should be used depending on thefile size. It is strongly recommended to use the binary, binary32, or float32 formats for largedata files.8.4 ASCII data file formatThe ASCII data file shall be divided into rows and columns. The number of data rows varieswith the length of the recording and thus affects the length of the file. Each row shall bedivided into TT+2 columns where TT is the total number of channels, analog and status, in therecording; the other two columns are for the sample number and time stamp. The number ofcolumns is dependent upon the recording system and also affects the file length. Field lengthsspecified for ASCII data files are maximum values and are not fixed lengths. All numericcharacters, including sign notation, shall fit within the field length limits.a) The first column contains the sample number.b) The second column is the time stamp for the data of that sample number.c) The third set of columns contains the data values that represent analog information.d) The fourth set of columns contains the data for the status channels.e) The next row (line) begins with the next sample number followed by the next data set.f) An ASCII end of file (EOF) marker (“1A” HEX) shall be placed immediately following thecarriage return/line feed () of the last data row of the file.Each data sample record shall consist of integers arranged as follows:n, timestamp, A1 , A2, .....Ak, D1 , D2, .....Dmwheren is the sample number. Critical, integer, numeric, minimum length = 1character, maximum length = 10 characters, minimum value = 1, maximumvalue = 9999999999.timestamp is the time stamp. Non-critical if nrates and samp variables in .CFG file arenonzero, critical if nrates and samp variables in .CFG file are zero. Integer,numeric, minimum length = 1 character, maximum length = 13 characters.Base unit of time is microseconds or nanoseconds depending on thedefinition of the date/time stamp in the CFG file. The elapsed time from thefirst data sample in a data file to the sample marked by any time stamp field isthe product of the time stamp and the time multiplier in the configuration file(timestamp * timemult). When both the nrates and samp variableinformation are available and the timestamp information is available, the useof nrates and samp variables is preferred for precise timing.A1 ….Ak are the analog channel data values separated by commas. Non-critical,numeric (integer or real), minimum length = 1 character, maximum length =13 characters, minimum value = -3.4028235E38, maximum value =3.4028235E38. Missing analog values must be represented by dataseparators immediately following each other with no spaces (null fields).D1 ….Dm are the status channel data values separated by commas. Non-critical,integer, numeric, minimum length = 1 character, maximum length = 1
character. The only valid values are 0 or 1. No provision is made for tagging
missing status data and in such cases the field must be set to 1 or to 0. The
last data value in a sample shall be terminated with carriage return/line feed.
– 26 – IEC 60255-24:2013
IEEE Std C37.111 -2013
Published by IEC under license from IEEE. © 201 3 IEEE. All rights reserved.
8.5 Example ASCII data sample
Figure 1 shows an example data sample as specified in this standard. It has six analog values
and six status values. It is taken from Annex C.
5, 667, –760, 1274,
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
Các tập tin dữ liệu chứa các giá trị dữ liệu được thu nhỏ đại diện của sự kiện được lấy mẫu.
Các dữ liệu phải phù hợp chính xác với các định dạng được định nghĩa trong tập tin cấu hình để các dữ liệu
có thể được đọc bởi một chương trình máy tính. Các loại tập tin dữ liệu (ft) trường được xác định trong cấu hình
tập tin quy định các loại tập tin. Đối với các file dữ liệu nhị phân ft được thiết lập để nhị phân, binary32, hoặc float32. Đối với
ASCII tập tin dữ liệu ft được thiết lập để ASCII.
8.2 Nội dung
của tập tin dữ liệu chứa số mẫu, tem thời gian, và các giá trị dữ liệu của mỗi kênh cho
mỗi mẫu trong tập tin. Trong các tập tin dữ liệu ASCII, dữ liệu cho mỗi kênh trong một mẫu được
tách ra từ các kênh dữ liệu thành công bởi dấu phẩy. Điều này thường được gọi là "dấu phẩy
định dạng phân cách." Mẫu tuần tự được ngăn cách bởi mộtgiữa các kênh cuối cùng
giá trị dữ liệu trong một mẫu và số mẫu của các mẫu thành công. Trong hệ nhị phân, binary32,
hoặc các tập tin float32, không có dải phân cách giữa các dữ liệu cho mỗi kênh trong một mẫu hoặc
giữa các kỳ mẫu tuần tự. Không có thông tin khác được chứa trong các tập tin dữ liệu.
8.3 Dữ liệu tên tập tin
tên tập tin dữ liệu sẽ có phần mở rộng .DAT để phân biệt với tiêu đề, cấu hình,
và các tập tin thông tin trong cùng một tập và phục vụ như là một quy ước đó là dễ dàng để nhớ
IEC 60255- 24: 2013 - 25 -
IEEE Std C37.111 -2013
đăng bởi IEC theo giấy phép từ IEEE. © 201 3 IEEE. Tất cả quyền được bảo lưu.
Và xác định. Các tên tập tin tự nó sẽ tương tự cho tiêu đề, cấu hình, dữ liệu và
các file thông tin để kết hợp tất cả các tập tin.
Trung bình thích hợp cho việc lưu trữ và trao đổi các tập tin dữ liệu nên được sử dụng tùy thuộc vào
kích thước tập tin. Nó được khuyến khích mạnh mẽ để sử dụng hệ nhị phân, binary32, hoặc các định dạng float32 cho lớn
các tập tin dữ liệu.
Định dạng 8.4 ASCII tập tin dữ liệu
tập tin dữ liệu ASCII sẽ được chia thành các hàng và cột. Số hàng dữ liệu khác nhau
với độ dài của bản ghi và do đó ảnh hưởng đến chiều dài của tập tin. Mỗi hàng được
chia thành TT + 2 cột mà TT là tổng số kênh, tương tự và trạng thái, trong
ghi âm; hai cột khác là cho số lượng mẫu và tem thời gian. Số lượng các
cột phụ thuộc vào hệ thống ghi âm và cũng ảnh hưởng đến chiều dài tập tin. Độ dài Dòng
định cho các tập tin dữ liệu ASCII là những giá trị tối đa và không cố định độ dài. Tất cả số
ký tự, bao gồm cả ký hiệu dấu hiệu, phải nằm trong giới hạn độ dài trường.
A) Cột đầu tiên chứa số mẫu.
B) Cột thứ hai là tem thời gian cho các dữ liệu của các số mẫu.
C) Các tập thứ ba của cột chứa các giá trị dữ liệu thể hiện thông tin tương tự.
d) các thiết lập thứ tư của cột chứa dữ liệu cho các kênh trạng thái.
e) các hàng tiếp theo (dòng) bắt đầu với số lượng mẫu tiếp theo sau đó là tập hợp dữ liệu tiếp theo.
f) Một kết thúc ASCII của tập tin (EOF) đánh dấu ( "1A" HEX) phải được đặt ngay sau khi
thức ăn vận chuyển trở lại / dòng () Của các dòng dữ liệu cuối cùng của tập tin.
Mỗi bản ghi dữ liệu mẫu sẽ bao gồm các số nguyên được sắp xếp như sau:
n, dấu thời gian, A1, A2, ..... Ak, D1, D2, ..... Dm
nơi
n là số lượng mẫu. Quan trọng, số nguyên, số, độ dài tối thiểu = 1
nhân vật, chiều dài tối đa = 10 ký tự, giá trị tối thiểu = 1, tối đa
giá trị = 9999999999.
dấu thời gian là thời gian đóng dấu. Không quan trọng nếu nrates và biến samp trong file cfg là
khác không, quan trọng nếu nrates và biến samp trong file cfg là zero. Số nguyên,
số, độ dài tối thiểu = 1 ký tự, tối đa chiều dài = 13 ký tự.
Cơ sở đơn vị thời gian là micro hoặc nano giây tùy thuộc vào
định nghĩa của các dấu ngày / giờ trong file CFG. Thời gian trôi qua từ
mẫu dữ liệu đầu tiên trong một tập tin dữ liệu vào mẫu đánh dấu bằng bất kỳ lĩnh vực tem thời gian là
sản phẩm của các tem thời gian và số nhân thời gian trong file cấu hình
(timestamp * timemult). Khi cả hai nrates và Samp biến
thông tin có sẵn và các thông tin thời gian có được sẵn, việc sử dụng
của nrates và biến samp được ưa thích cho thời gian chính xác.
Một
1 ... .Ak là những giá trị dữ liệu kênh analog cách nhau bởi dấu phẩy. Không quan trọng,
số (số nguyên hoặc thực), tối thiểu chiều dài = 1 ký tự, độ dài tối đa =
13 ký tự, giá trị tối thiểu = -3.4028235E38, giá trị tối đa =
3.4028235E38. Thiếu giá trị tương tự phải được đại diện bởi các dữ liệu
phân cách ngay lập tức sau mỗi khác không có dấu cách (trường null).
D
1 ... .Dm là những giá trị dữ liệu kênh tình trạng cách nhau bởi dấu phẩy. Không quan trọng,
số nguyên, số, độ dài tối thiểu = 1 ký tự, tối đa chiều dài = 1
nhân vật. Các giá trị hợp lệ là 0 hoặc 1. Không có quy định đối với việc gắn thẻ
bị mất dữ liệu tình trạng và trong những trường hợp như vậy lĩnh vực này phải được thiết lập để 1 hoặc 0. Các
giá trị dữ liệu cuối cùng trong một mẫu sẽ được chấm dứt với vận chuyển trở lại / thức ăn đường.
- 26 - IEC 60255-24: 2013
IEEE Std C37.111 -2013
đăng bởi IEC theo giấy phép từ IEEE. © 201 3 IEEE. Tất cả quyền được bảo lưu.
8,5 Ví dụ dữ liệu ASCII mẫu
Hình 1 cho thấy một mẫu dữ liệu ví dụ như quy định trong tiêu chuẩn này. Nó có sáu giá trị tương tự
và sáu giá trị trạng thái. Nó được lấy từ Phụ lục C.
5, 667, -760, 1274,
đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2025 I Love Translation. All reserved.

E-mail: