Place of Origin: | Japan |
Brand Name: | Tamagawa |
Certification: | CE |
Model Number: | TS5013N61 |
Minimum Order Quantity: | 1pcs |
---|---|
Packaging Details: | carton |
Delivery Time: | in stock |
Payment Terms: | T/T, Western Union, MoneyGram |
Supply Ability: | 100pcs/week |
Tamagawa: | Tamagawa | TS5013N61: | TS5013N61 |
---|---|---|---|
Japan: | Japan | COLOR: | BLACK |
Material: | Iron | Temperature: | 20-120 |
Demention: | 50mm |
TS3103N156
TS5013N61
TS5213N551
TS5208N122
TS5208N23
TS5778N171
TS5210N53
TS5320N510
TS5000N632
TS5212N510
TS5213N510
TS5312N616
TS208N101
TS5208N130
TS5213N530
TS5013N68
TS5214N566
TS5200N500
TS5305N616
TS5669N220
TS5214N564
TS5246N158
TS5667N650
TS5213N551
TS5668N20
TS5667N120
TS5667N420
TS5246N160
TS5312N512
TS5208N122
TS5641N151
TS5270N15
TS5308N616
TS5213N510
TS2014N181E32
TS5308N616
TS3462N1E76
TS5214N561
TS5214N510
TS2014N182E32
If the interpretation of control sequences is done, | Background color in hexadecimal notation |
he rest of the text will be transferred as it is given |
The definition of the "Color" attribute conforms to the Intel byte format. |
Font color in hexadecimal notation | The notation is 0xbbggrr (hex blue blue green green red red). |
The control characters for formatting the table cells conform to the HTML standard. The notation for is #rrggbb.
ach section must begin with the name of the corresponding file structure, followed by one or more lines containing the elements of the file structure. The following file structures are defined:
Trend_T; Name; Curves; DateFrom; DateTo; Common Y-Axis; Font; Fontsize - Name = name of the trend control or file - Curves = number of trends - DateFrom = start of time range, notation: 2000-10-30 10:15:00.000 Number of digits: year(4); month(2); day(2); hours(2); minutes(2); seconds(2); milliseconds(3). - DateTo = end of time range, notation:
Number of digits: year(4); month(2); day(2); hours(2); minutes(2); seconds(2); milliseconds(3). - Common Y-Axis = common y-axis - Font = font - Fontsize = font size
he filter criteria for alarm output are transferred with the transfer of the selection criteria from the selection dialog in the "Filter criteria for alarm output" area. The filter criteria can be edited.
The structure consists of the elements Field, Operand and Value, with the individual parameters separated by blanks. Example: DATETIME >= 2000-12-21 00:00:00' AND MSGNR >= 100 (all messages since 12.20.2000 with message number greater than 100) ● Strings, date, and time must be passed in single quotation marks. ● In the DATETIME argument, the date and time of day are separated by a blank. Regardless of the time base setting in the object properties, the output of DATETIME is based on the time base Local Time. Exception: UTC is set as the time base: in this case, the output is based on time base UTC.
DATETIME Date 'YYYY-MM-DD hh:mm:ss.msmsms' DATETIME >= '1999-05-03 16:00:00' Output of message from 05.03.1999 16:00 hours. MSGNR Integer Message number MSGNR >= 10 AND MSGNR <= 12 Output of messages with message number 10 -12. CLASS IN AND TYPE IN Integer Message class ID 1-16 and message type ID 1-256 CLASS IN ( 1 ) AND TYPE IN ( 2 ) Output of messages of message class 1 message type 2.
STATE IN(1,2,3) Output of all message that came in, went out and were acknowledged. Possible values: 1 = Came In messages 2 = Went Out messages 3 = acknowledged messages 4 = locked message 5 = released messages 6 = messages that came in and have been acknowledged 7 = messages that came in and went out 16 = messages acknowledged by the system 17 = emergency-acknowledged messages
several values in Array separated by commas, e.g. CLASS IN( 1 ,2 ,3 ) AND TYPE IN( 1 ,2 ,19 ,20 ,37 ,38 ) LIKE: Text must contain string, e.g.: TEXT1 LIKE 'Error' relays message where Text1 contains the search text Error. The operand LIKE is only permissible for TEXT arguments. Arguments and operands other than those mentioned above are not permissible.