ecos Workflow xchange Documentation for remote control DuraScan 10, 20 DuraVision 20, 30, 40, 200, 300, 400 Y O U R F A C T O R O F S A F E T Y

Size: px
Start display at page:

Download "ecos Workflow xchange Documentation for remote control DuraScan 10, 20 DuraVision 20, 30, 40, 200, 300, 400 Y O U R F A C T O R O F S A F E T Y"

Transcription

1 ecos Workflow xchange Documentation for remote control DuraScan 10, 20 DuraVision 20, 30, 40, 200, 300, 400 Y O U R F A C T O R O F S A F E T Y

2 1 Table of contents 1 Table of contents General description Establishing a connection Serial interface Network interface Message structure Communication sequence commands Asynchronous commands Transfer flags Status flags Flags Commands Configuration 'AXXXX' Tab page selection 'AAXXX' General settings 'ABXXX' Holding times 'ACXXX' Movement 'ADXXX' Revolver 'AEXXX' Connection settings 'BXXXX' Connection 'BAXXX' Machine information 'CXXXX' Version 'CAXXX' Machine 'CBXXX' Measurement properties 'DXXXX' Quick configuration 'DAXXX' Additional test point designations 'DBXXX' Conversion 'DCXXX'...77 Page 2 of 270

3 3.4.4 Geometry correction 'DDXXX' Test procedure 'DEXXX' Circular light 'DFXXX' Hardness limit 'DGXXX' Test methods 'DHXXX' Lens 'DIXXX' Test templates 'DJXXX' Test type 'DKXXX' User fields 'DLXXX' Zoom level 'DMXXX' Measurement 'EXXXX' DuraScan 'EAXXX' DuraVision & DuraPro 'EBXXX' Movement 'FXXXX' DuraScan 'FAXXX' DuraVision & DuraPro 'FBXXX' PLC 'GXXXX' Information 'GAXXX' Result 'HXXXX' Specimen 'HAXXX' Measurement image 'HBXXX' Test point list 'HCXXX' Test point 'HDXXX' Messages 'IXXXX' Information message 'IAXXX' Page 3 of 270

4 2 General description has been designed for remote control of processes in the hardness tester via either the serial interface (RS-232) or the network interface. The interface is used, for example, in conjunction with third-party software or a PLC (programmable logic controller). 2.1 Establishing a connection Serial interface To establish a connection via RS-232, a so-called null modem cable with crossed data lines is required. The interface parameters must be configured as follows: Baud rate: 9600 bits: 8 Stop bits: 1 Parity: None Network interface A network-capable PC and an appropriate network cable are required. The IP address (assigned via DHCP) of the hardness tester's internal computer, or its hostname, is also required. If you have any other questions regarding the IP address of the hardness tester, consult your network administrator. All communications with the hardness tester via the network interface pass through port Please ensure that this port is open on the network and on the host computer! Access to the computer can be tested using the ping command from the Windows command line. ping To send commands to the remote interface, a TCP/IP socket is opened for the IP address of the hardness tester at port 3759 and one of the described commands is sent as text. Page 4 of 270

5 2.2 Message structure The communication message consists of individual blocks separated by ASCII character " " (pipe, hex $7C). Each command begins with " " and ends with a line feed (hex $0A). The start character is followed by a command indicator. This consists of 5 characters: three letters for the command group and two digits for the command selector. This is followed by the communications flags, each consisting of two digits. These are transfer flags that signal the different transmission states. Then come the status flags, also consisting of two digits, which describe the status of the command. These are followed by the data-type flags, also consisting of two digits, which specify the data type of the command. Then the data appears as a string, unless otherwise specified, with different lengths. Floating point numbers with decimal places are output as text, e.g. " "; please note that, depending on your Windows settings, either a comma "," or a period "." is required as the decimal separator. The last variable is followed by another " ". After that come 2 bytes for the checksum, which is calculated as follows: The byte values starting from the first " " up to and including the last character (also " ") are added character by character. The total obtained is calculated modulo 256 and appended to the preceding string as a 2-byte hex value ("00" - "FF"). The command is concluded with a line feed character, hex $0A. Command TransferFlags StatusFlags Flags 1 2 N Checksum< 0A> ABZ Hello World! 31<0A> 2.3 Communication sequence If a checksum or command error occurs during communication, the command is responded to with the status flag error. Page 5 of 270

6 2.3.1 commands commands are executed and responded to immediately by the hardness tester. After the response from the hardness tester, the command is completed and the hardness tester is ready to execute the next command. Command to read the software version: Command to hardness tester CA <0A> Response from hardness tester CA Ecos Workflow Version: A1 Communication complete Page 6 of 270

7 2.3.2 Asynchronous commands Asynchronous commands are used for processes where the response is not available immediately and another action needs to be carried out. After receiving an asynchronous command, the hardness tester reports the start and any reports of the requested action. Once the action is complete, the host receives another confirmation regarding the end of the action. Measure command: Command to hardness tester EB A<0A> Response from hardness tester, measurement started EB C<0A> The action is carried out, the hardness tester sends reports regarding the status EB Main load achieved. DC<0A> After the end of the action, response from hardness tester, measurement complete EB <0A> Communication complete Page 7 of 270

8 2.4 Transfer flags Two-digit combinations are used as flags to indicate the status of transfers. Number Flag description 00 command 01 Reserved 02 Reserved 03 Reserved 04 Reserved 05 Asynchronous command 2.5 Status flags Two-digit combinations are used as flags to indicate the status of commands. Number Flag description 00 Status unknown 01 Reserved 02 The command has been started 03 Reserved 04 The command is being executed 05 Reserved 06 Report regarding the status of the command 07 Reserved 08 The command has been stopped 09 Reserved 10 The command has been completed successfully 11 Reserved 12 The command has been completed with an error 2.6 Flags Two-digit combinations are used as flags to indicate the data type. Page 8 of 270

9 Number Flag description 0 Null 1 Int 2 Double 3 String 4 Bool Reserved 8 DateTime 9 Image 10 List<Int> 11 List<String> Reserved 20 SingleSpecimen object 21 Conversion object 22 GeometryCorrection object 23 QuickSettings object Reserved 30 ToolHolder object 31 HoldTime object Reserved 49 Message object The data itself is always transferred as a string; the data type is used for internal identification of the conversion after transmission. Page 9 of 270

10 3 Commands This chapter provides a complete list of all commands supported by the hardness tester. The command consists of a main group, a subgroup, and a sub-subgroup, followed by the command. If one of the subgroups is not used, this is indicated by a space. 3.1 Configuration 'AXXXX' Group "A" describes configuration information for the hardness tester Tab page selection 'AAXXX' Subgroup "A" describes selection functions pertaining to the tab pages of the ecos software. Page 10 of 270

11 Select tab page on main form 'AA 02' Selects the transferred tab page on the main form in the ecos Workflow software. Identifier AA 02 -type flags 01 of page Identifier AA 02 -type flags 01 Possible pages: Page Specimen 1 Method 2 Position 3 Result 4 History 5 Settings 6 AA <0A> AA E<0A> Page 11 of 270

12 Select tab page in Method 'AA 04' Selects the transferred tab page on the Method tab of the main form in the ecos Workflow software. Identifier AA 04 -type flags 01 of page Identifier AA 04 -type flags 01 Possible pages: Page Method and lens 1 Conversion 2 Limits 3 Component correction 4 AA <0A> AA <0A> Page 12 of 270

13 Select tab page in Position 'AA 06' Selects the transferred tab page on the Position tab of the main form in the ecos Workflow software. Identifier AA 06 -type flags 01 of page Identifier AA 06 -type flags 01 Possible pages: Page Image 1 Revolver 2 Swivel body 3 Zoom 4 Circular light 5 AF camera 6 AF indent 7 Measurement 8 AA <0A> AA <0A> Page 13 of 270

14 Select tab page in History 'AA 08' Selects the transferred tab page on the History tab of the main form in the ecos Workflow software. Identifier AA 08 -type flags 01 of page Identifier AA 08 -type flags 01 Possible pages: Page List 1 Statistics 2 Report 3 Export 4 AA <0A> AA <0A> Page 14 of 270

15 Select tab page in Settings 'AA 10' Selects the transferred tab page on the Settings tab of the main form in the ecos Workflow software. Identifier AA 10 -type flags 01 of page Identifier AA 10 -type flags 01 Possible pages: Page General settings 1 Service 2 Change user 3 Exit 4 AA F<0A> AA D<0A> Page 15 of 270

16 Select tab page in General Settings 'AA 12' Selects the transferred tab page on the General Settings tab of the main form in the ecos Workflow software. Identifier AA 12 -type flags 01 of page Identifier AA 12 -type flags 01 Possible pages: Page General 1 User fields 2 AA <0A> AA F<0A> Page 16 of 270

17 Select tab page in Settings General 'AA 14' Selects the transferred tab page on the General tab of the main form in the ecos Workflow software. Identifier AA 14 -type flags 01 of page Identifier AA 14 -type flags 01 Possible pages: Page Region 1 Times 2 Info 3 AA <0A> AA <0A> Page 17 of 270

18 3.1.2 General settings 'ABXXX' Group "AB" contains functions pertaining to the general settings Read all units of measure 'AB 01' Reads all supported units of measure from the ecos Workflow software. Identifier AB 01 -type flags 10 Identifier AB 01 -type flags Possible values: Name Unknown 0 Millimetre 1 Inch 2 AB F<0A> AB ED<0A> Page 18 of 270

19 Read unit of measure 'AB 03' Reads out the currently configured unit of measure. Identifier AB 03 -type flags 01 Identifier AB 03 -type flags 01 1 Possible values: Name Unknown 0 Millimetre 1 Inch 2 AB <0A> AB <0A> Page 19 of 270

20 Set unit of measure 'AB 04' Sets the transferred unit of measure in the ecos Workflow software. Identifier AB 04 -type flags 01 1 Identifier AB 04 -type flags 01 Possible values: Name Unknown 0 Millimetre 1 Inch 2 AB <0A> AB <0A> Page 20 of 270

21 Read all languages 'AB 05' Reads all supported languages from the ecos Workflow software. Identifier AB 05 -type flags 10 Identifier AB 05 -type flags 10 N Possible values: Name Unknown 0 Chinese 1 Czech 2 German 3 English 4 Spanish 5 French 6 Hungarian 7 Italian 8 Japanese 9 Polish 10 Russian 11 Finnish 12 Page 21 of 270

22 Turkish 13 AB <0A> AB E9<0A> Page 22 of 270

23 Read language 'AB 07' Reads out the language currently configured in the software. Identifier AB 07 -type flags 01 Identifier AB 07 -type flags 01 3 Possible values: Name Unknown 0 Chinese 1 Czech 2 German 3 English 4 Spanish 5 French 6 Hungarian 7 Italian 8 Japanese 9 Polish 10 Russian 11 Finnish 12 Page 23 of 270

24 Turkish 13 AB <0A> AB <0A> Page 24 of 270

25 Set language 'AB 08' Sets the transferred language in the ecos Workflow software. Identifier AB 08 -type flags 01 3 Identifier AB 08 -type flags 01 Possible values: Name Unknown 0 Chinese 1 Czech 2 German 3 English 4 Spanish 5 French 6 Hungarian 7 Italian 8 Japanese 9 Polish 10 Russian 11 Finnish 12 Page 25 of 270

26 Turkish 13 AB <0A> AB <0A> Page 26 of 270

27 Read evaluation according to ASTM 'AB 09' Reads out the status of whether evaluation according to ASTM is active or inactive. Parameter transfer takes place based on a Boolean true or false value. Identifier AB 09 -type flags 01 Identifier AB 09 -type flags 01 Possible values: Name False 0 True 1 AB <0A> AB <0A> Page 27 of 270

28 Set evaluation according to ASTM 'AB 10' Sets evaluation according to ASTM to either active or inactive. Parameter transfer takes place based on a Boolean true or false value. Identifier AB 10 -type flags 04 0 Identifier AB 10 -type flags 04 Possible values: Name False 0 True 1 AB <0A> AB <0A> Page 28 of 270

29 3.1.3 Holding times 'ACXXX' Subgroup "C" contains functions pertaining to holding times Read all measurement types of the holding times 'AC 01' Reads out all possible measurement types for which the holding times can be configured. The output is grouped and the holding times are configured per group. The holding times are output in seconds. Identifier AC 01 -type flags 10 Identifier AC 01 -type flags N Possible values: Name Vickers, Knoop 1 Rockwell, HVT, HBT 2 HBW 3 H 4 AC <0A> AC D<0A> Page 29 of 270

30 Read measurement type 'AC 03' Reads out the currently configured measurement type from the software, without the holding time. Since the measurement types are grouped, there may be more than one. Identifier AC 03 -type flags 01 Identifier AC 03 -type flags 01 1 Possible values: Name Vickers, Knoop 1 Rockwell, HVT, HBT 2 HBW 3 H 4 AC <0A> AC <0A> Page 30 of 270

31 Set measurement type 'AC 04"' Sets the transferred measurement type in the software, without holding times. Identifier AC 04 -type flags 01 1 Identifier AC 04 -type flags 01 Possible values: Name Vickers, Knoop 1 Rockwell, HVT, HBT 2 HBW 3 H 4 AC <0A> AC <0A> Read holding times 'AC 05' Reads out the holding times in seconds for the transferred measurement type / group. Page 31 of 270

32 Identifier AC 05 -type flags 31 1 (measurement type) Identifier AC 05 -type flags 31 1 (measurement type) (in seconds) 3 (optional) 1 (in seconds) 4 (optional) 1 (in seconds) Possible measurement type values: Name Vickers, Knoop 1 Rockwell, HVT, HBT 2 HBW 3 H 4 AC <0A> AC <0A> Page 32 of 270

33 Set holding times 'AC 06' Sets the selected holding time for the transferred measurement type / group. The holding times must be specified in seconds. Identifier AC 06 -type flags 31 1 (measurement type) (in seconds) 3 2 (in seconds) 4 2 (in seconds) Identifier AC 06 -type flags 31 1 (measurement type) (in seconds) 3 2 (in seconds) 4 2 (in seconds) Possible measurement type values: Name Vickers, Knoop 1 Page 33 of 270

34 Rockwell, HVT, HBT 2 HBW 3 H 4 AC <0A> AC <0A> Page 34 of 270

35 3.1.4 Movement 'ADXXX' Subgroup "D" contains functions for the movement settings DuraScan 'ADAXX' Movement settings specifically for DuraScan Read revolver movement safety clearance 'ADA01' Reads out the currently selected safety distance as of which the revolver is allowed to turn. Identifier ADA01 -type flags 01 Identifier ADA01 -type flags ADA <0A> ADA <0A> Page 35 of 270

36 Set revolver movement safety clearance 'ADA0' Sets the selected safety distance as of which the revolver is allowed to turn. Only change following consultation. Identifier ADA02 -type flags Identifier ADA02 -type flags 01 ADA <0A> ADA <0A> Page 36 of 270

37 3.1.5 Revolver 'AEXXX' Subgroup "E" contains functions for the revolver DuraScan 'AEAXX' Revolver settings specifically for DuraScan Read all tools 'AEA01' Reads out all the tools installed on the revolver. The sequence of the tools relates to the base numbers. Identifier AEA01 -type flags 10 Identifier AEA01 -type flags 10 1 (revolver type) MotorDriven6x 2 (tool base 1) HB_2_5 3 (tool base 2) Optik_10x 4 (tool base 3) Vickers 5 (tool base 4) 4 6 (tool base 5) 5 7 (tool base 6) 6 Possible values: Page 37 of 270

38 Transfer values can be found in section AEA <0A> AEA <0A> Read tool 'AEA03' Reads out the currently selected tool. Identifier AEA03 -type flags 01 Identifier AEA03 -type flags 01 1 Possible values: Transfer values can be found in section AEA <0A> AEA <0A> Page 38 of 270

39 DuraVision & DuraPro 'AEBXX' Revolver settings specifically for DuraVision & DuraPro Read all tools 'AEB01' Reads out all the tools installed on the revolver. The sequence of the tools relates to the base numbers. Identifier AEB01 -type flags 30 Identifier AEB01 -type flags 30 1 (revolver type) 3 2 (tool base 1) 1 3 (tool base 2) 16 4 (tool base 3) 7 5 (tool base 4) 15 6 (tool base 5) 4 7 (tool base 6) 17 Possible values: Transfer values can be found in section Page 39 of 270

40 AEB <0A> AEB <0A> Read tool 'AEB03' Reads out the currently selected tool. Identifier AEB03 -type flags 01 Identifier AEB03 -type flags 01 1 Possible values: Transfer values can be found in section AEB <0A> AEB <0A> Page 40 of 270

41 Transfer values Here is a list of all transferrable values. Possible revolver type values: Name Unknown 0 Swivel body 1 Manual 3x 2 Motor-revolver 6x 3 Possible tool values: Name Unknown 0 Vickers 1 Knoop 2 HB 1 3 HB HB 5 5 HB 10 6 Rockwell 7 Rockwell 1/2 8 Rockwell 1/4 9 Rockwell 1/8 10 Rockwell 1/16 11 Rockwell 2 12 Rockwell 3/4 13 Lens 2.5x 14 Lens 4x 15 Lens 10x 16 Lens 20x 17 Lens 40x 18 Lens 60x 19 Lens 100x 20 Lens auto 21 (this tool cannot be controlled) Page 41 of 270

42 3.2 Connection settings 'BXXXX' Group "B" contains functions for the connection Connection 'BAXXX' Subgroup "A" contains connection functions. Page 42 of 270

43 Open connection 'BA 01' Prepares the ecos Workflow software for remote connection and disables the user interface. Identifier BA 01 -type flags 00 Identifier BA 01 -type flags 00 BA E<0A> BA D<0A> Page 43 of 270

44 Close connection 'BA 02' Closes the remote connection to the ecos Workflow Compact software and enables the user interface. Identifier BA 02 -type flags 00 Identifier BA 02 -type flags 00 BA F<0A> BA E<0A> Page 44 of 270

45 3.3 Machine information 'CXXXX' Group "C" contains functions pertaining to the machine Version 'CAXXX' Subgroup "A" contains version information. Page 45 of 270

46 Read software version 'CA 01' Reads out the version number of the ecos software. Identifier CA 01 -type flags 03 Identifier CA 01 -type flags 03 Ecos Workflow Version: CA <0A> CA Ecos Workflow Version: A3<0A> Page 46 of 270

47 Read Lasal version 'CA 03' Reads out the version number of the Lasal DLL. Identifier CA 03 -type flags 03 Identifier CA 03 -type flags 03 Lasal32.dll Version: CA <0A> CA Lasal32.dll Version: E8<0A> Page 47 of 270

48 Read firmware version 'CA 05' Reads out the version number of the firmware. Identifier CA 05 -type flags 03 Identifier CA 05 -type flags 03 Firmware Version: CA <0A> CA Firmware Version: B<0A> Page 48 of 270

49 Read ueye version 'CA 07' Reads out the version number of the ueye DLL. Identifier CA 07 -type flags 03 Identifier CA 07 -type flags 03 ueye SDK Version: CA <0A> CA ueye SDK Version: F<0A> Page 49 of 270

50 Read Open Interface version 'CA 09' Reads out the version number of the Open Interface DLL. Identifier CA 09 -type flags 03 Identifier CA 09 -type flags 03 EcosRemoteInterface.dll Version: CA A<0A> CA EcosRemoteInterface.dll Version: B<0A> Page 50 of 270

51 3.3.2 Machine 'CBXXX' Subgroup "C" contains functions pertaining to the machine. Page 51 of 270

52 Read machine model 'CB 01' Reads out the model name of the machine. Identifier CB 01 -type flags 01 Identifier CB 01 -type flags 01 2 Possible values: Name Unknown 0 DuraScan 1 DuraVision 2 DuraPro 3 CB <0A> CB <0A> Read machine variant 'CB 03' Reads out the variant of the machine. Page 52 of 270

53 Identifier CB 03 -type flags 01 Identifier CB 03 -type flags 01 DV 40 Possible tool values: Name Unknown 0 DS 10 1 DS 20 2 DS 50 3 DS 70 4 DS 80 5 DV 20 6 DV DV DV 30 9 DV DV DV DV DV DP Page 53 of 270

54 DP DP CB <0A> CB <0A> Page 54 of 270

55 Read test load 'CB 05' Reads out the test load of the machine; this is only possible with DuraVision and DuraPro models. Identifier CB 05 -type flags 01 Identifier CB 05 -type flags 01 1 Possible tool values: Name Unknown 0 Load 250 kg 1 Load 750 kg 2 Load 3000 kg 3 CB <0A> CB <0A> Page 55 of 270

56 Read all lenses 'CB 07' Reads out all the installed lenses. Identifier CB 07 -type flags 10 Identifier CB 07 -type flags N Possible values: Name Unknown 0 Lens 2.5x 14 Lens 4x 15 Lens 10x 16 Lens 20x 17 Lens 40x 18 Lens 60x 19 Lens 100x 20 Lens auto 21 CB <0A> Page 56 of 270

57 CB <0A> Page 57 of 270

58 Read all indenters 'CB 09' Reads out all installed indenters. Identifier CB 09 -type flags 10 Identifier CB 09 -type flags 10 1 HB_2_5 2 Vickers N Possible tool values: Name Unknown 0 Vickers 1 Knoop 2 HB 1 3 HB HB 5 5 HB 10 6 Rockwell 7 Rockwell 1/2 8 Rockwell 1/4 9 Rockwell 1/8 10 Page 58 of 270

59 Rockwell 1/16 11 Rockwell 2 12 Rockwell 3/4 13 CB <0A> CB AC <0A> Page 59 of 270

60 Read all zoom lenses 'CB 11' Indicates whether a zoom lens is installed. Identifier CB 11 -type flags 04 Identifier CB 11 -type flags 04 0 Possible values for active/inactive: Name False 0 True 1 CB <0A> CB <0A> Page 60 of 270

61 3.4 Measurement properties 'DXXXX' Group "D" contains functions pertaining to measurement properties Quick configuration 'DAXXX' Subgroup "A" contains functions pertaining to quick configuration. Page 61 of 270

62 Set quick configuration 'DA 01' Sets all test settings in one command. Identifier DA 01 -type flags 23 (test procedure) 1 (test method) 12 (lens) 21 (zoom level) 1 (circular light) (optional) 0 (conversion) (optional) 1 (conversion table) (optional) 1 (conversion material) (optional) 1 (conversion method) (optional) 36 (limits) (optional) 1 (max. limit) (optional) 900 (value) (min. limit) (optional) 100 (value) (component correction) (optional) 1 (component correction shape) (optional) 2 (component correction curvature) (optional) 2 (component correction angle) (optional) 0 (component correction diameter) (optional) 90 (value) (message) (optional) Identifier DA 01 Page 62 of 270

63 -type flags 23 Possible test procedure values: Transfer values can be found in section Possible test method values: Transfer values can be found in section Possible lens values: Transfer values can be found in section Possible zoom level values: Transfer values can be found in section Possible circular light values: Name False 0 True 1 Possible conversion values: Transfer values can be found in section Possible limit values: Name False 0 True 1 Possible component correction values: Transfer values can be found in section DA B4<0A> DA <0A> Page 63 of 270

64 3.4.2 Additional test point designations 'DBXXX' Subgroup "B" contains functions pertaining to additional test point designations. Page 64 of 270

65 Read status of additional test point designation 1 'DB 01' Reads out the status of the first additional test point designation - whether it is active or inactive. The parameter is specified using a Boolean true or false value. Identifier DB 01 -type flags 04 Identifier DB 01 -type flags 04 1 Possible values: Name False 0 True 1 DB <0A> DB <0A> Page 65 of 270

66 Set status of additional test point designation 1 'DB 02' Sets the status of the first additional test point designation to active or inactive. Identifier DB 02 -type flags 02 True Identifier DB 02 -type flags 02 Possible values: Name False 0 True 1 DB <0A> DB <0A> Page 66 of 270

67 Read content of additional test point designation 1 'DB 03' Reads out the content of the first additional test point designation. Identifier DB 03 -type flags 03 Identifier DB 03 -type flags 03 Additional information 1 DB <0A> DB Additional information 1 BD<0A> Page 67 of 270

68 Set content of additional test point designation 1 'DB 04' Sets the content of the first additional test point designation. Identifier DB 04 -type flags 03 Additional information 1 Identifier DB 04 -type flags 03 DB Additional information 1 9F<0A> DB <0A> Page 68 of 270

69 Read status of additional test point designation 2 'DB 05' Reads out the status of the second additional test point designation - whether it is active or inactive. The parameter is specified using a Boolean true or false value. Identifier DB 05 -type flags 04 Identifier DB 05 -type flags 04 1 Possible values: Name False 0 True 1 DB <0A> DB <0A> Page 69 of 270

70 Set status of additional test point designation 2 'DB 06' Sets the second additional test point designation to active or inactive. Identifier DB 06 -type flags 04 1 Identifier DB 06 -type flags 04 Possible values: Name False 0 True 1 DB B<0A> DB <0A> Page 70 of 270

71 Read content of additional test point designation 2 'DB 07' Reads out the content of the second additional test point designation. Identifier DB 07 -type flags 03 Identifier DB 07 -type flags 03 Additional information 2 DB A<0A> DB Additional information 2 A2<0A> Page 71 of 270

72 Set content of additional test point designation 2 'DB 08' Sets the content of the second additional test point designation. Identifier DB 08 -type flags 03 Additional information 2 Identifier DB 08 -type flags 03 DB Additional information 2 A4<0A> DB A<0A> Page 72 of 270

73 Read status of additional test point designation 3 'DB 09' Reads out the status of the third additional test point designation - whether it is active or inactive. The parameter is specified using a Boolean true or false value. Identifier DB 09 -type flags 04 Identifier DB 09 -type flags 04 1 Possible values: Name False 0 True 1 DB D<0A> DB C<0A> Page 73 of 270

74 Set status of additional test point designation 3 'DB 10' Sets the third additional test point designation to active or inactive. Identifier DB 10 -type flags 04 1 Identifier DB 10 -type flags 04 Possible values: Name False 0 True 1 DB <0A> DB <0A> Page 74 of 270

75 Read content of additional test point designation 3 'DB 11' Reads out the content of the third additional test point designation. Identifier DB 11 -type flags 03 Identifier DB 11 -type flags 03 Additional information 2 DB <0A> DB Additional information 3 9E<0A> Page 75 of 270

76 Set content of additional test point designation 3 'DB 12' Sets the content of the third additional test point designation. Identifier DB 12 -type flags 03 Additional information 3 Identifier DB 12 -type flags 03 DB Additional information 3 A0<0A> DB <0A> Page 76 of 270

77 3.4.3 Conversion 'DCXXX' Subgroup "C" contains settings for conversion of the measured value. Page 77 of 270

78 Read conversion settings 'DC 01' Reads out all currently configured settings that are required for conversion. Identifier DC 01 -type flags 21 Identifier DC 01 -type flags 21 1 (active) 1 2 (table) 1 3 (material) 1 4 (method filter) 10 5 (method) 36 Possible values: Transfer values can be found in section DC <0A> DC <0A> Set conversion settings 'DC 02' Sets all configured settings that are required for conversion. Ensure here that the settings are transferred correctly and logically. Page 78 of 270

79 Identifier DC 02 -type flags 20 1 (active) 1 2 (table) 1 3 (material) 1 4 (method groups) 10 5 (method) 36 Identifier DC 02 -type flags 20 1 (active) 1 2 (table) 1 3 (material) 1 4 (method groups) 10 5 (method) 36 Possible values: Transfer values can be found in section DC True DIN EN Emcotest Table HR 1/8 HRK D0<0A> DC True DIN EN Emcotest Table HR 1/8 HRK CF<0A> Page 79 of 270

80 Read conversion status 'DC 03' Reads out the status of the conversion - whether it is active or inactive. Identifier DC 03 -type flags 04 Identifier DC 03 -type flags 04 1 Possible values: Transfer values can be found in section DC <0A> DC B4<0A> Page 80 of 270

81 Set conversion status 'DC 04' Sets the status of the conversion to active or inactive. If conversion is activated, the other settings, such as table, material and method, must also be configured, otherwise default values will be used. Identifier DC 04 -type flags 04 1 Identifier DC 04 -type flags 04 Possible values: Transfer values can be found in section DC A<0A> DC <0A> Page 81 of 270

82 Read conversion tables 'DC 05' Reads out all conversion tables. If conversion is inactive, the result is empty. Identifier DC 05 -type flags 11 Identifier DC 05 -type flags Possible values: Transfer values can be found in section DC <0A> DC A4<0A> Page 82 of 270

83 Read conversion materials 'DC 10' Reads out all conversion materials subject to the configured conversion table. If conversion is inactive, the result is empty. Identifier DC 10 -type flags 10 Identifier DC 10 -type flags 10 1 Emcotest Table N Possible values: Transfer values can be found in section DC <0A> DC <0A> Page 83 of 270

84 Read conversion method groups 'DC 14' Reads out all conversion method groups, subject to the configured conversion table and the conversion materials. If conversion is inactive, the result is empty. Identifier DC 14 -type flags 10 Identifier DC 14 -type flags N Possible values: Transfer values can be found in section DC <0A> DC <0A> Page 84 of 270

85 Read conversion methods 'DC 18' Reads out all conversion methods, subject to the configured conversion table, the conversion materials, and the conversion method groups. If conversion is inactive, the result is empty. Identifier DC 18 -type flags 10 Identifier DC 18 -type flags N Possible values: Transfer values can be found in section DC B<0A> DC B8<0A> Page 85 of 270

86 Transfer values Here is a list of all transferrable values. Possible values for active/inactive: Name False 0 True 1 Possible values for conversion standards (corresponds to conversion table in software): Name DIN EN ASTM E EN ISO Possible conversion tables (corresponds to conversion material in software): Name EN ISO Emcotest Table 1 ASTM E140 Table 1 2 ASTM E140 Table 2 3 ASTM E140 Table 3 4 ASTM E140 Table 4 5 ASTM E140 Table 5 6 ASTM E140 Table ASTM E140 Table ASTM E140 Table 7 9 ASTM E140 Table 8 10 ASTM E140 Table 9 11 DIN EN Table A1 12 DIN EN Table B2 13 DIN EN Table B3 14 DIN EN Table B4 15 DIN EN Table C2 16 DIN EN Table D2 17 DIN EN Table D4 18 DIN EN Table D6 19 Page 86 of 270

87 DIN EN Table D8 20 DIN EN Table E2 21 Possible values for display filter (corresponds to conversion method in software): Name HV HK HR 1/16 3 HR 1/8 4 HR 1/4 5 HR 1/2 6 HR 3/4 7 HR 2 8 HR General 10 Possible conversion methods (corresponds to conversion methods in software): Name HV 1 HV HV 1 3 HV 5 4 HV 10 5 HV 50 6 HK 7 HRB 8 HRB 1.02mm Strip and Greate 9 HRF 10 HRF 1.02mm Strip and Greate 11 HRG 12 HR15T 13 HR15T 0.25 mm Strip 14 HR15T 0.51 mm Strip 15 HR15T 1.02mm Strip and Greate 16 HR30T 17 Page 87 of 270

88 HR30T 1.02mm Strip and Greate 18 HR45T 19 HR45T 1.02mm Strip and Greate 20 HRE 21 HRK 22 HRH 23 HR15W 24 HRA 25 HRC 26 HRD 27 HR15N 28 HR30N 29 HR45N 30 HBS 31 HBS 2/ mm Strip 32 HBS 10/ mm Strip 33 HB 5 34 HB HB RM 37 MPA 38 N mm 2 39 KP mm 2 40 SCLEROSCOPE 41 Page 88 of 270

89 3.4.4 Geometry correction 'DDXXX' Subgroup "D" contains functions for geometry correction. Page 89 of 270

90 Read geometry correction settings 'DD 01' Reads out all currently configured settings that are required for geometry correction. Identifier DD 01 -type flags 22 Identifier DD 01 -type flags 22 1 (active) 1 2 (shape) 2 3 (curvature) 2 4 (angle) 45 5 (diameter) 90 (in mm) Possible values: Transfer values can be found in section DD <0A> DD D<0A> Page 90 of 270

91 Set geometry correction settings 'DD 02' Sets all configured settings that are required for geometry correction. Identifier DD 02 -type flags 22 1 (active) 1 2 (shape) 2 3 (curvature) 2 4 (angle) 45 5 (diameter) 90 Identifier DD 02 -type flags 22 Possible values: Transfer values can be found in section DD F<0A> DD <0A> Page 91 of 270

92 Read geometry correction status 'DD 03' Reads out the status of the geometry correction - whether it is active or inactive. Identifier DD 03 -type flags 04 Identifier DD 03 -type flags 04 1 Possible values: Transfer values can be found in section DD <0A> DD <0A> Page 92 of 270

93 Set geometry correction status 'DD 04' Sets the status of geometry correction to active or inactive. Sets the status of geometry correction to active or inactive. If geometry correction is activated, the other settings, such as the shape, curvature, angle and diameter, must also be configured, otherwise default values will be used. Identifier DD 04 -type flags 04 1 Identifier DD 04 -type flags 04 Possible values: Transfer values can be found in section DD B<0A> DD <0A> Page 93 of 270

94 Read geometry correction shapes 'DD 05' Reads out all the geometry correction shapes. Identifier DD 05 -type flags 10 Identifier DD 05 -type flags Possible values: Transfer values can be found in section DD <0A> DD F6<0A> Page 94 of 270

95 Read geometry correction curvatures 'DD 09' Reads out all the geometry correction curvatures. Identifier DD 09 -type flags 10 Identifier DD 09 -type flags Possible values: Transfer values can be found in section DD C<0A> DD FA<0A> Page 95 of 270

96 Read geometry correction angles 'DD 13' Reads out all the geometry correction angles. Identifier DD 13 -type flags 10 Identifier DD 13 -type flags Possible values: Transfer values can be found in section DD <0A> DD B<0A> Page 96 of 270

97 Transfer values Here is a list of all transferrable values. Possible values for active/inactive: Name False 0 True 1 Possible shape values: Name Globe 1 Cylinder 2 Possible curvature values: Name Convex 1 Concave 2 Possible angle values: Name Test procedure 'DEXXX' Subgroup "E" contains functions pertaining to test types. Page 97 of 270

98 Page 98 of 270

99 Read all possible test procedures 'DE 01' Reads out all possible test procedures. Identifier DE 01 -type flags 10 Identifier DE 01 -type flags N Possible values: Transfer values can be found in section DE <0A> DE <0A> Page 99 of 270

100 Read all displayed test procedures 'DE 02' Reads out all displayed test procedures. Identifier DE 02 -type flags 10 Identifier DE 02 -type flags N Possible values: Transfer values can be found in section DE <0A> DE A8<0A> Page 100 of 270

101 Read test procedure 'DE 03' Reads out the test procedure currently selected. Identifier DE 03 -type flags 01 Identifier DE 03 -type flags 01 1 Possible values: Transfer values can be found in section DE <0A> DE <0A> Page 101 of 270

102 Set test procedure 'DE 04' Sets the selected test procedure in the ecos Workflow software. Identifier DE 04 -type flags 01 1 Identifier DE 04 -type flags 01 Possible values: Transfer values can be found in section DE <0A> DE <0A> Page 102 of 270

103 Transfer values Here is a list of all transferrable values. Possible test procedure values: Name Unknown 0 Vickers 1 Knoop 2 HBW 3 HBT 4 HVT 5 H 6 Rockwell 7 Page 103 of 270

104 3.4.6 Circular light 'DFXXX' Subgroup "F" contains functions pertaining to circular light. Page 104 of 270

105 Check circular light status 'DF 01' Reads out the status -whether a circular light is at all possible with the current configuration. Identifier DF 01 -type flags 04 Identifier DF 01 -type flags 04 0 Possible values: Name False 0 True 1 DF <0A> DF <0A> Page 105 of 270

106 Read circular light status 'DF 01' Reads out the status of the circular light - whether it is active or inactive. Identifier DF 01 -type flags 04 Identifier DF 01 -type flags 04 0 Possible values: Name False 0 True 1 DF <0A> DF <0A> Page 106 of 270

107 Set circular light status 'DF 02' Sets the status of the circular light to active or inactive. Identifier DF 02 -type flags 04 1 Identifier DF 02 -type flags 04 Possible values: Name False 0 True 1 DF B<0A> DF <0A> Page 107 of 270

108 3.4.7 Hardness limit 'DGXXX' Subgroup "G" contains functions pertaining to limits. Page 108 of 270

109 Read hardness limit status 'DG 01' Reads out the status of the limits - whether they are active or inactive. Identifier DG 01 -type flags 04 Identifier DG 01 -type flags 04 1 Possible values: Name False 0 True 1 DG A<0A> DG A<0A> Page 109 of 270

110 Set hardness limit status 'DG 02' Sets the status of the limit to active or inactive. If it is set to active, the Min Limit and Max Limit values must also be configured. Identifier DG 02 -type flags 04 1 Identifier DG 02 -type flags 04 Possible values: Name False 0 True 1 DG C<0A> DG A<0A> Page 110 of 270

111 Read unit of hardness limit 'DG 03' Reads out the unit of measurement for the limit. Identifier DG 03 -type flags 03 Identifier DG 03 -type flags 03 HB 30 DG B<0A> DG HV B8<0A> Page 111 of 270

112 Read minimum hardness limit 'DG 05' Reads out the minimum limit. Identifier DG 05 -type flags 02 Identifier DG 05 -type flags DG C<0A> DG AE<0A> Page 112 of 270

113 Set minimum hardness limit 'DG 06' Sets the minimum limit. Identifier DG 06 -type flags Identifier DG 06 -type flags 02 DG B3<0A> DG C<0A> Page 113 of 270

114 Read maximum hardness limit 'DG 07' Reads out the maximum limit. Identifier DG 07 -type flags 02 Identifier DG 07 -type flags DG E<0A> DG B6<0A> Page 114 of 270

115 Set maximum hardness limit 'DG 08' Sets the maximum limit. Identifier DG 08 -type flags Identifier DG 08 -type flags 02 DG BD<0A> DG E<0A> Page 115 of 270

116 3.4.8 Test methods 'DHXXX' Subgroup "H" contains functions pertaining to test methods. Page 116 of 270

117 Read all test methods 'DH 01' Reads out all test methods subject to the test type. Identifier DH 01 -type flags 10 Identifier DH 01 -type flags N Possible values: Transfer values can be found in section DH <0A> DH <0A> Page 117 of 270

118 Read test method 'DH 03' Reads out the selected test method from the software. Identifier DH 03 -type flags 01 Identifier DH 03 -type flags Possible values: Transfer values can be found in section DH A<0A> DH D <0A> Page 118 of 270

119 Set test method 'DH 04' Sets the test method to the transferred value. Identifier DH 04 -type flags Identifier DH 04 -type flags 01 Possible values: Transfer values can be found in section DH F<0A> DH A<0A> Page 119 of 270

120 Transfer values Here is a list of all transferrable values. Possible test type values: Name Unknown 0 HV HV HV HV HV HV HV HV 1 8 HV 2 9 HV HV 3 11 HV 5 12 HV HV HV HV HV HK HK HK HK HK HK HK HK 1 25 HK 2 26 HBW 1/1 27 HBW 1/ HBW 1/5 29 Page 120 of 270

121 HBW 1/10 30 HBW 1/30 31 HBW 2.5/6_25 32 HBW 2.5/ HBW 2.5/ HBW 2.5/ HBW 2.5/ HBW 5_25 37 HBW 5/62_5 38 HBW 5/ HBW 5/ HBW 5/ HBW 10/ HBW 10/ HBW 10/ HBW 10/ HBW 10/ HBW 10/ HRA 48 HRC 49 HRD 50 HR15N 51 HR30N 52 HR45N 53 HR 2/10 54 HR 2/20 55 HR 2/40 56 HR 2/ HRX 58 HRY 59 HRZ 60 HRR 61 HRS 62 HRV 63 HR15Y 64 HR30Y 65 Page 121 of 270

122 HR45Y 66 HRL 67 HRM 68 HRP 69 HR15X 70 HR30X 71 HR45X 72 HRE 73 HRH 74 HRK 75 HR15W 76 HR30W 77 HR45W 78 HRB 79 HRF 80 HRG 81 HR15T 82 HR30T 83 HR45T 84 HBT 1/5 85 HBT 1/10 86 HBT 1/30 87 HBT 2.5/ HBT 2.5/ HBT 2.5/ HBT 5/ HBT 5/ HBT 5/ HBT 10/ HBT 10/ HBT 10/ HBT 10/ HVT1 98 HVT2 99 HVT3 100 HVT5 101 Page 122 of 270

123 HVT HVT HVT HVT HVT H H H H Page 123 of 270

124 3.4.9 Lens 'DIXXX' Subgroup "I" contains functions for the lenses. Page 124 of 270

125 Read lens 'DI 01' Reads out the selected lens that is configured in the software. Identifier DI 01 -type flags 01 Identifier DI 01 -type flags Possible values: Transfer values can be found in section DI <0A> DI <0A> Page 125 of 270

126 Control lens 'DI 02' Sets the transferred lens in the ecos Workflow software. Identifier DI 02 -type flags Identifier DI 02 -type flags 01 Possible values: Transfer values can be found in section DI <0A> DI <0A> Page 126 of 270

127 Transfer values Here is a list of all transferrable values. Possible lens values: Name Unknown 0 Lens 2.5x 14 Lens 4x 15 Lens 10x 16 Lens 20x 17 Lens 40x 18 Lens 60x 19 Lens 100x 20 Lens auto 21 Page 127 of 270

128 Test templates 'DJXXX' Subgroup "J" contains functions for test templates. Page 128 of 270

129 Read all test templates 'DJ 01' Reads out all the names of available test templates. Identifier DJ 01 -type flags 11 Identifier DJ 01 -type flags 11 1 Template 1 N DJ B<0A> DJ Template 1 Template 2 F9<0A> Page 129 of 270

130 Set test template 'DJ 04' Sets the selected test template based on the name. This template is loaded by the ecos Workflow software. After successful loading, the ecos Workflow software goes to the Position tab. Identifier DJ 04 -type flags 03 (test template name) Template Identifier DJ 04 -type flags 03 DJ Template EF<0A> DJ E<0A> Page 130 of 270

131 Test type 'DKXXX' Subgroup "K" contains functions for the test type. Page 131 of 270

132 Read all test types 'DK 01' Reads out a list of all test types. Identifier DK 01 -type flags 10 Identifier DK 01 -type flags N Possible values: Transfer values can be found in section DK B<0A> DK B<0A> Page 132 of 270

133 Read test type 'DK 03' Reads out the currently selected test type. Identifier DK 03 -type flags 01 Identifier DK 03 -type flags 01 1 Possible values: Transfer values can be found in section DK E<0A> DK D<0A> Page 133 of 270

134 Set test type 'DK 04' Sets the selected test type in the ecos Workflow software. Identifier DK 04 -type flags 01 (test template name) 1 Identifier DK 04 -type flags 01 Possible values: Transfer values can be found in section DK F<0A> DK D<0A> Page 134 of 270

135 Transfer values Here is a list of all transferrable values. Possible lens values: Name Unknown 0 Single measurement 1 Series measurement Not possible CHD Not possible NTH Not possible RHT Not possible Page 135 of 270

136 User fields 'DLXXX' Subgroup "L" contains functions for the user fields. Page 136 of 270

137 Read designation of user field 1 'DL 01' Reads out the designation of the first user field. Identifier DL 01 -type flags 03 Identifier DL 01 -type flags 03 Userfield 1 DL E<0A> DL Userfield 1 11<0A> Page 137 of 270

138 Set designation of user field 1 'DL 02' Sets the designation of the first user field. Identifier DL 02 -type flags 03 Userfield new 1 Identifier DL 02 -type flags 03 DL Userfield new 1 7D<0A> DL E<0A> Page 138 of 270

139 Read content of user field 1 'DL 03' Reads out the content of the first user field. Identifier DL 03 -type flags 03 Identifier DL 03 -type flags 03 EMCO TEST DL <0A> DL EMCO TEST A3<0A> Page 139 of 270

140 Set content of user field 1 'DL 04' Sets the content of the first user field. Identifier DL 04 -type flags 03 EMCO TEST new 1 Identifier DL 04 -type flags 03 DL EMCO TEST new 1 60<0A> DL <0A> Page 140 of 270

141 Read designation of user field 2 'DL 05' Reads out the designation of the second user field. Identifier DL 05 -type flags 03 Identifier DL 05 -type flags 03 Userfield 2 DL <0A> DL Userfield 2 16<0A> Page 141 of 270

142 Set designation of user field 2 'DL 06' Sets the designation of the second user field. Identifier DL 06 -type flags 03 Userfield new 2 Identifier DL 06 -type flags 03 DL Userfield new 2 82<0A> DL <0A> Page 142 of 270

143 Read content of user field 2 'DL 07' Reads out the content of the second user field. Identifier DL 07 -type flags 03 Identifier DL 07 -type flags 03 EMCO TEST DL <0A> DL EMCO TEST A7<0A> Page 143 of 270

144 Set content of user field 2 'DL 08' Sets the content of the second user field. Identifier DL 08 -type flags 03 EMCO TEST new 2 Identifier DL 08 -type flags 03 DL EMCO TEST new 2 65<0A> DL <0A> Page 144 of 270

145 Read designation of user field 3 'DL 09' Reads out the designation of the third user field. Identifier DL 09 -type flags 03 Identifier DL 09 -type flags 03 Userfield 3 DL <0A> DL Userfield 3 1B<0A> Page 145 of 270

146 Set designation of user field 3 'DL 10' Sets the designation of the third user field. Identifier DL 10 -type flags 03 Userfield new 3 Identifier DL 10 -type flags 03 DL Userfield new 3 7E<0A> DL D<0A> Page 146 of 270

147 Read content of user field 3 'DL 11' Reads out the content of the third user field. Identifier DL 11 -type flags 03 Identifier DL 11 -type flags 03 EMCO TEST DL F<0A> DL EMCO TEST A2<0A> Page 147 of 270

148 Set content of user field 3 'DL 12' Sets the content of the third user field. Identifier DL 12 -type flags 03 EMCO TEST new 3 Identifier DL 12 -type flags 03 DL EMCO TEST new 3 61<0A> DL F<0A> Page 148 of 270

149 Read designation of user field 4 'DL 13' Reads out the designation of the fourth user field. Identifier DL 13 -type flags 03 Identifier DL 13 -type flags 03 Userfield 4 DL <0A> DL Userfield 4 17<0A> Page 149 of 270

150 Set designation of user field 4 'DL 14' Sets the designation of the fourth user field. Identifier DL 14 -type flags 03 Userfield new 4 Identifier DL 14 -type flags 03 DL Userfield new 4 83<0A> DL <0A> Page 150 of 270

151 Read content of user field 4 'DL 15' Reads out the content of the fourth user field. Identifier DL 15 -type flags 03 Identifier DL 15 -type flags 03 EMCO TEST DL <0A> DL EMCO TEST A6<0A> Page 151 of 270

152 Set content of user field 4 'DL 16' Sets the content of the fourth user field. Identifier DL 16 -type flags 03 EMCO TEST new 4 Identifier DL 16 -type flags 03 DL EMCO TEST new 4 66<0A> DL <0A> Page 152 of 270

153 Read designation of user field 5 'DL 17' Reads out the designation of the fifth user field. Identifier DL 17 -type flags 03 Identifier DL 17 -type flags 03 Userfield 5 DL <0A> DL Userfield 5 1C<0A> Page 153 of 270

Hardness Tester Micro-Vickers Type HM-100

Hardness Tester Micro-Vickers Type HM-100 Hardness Tester Micro-Vickers Type HM-100 Hardness tester according to ISO 6507 and JIS B7725. Micro-Vickers hardness tester with Vickers tests from HV 0.01 HV 1. Up to 3 objectives can be connected that

More information

Proven in harsh environments since 5 generations

Proven in harsh environments since 5 generations Proven in harsh environments since 5 generations DuraJet G5 1-250 kgf Rockwell Super Rockwell Plastic testing Carbon testing HBD, HVD www.emcotest.com The robust multi-talent. Precision, flexibility and

More information

Sample holder. 4-fold sample holder. Ø 30 mm and 1,25" max. height of sample 25 mm. Ø 40 mm and 1,5" Ø 50 mm and 2" for Ø 50 mm and 2"

Sample holder. 4-fold sample holder. Ø 30 mm and 1,25 max. height of sample 25 mm. Ø 40 mm and 1,5 Ø 50 mm and 2 for Ø 50 mm and 2 Sample holder M1Z076 Ø 30 mm and 1,25" M1Z077 Ø 40 mm and 1,5" M1Z078 Ø 50 mm and 2" 4-fold Sample holder M1Z478G2 4-fold sample holder for Ø 50 mm and 2" 31.10.2012 1/2 www.emcotest.com 6-fold Sample

More information

Clever hardness testing made fast and simple

Clever hardness testing made fast and simple Clever hardness testing made fast and simple DuraJet 5-187,5 kgf Rockwell Super Rockwell Plastic testing HBD, HVD www.emcotest.com Design meets technology. A revolution in Rockwell hardness testing. 2

More information

N3D G3 N3A. Rockwell hardness testing machine

N3D G3 N3A. Rockwell hardness testing machine N3D G3 N3A Rockwell hardness testing machine High efficiency - low cost. Customised test loads and easy handling. N3D G3 N3A Rockwell acc. to EN ISO 6508, ASTM E-18 HRA HRL HR 15-T HR 15-Y HRB HRM HR 30-T

More information

CIS-331 Exam 2 Fall 2015 Total of 105 Points Version 1

CIS-331 Exam 2 Fall 2015 Total of 105 Points Version 1 Version 1 1. (20 Points) Given the class A network address 117.0.0.0 will be divided into multiple subnets. a. (5 Points) How many bits will be necessary to address 4,000 subnets? b. (5 Points) What is

More information

ecos Workflow xchange Documentation for data exchange DuraScan 10, 20 DuraVision 20, 30, 40, 200, 300, 400 Y O U R F A C T O R O F S A F E T Y

ecos Workflow xchange Documentation for data exchange DuraScan 10, 20 DuraVision 20, 30, 40, 200, 300, 400 Y O U R F A C T O R O F S A F E T Y ecos Workflow xchange Documentation for data exchange DuraScan 10, 20 DuraVision 20, 30, 40, 200, 300, 400 Y O U R F A C T O R O F S A F E T Y Table of contents 1 Description 3 11 Sequence 4 2 Structure

More information

ecos Workflow xchange Documentation for data exchange DuraScan 50, 70, 80 DuraVision 250, 350, 450 Y O U R F A C T O R O F S A F E T Y

ecos Workflow xchange Documentation for data exchange DuraScan 50, 70, 80 DuraVision 250, 350, 450 Y O U R F A C T O R O F S A F E T Y ecos Workflow xchange Documentation for data exchange DuraScan 50, 70, 80 DuraVision 250, 350, 450 Y O U R F A C T O R O F S A F E T Y Table of contents 1. Description... 3 1.1. Data exchange sequence...

More information

CIS-331 Exam 2 Spring 2016 Total of 110 Points Version 1

CIS-331 Exam 2 Spring 2016 Total of 110 Points Version 1 Version 1 1. (20 Points) Given the class A network address 121.0.0.0 will be divided into multiple subnets. a. (5 Points) How many bits will be necessary to address 8,100 subnets? b. (5 Points) What is

More information

CIS-331 Fall 2014 Exam 1 Name: Total of 109 Points Version 1

CIS-331 Fall 2014 Exam 1 Name: Total of 109 Points Version 1 Version 1 1. (24 Points) Show the routing tables for routers A, B, C, and D. Make sure you account for traffic to the Internet. Router A Router B Router C Router D Network Next Hop Next Hop Next Hop Next

More information

Communications guide. Line Distance Protection System * F1* GE Digital Energy. Title page

Communications guide. Line Distance Protection System * F1* GE Digital Energy. Title page Title page GE Digital Energy D90 Plus Line Distance Protection System Communications guide D90 Plus firmware revision:.9x GE publication code: 60-9070-F (GEK-3469) GE Digital Energy 650 Markland Street

More information

CIS-331 Spring 2016 Exam 1 Name: Total of 109 Points Version 1

CIS-331 Spring 2016 Exam 1 Name: Total of 109 Points Version 1 Version 1 Instructions Write your name on the exam paper. Write your name and version number on the top of the yellow paper. Answer Question 1 on the exam paper. Answer Questions 2-4 on the yellow paper.

More information

ZN-DN312XE-M Quick User Guide

ZN-DN312XE-M Quick User Guide ZN-DN312XE-M Quick User Guide This manual provides instructions for quick installation and basic configuration of your IP device. Step1. Connect cables to IP device Connect required cables to the device

More information

CIS-331 Exam 2 Fall 2014 Total of 105 Points. Version 1

CIS-331 Exam 2 Fall 2014 Total of 105 Points. Version 1 Version 1 1. (20 Points) Given the class A network address 119.0.0.0 will be divided into a maximum of 15,900 subnets. a. (5 Points) How many bits will be necessary to address the 15,900 subnets? b. (5

More information

Discover the world of hardness testing

Discover the world of hardness testing Discover the world of hardness testing Product Range www.emcotest.com Large product range. Further info at www.emcotest.com N6 N7 N4 N3A DuraJet 10 G5 DuraScan 10/20 DuraScan 50/70/80 DuraVision 20/30/40

More information

CIS-331 Final Exam Spring 2018 Total of 120 Points. Version 1

CIS-331 Final Exam Spring 2018 Total of 120 Points. Version 1 Version 1 Instructions 1. Write your name and version number on the top of the yellow paper and the routing tables sheet. 2. Answer Question 2 on the routing tables sheet. 3. Answer Questions 1, 3, 4,

More information

UCI ASTM-A , DIN , JB-T

UCI ASTM-A , DIN , JB-T Ultrasonic Portable Hardness Tester UCI- 3000 ASTM-A1038-2005, DIN 50159-1-2008, JB-T9377-2010 www.worldoftest.com/ultrasonic-portable-hardness-tester-uci-3000 Advanced Ultrasonic Hardness Tester UCI 3000

More information

Gateway Ascii Command Protocol

Gateway Ascii Command Protocol Gateway Ascii Command Protocol Table Of Contents Introduction....2 Ascii Commands.....3 Messages Received From The Gateway....3 Button Down Message.....3 Button Up Message....3 Button Maintain Message....4

More information

MACROMET 3100 TWIN TYPE

MACROMET 3100 TWIN TYPE MACROMET 3100 TWIN TYPE Declaration of Conformity Manufacture: Of: BUEHLER, Ltd. 41 Waukegan Road Lake Bluff, Illinois 60044 Declares the following product: To be in accordance with EC Directive(s): Safety

More information

ECHO Process Instrumentation, Inc. Modbus RS485 Module. Operating Instructions. Version 1.0 June 2010

ECHO Process Instrumentation, Inc. Modbus RS485 Module. Operating Instructions. Version 1.0 June 2010 ECHO Process Instrumentation, Inc. Modbus RS485 Module Operating Instructions Version 1.0 June 2010 ECHO Process Instrumentation, Inc. PO Box 800 Shalimar, FL 32579 PH: 850-609-1300 FX: 850-651-4777 EM:

More information

CIS-331 Fall 2013 Exam 1 Name: Total of 120 Points Version 1

CIS-331 Fall 2013 Exam 1 Name: Total of 120 Points Version 1 Version 1 1. (24 Points) Show the routing tables for routers A, B, C, and D. Make sure you account for traffic to the Internet. NOTE: Router E should only be used for Internet traffic. Router A Router

More information

4. Specifications and Additional Information

4. Specifications and Additional Information 4. Specifications and Additional Information AGX52004-1.0 8B/10B Code This section provides information about the data and control codes for Arria GX devices. Code Notation The 8B/10B data and control

More information

Generic RS232 protocol

Generic RS232 protocol Generic RS232 protocol Table of content 1 Introduction... 2 2 Description... 2 2.1 Hardware specification... 2 2.2 Communication Setting... 2 2.3 Command Message Reference... 3 3 Protocol 1 : with ID...

More information

C1098 JPEG Module User Manual

C1098 JPEG Module User Manual C1098 JPEG Module User Manual General Description C1098 is VGA camera module performs as a JPEG compressed still camera that can be attached to a wireless or PDA host. Users can send out a snapshot command

More information

DuraJet Bench-top Hardness Tester with extended load range for Rockwell, Superficial Rockwell Testing, Plastics Testing and HVT/HBT

DuraJet Bench-top Hardness Tester with extended load range for Rockwell, Superficial Rockwell Testing, Plastics Testing and HVT/HBT DuraJet Bench-top Hardness Tester with extended load range for Rockwell, Superficial Rockwell Testing, Plastics Testing and HVT/HBT Very easy to operate due to touch-screen and intuitive software The DuraJet

More information

PRODUCT NEWS. Wizhard Hardness Tester. Digital Durometers. DFS-R Force Gauges. Series 810 See page 448. Series 811 See page 456

PRODUCT NEWS. Wizhard Hardness Tester. Digital Durometers. DFS-R Force Gauges. Series 810 See page 448. Series 811 See page 456 PRODUCT NEWS Wizhard Hardness Tester Series 810 See page 448 Digital Durometers Series 811 See page 456 DFS-R Force Gauges Series DFS-R See page 465 Test Equipment and Seismometers Rockwell/Rockwell Superficial/

More information

Partners in Precision

Partners in Precision Bowers Eclipse Equipment Shanghai Co., Ltd. 8th Bld, No. 178 Chengjian Rd, Shanghai, 201108, China Tel: +86-21-64348600 Fax: +86-21-64346488 Email: sales@bowers-shanghai.com Website: bowers-shanghai.com

More information

Trio Application Control System Instruction Sheet

Trio Application Control System Instruction Sheet Trio Application Control System Instruction Sheet P/N 7580708_01 CAUTION The procedures detailed within this guide should only be performed by trained Nordson personnel or by persons cleared to do so by

More information

Portable Hardness Tester DHT-100

Portable Hardness Tester DHT-100 Portable Hardness Tester DHT-100 Large LCD display with back light Impact devices D DC DL C D+15 G and E are available for special applications RS 232 output Automatic conversions to: Brinell HB, Rockwell

More information

400 SERIES. Micro-Vickers Hardness Testers

400 SERIES. Micro-Vickers Hardness Testers 400 SERIES Micro-Vickers Hardness Testers MICRO-VICKERS HARDNESS TESTERS 400 SERIES 400 ANALOGUE 400 DIGITAL MICRO-VICKERS & KNOOP MICRO-VICKERS & KNOOP 2 VICKERS HARDNESS TESTING FEATURES 400A SERIES

More information

2-Type Series Pressurized Closures

2-Type Series Pressurized Closures 2-Type Series Pressurized Closures A complete pressure tight reenterable closure system for enclosing spliced connections of communications cables in a wide variety of applications. The 2-type Closure

More information

DM 8. Vickers, Knoop

DM 8. Vickers, Knoop DM 8 Vickers, Knoop DM 8 - The models DM 8 DM 8 SEMI DM 8 AUTO Manual focus - Manual reading Manual focus - Automatic reading Automatic focus - Automatic reading Automatic hardness tester for micro and

More information

NOVA 130/240 Micro Vickers & Knoop hardness tester

NOVA 130/240 Micro Vickers & Knoop hardness tester NOVA 130/240 SERIES NOVA 130/240 Micro Vickers & Knoop hardness tester 2 www.innovatest-europe.com NOVA 130/240 series Micro Vickers & Knoop hardness tester The new NOVA 130 & 240 series, Vickers and Knoop

More information

Digital Vickers Hardness Tester MODEL ISH-DV50 USER S MANUAL.

Digital Vickers Hardness Tester MODEL ISH-DV50 USER S MANUAL. Digital Vickers Hardness Tester MODEL ISH-DV50 USER S MANUAL Contents: I General Description II Main Specifications III Installation and Commissioning 1. Working Conditions 2. Unpacking & Installation

More information

The cache is 4-way set associative, with 4-byte blocks, and 16 total lines

The cache is 4-way set associative, with 4-byte blocks, and 16 total lines Sample Problem 1 Assume the following memory setup: Virtual addresses are 20 bits wide Physical addresses are 15 bits wide The page size if 1KB (2 10 bytes) The TLB is 2-way set associative, with 8 total

More information

APPLESHARE PC UPDATE INTERNATIONAL SUPPORT IN APPLESHARE PC

APPLESHARE PC UPDATE INTERNATIONAL SUPPORT IN APPLESHARE PC APPLESHARE PC UPDATE INTERNATIONAL SUPPORT IN APPLESHARE PC This update to the AppleShare PC User's Guide discusses AppleShare PC support for the use of international character sets, paper sizes, and date

More information

CIS-331 Final Exam Spring 2016 Total of 120 Points. Version 1

CIS-331 Final Exam Spring 2016 Total of 120 Points. Version 1 Version 1 1. (25 Points) Given that a frame is formatted as follows: And given that a datagram is formatted as follows: And given that a TCP segment is formatted as follows: Assuming no options are present

More information

Net: EUR Gross: EUR

Net: EUR Gross: EUR Code: DS-2CD1021-I IP CAMERA DS-2CD1021-I - 1080p 2.8 mm HIKVISION Net: 90.91 EUR Gross: 111.82 EUR IP camera with efficient H.264 image compression algorithm for clear and smooth video streaming at maximal

More information

Net: EUR Gross: EUR

Net: EUR Gross: EUR Code: DS-2CD1041-I IP CAMERA DS-2CD1041-I 4.0 Mpx 2.8 mm HIKVISION Net: 134.96 EUR Gross: 166.00 EUR IP camera with efficient H.264 image compression algorithm for clear and smooth video streaming at maximal

More information

AUTOMATIC MICRO-HARDNESS TESTER ISOSCAN HV1 OD

AUTOMATIC MICRO-HARDNESS TESTER ISOSCAN HV1 OD 742EV2601 AUTOMATIC MICRO-HARDNESS TESTER ISOSCAN HV1 OD Automatic optical-digital system for Vickers micro-hardness testing from HV0,01 to HV1 according to ISO 6507-2 Standards. Compliance with ASTM E384

More information

Net: PLN Gross: PLN

Net: PLN Gross: PLN Code: DS-2CD1001-I IP CAMERA DS-2CD1001-I - 720p 2.8 mm HIKVISION Net: 296.00 PLN Gross: 364.08 PLN IP camera with efficient H.264 image compression algorithm for clear and smooth video streaming at maximal

More information

CLEMEX intelligent microscopy

CLEMEX intelligent microscopy CLEMEX intelligent microscopy The real High Definition Solution in micro & macro hardness Get the whole picture. Visualize the entire sample. Position indents precisely. Get accurate results CLEMEX intelligent

More information

FOBA MarkUS. The intuitive software for laser marking. At a glance. Your product benefits

FOBA MarkUS. The intuitive software for laser marking. At a glance. Your product benefits FOBA MarkUS The intuitive software for laser marking FOBA MarkUS is an intuitive graphic design and high-performance laser control software for the creation of high-quality and highly precise laser markings.

More information

NOVA 130/240 Micro Vickers & Knoop hardness tester

NOVA 130/240 Micro Vickers & Knoop hardness tester NOVA 130/240 SERIES NOVA 130/240 Micro Vickers & Knoop hardness tester 2 www.innovatest-europe.com NOVA 130/240 series Micro Vickers & Knoop hardness tester The new NOVA 130 & 240 series, Vickers and Knoop

More information

Duramin-A300. Hardness tester with extended test load range for Vickers, Knoop, Brinell and Superficial Rockwell tests

Duramin-A300. Hardness tester with extended test load range for Vickers, Knoop, Brinell and Superficial Rockwell tests Duramin-A300 Hardness tester with extended test load range for Vickers, Knoop, Brinell and Superficial Rockwell tests Unique test load range from 0.981 N (100 g) to 306.6 N (31.25 kg) enables Duramin-A300

More information

Register Map: Ecoflair Indirect Air Economizer

Register Map: Ecoflair Indirect Air Economizer Register Map: Ecoflair Indirect Air Economizer Notes: 1. 16-bit registers (INT16, UINT16, ENUM) are transmitted MSB first (i.e., big-endian). 2. INT32 and UINT32 are most-significant word in n+0, least

More information

GV-FE4301 4MP H.264 WDR Fisheye IP Camera

GV-FE4301 4MP H.264 WDR Fisheye IP Camera - 1 - GV-FE4301 4MP H.264 WDR Fisheye IP Camera Introduction The GV-FE4301 is a fisheye camera that allows you to monitor all angles of a location using just one camera. The distorted hemispherical image

More information

Net: EUR Gross: EUR

Net: EUR Gross: EUR Code: DS-2CD1621FWD-I IP CAMERA DS-2CD1621FWD-I 2.8... 12 mm HIKVISION Net: 194.09 EUR Gross: 238.73 EUR IP camera with efficient H.264 image compression algorithm for clear and smooth video streaming

More information

NEXUS 8000 SERIES. Universal hardness tester

NEXUS 8000 SERIES. Universal hardness tester NEXUS 8000 SERIES Universal hardness tester NEXUS 8000 Series Universal hardness tester 15 industrial touch screen, embedded high performance PC with two SSD drives for enhanced reliability IMPRESSIONS

More information

6.1 Font Types. Font Types

6.1 Font Types. Font Types 6 Font This chapter explains basic features of GP-Pro EX's "Font" and basic ways of placing text with each font. Please start by reading "6.1 Font Types" (page 6-2) and then turn to the corresponding page.

More information

DETAIL SPECIFICATION SHEET

DETAIL SPECIFICATION SHEET INCH-POUND MIL-DTL-55302/128D 18 April 2013 SUPERSEDING MIL-DTL-55302/128D 4 June 2004 DETAIL SPECIFICATION SHEET CONNECTORS, PRINTED CIRCUIT SUBASSEMBLY AND ACCESSORIES: RECEPTACLE, DOUBLE ROW, 4 THROUGH

More information

TorqueMate Wrench Operation Instructions

TorqueMate Wrench Operation Instructions TorqueMate Wrench Operation Instructions (Rev 1.0 3/10/10) Corporate Headquarters: 1080 North 11th Street, San Jose, CA 95112 Phone: (408) 292-2214 Fax: (408) 292-2733 www.mountztorque.com INSTRUCTIONS

More information

NEMESIS 9500 TM SERIES

NEMESIS 9500 TM SERIES NEMESIS 9500 TM SERIES NEMESIS 9500 TM Series Universal hardness tester General information The NEMESIS 9500 is the universal hardness tester most suitable for heavy duty testing in the INNOVATEST standard

More information

NOVA 330/360 Micro Vickers & Knoop hardness tester

NOVA 330/360 Micro Vickers & Knoop hardness tester NOVA 330/360 SERIES NOVA 330/360 Micro Vickers & Knoop hardness tester NOVA 330/360 series Micro/Macro Vickers & low force Brinell hardness tester The new NOVA 330 & 360 series, Load Cell, Closed Loop,

More information

GV-FE420 4MP H.264 Fisheye IP Camera

GV-FE420 4MP H.264 Fisheye IP Camera - 1 - GV-FE420 4MP H.264 Fisheye IP Camera * GV-FE420 is excluded from Japan, EU and German market. Introduction The GV-FE420 is a fisheye camera that allows you to monitor all angles of a location using

More information

RS 232 PINOUTS. 1. We use RJ12 for all of our RS232 interfaces (Link-2-Modbus & Link-2-PC- Serial/RS232). The diagram below shows our pin out.

RS 232 PINOUTS. 1. We use RJ12 for all of our RS232 interfaces (Link-2-Modbus & Link-2-PC- Serial/RS232). The diagram below shows our pin out. RS 232 PINOUTS 1. We use RJ12 for all of our RS232 interfaces (Link-2-Modbus & Link-2-PC- Serial/RS232). The diagram below shows our pin out. 2. A DB9 Female to RJ12 Female Serial/Terminal Modular Adaptor

More information

CIS-331 Final Exam Spring 2015 Total of 115 Points. Version 1

CIS-331 Final Exam Spring 2015 Total of 115 Points. Version 1 Version 1 1. (25 Points) Given that a frame is formatted as follows: And given that a datagram is formatted as follows: And given that a TCP segment is formatted as follows: Assuming no options are present

More information

NVRmini 2 Release Note

NVRmini 2 Release Note Release 1.7.6 (2014/01/07) FW NVR 01.07.0006.0002 Camera Package DP v2.19 02.19.0000.0028 Application Install Wizard 1.7.5 Remote Live Viewer 1.7.5 Playback System 1.7.5 Backup System 1.7.5 Verification

More information

GV-FE520 5MP H.264 Fisheye IP Camera

GV-FE520 5MP H.264 Fisheye IP Camera - 1 - GV-FE520 5MP H.264 Fisheye IP Camera * GV FE520 is excluded from Japan, EU and German market. Introduction The GV FE520 is a fisheye camera that allows you to monitor all angles of a location using

More information

CMSC 313 Lecture 03 Multiple-byte data big-endian vs little-endian sign extension Multiplication and division Floating point formats Character Codes

CMSC 313 Lecture 03 Multiple-byte data big-endian vs little-endian sign extension Multiplication and division Floating point formats Character Codes Multiple-byte data CMSC 313 Lecture 03 big-endian vs little-endian sign extension Multiplication and division Floating point formats Character Codes UMBC, CMSC313, Richard Chang 4-5 Chapter

More information

RS-232c Protocol Control Specifications

RS-232c Protocol Control Specifications FDP-DLPHD10 Home Theater Optimized Digital Projector RS-232c Protocol Control Specifications Table of Contents 1. INTRODUCTION 3 2. RS-232C INTERFACE 3 3. COMMUNICATION PROTOCOL 4 HEADER 4 PAYLOAD 4 4.

More information

ACTi D/E/B/I series. Firmware Release Notes. Version /01/07

ACTi D/E/B/I series. Firmware Release Notes. Version /01/07 ACTi D/E/B/I series Firmware Release Notes Version 6.08.30 2015/01/07 Legal Notice Disclaimer The information contained in this document is intended for general information purposes. ACTi Corporation shall

More information

CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 02, FALL 2012

CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 02, FALL 2012 CMSC 33 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 2, FALL 22 TOPICS TODAY Bits of Memory Data formats for negative numbers Modulo arithmetic & two s complement Floating point formats

More information

DOMINO 20H DOMINO 30H DLP VIDEO PROJECTOR RS-232C CONTROL SPECIFICATIONS. Document Revision 1.1 (20 July 2004)

DOMINO 20H DOMINO 30H DLP VIDEO PROJECTOR RS-232C CONTROL SPECIFICATIONS. Document Revision 1.1 (20 July 2004) DOMINO 20H DOMINO 30H DLP VIDEO PROJECTOR RS-232C CONTROL SPECIFICATIONS Document Revision 1.1 (20 July 2004) Table of Contents 1. INTRODUCTION 3 2. CONNECTION 3 3. COMMUNICATION PROTOCOL 4 HEADER 4 PAYLOAD

More information

Fluke TiR Thermal Imager

Fluke TiR Thermal Imager Includes IR-Fusion Technology both in camera and software (combines visible image with IR image in full screen or picture-in-picture views) for easy identification and reporting of problems Rugged and

More information

NEMESIS 9000 TM SERIES. Universal Hardness Tester

NEMESIS 9000 TM SERIES. Universal Hardness Tester NEMESIS 9000 TM SERIES Universal Hardness Tester UNIVERSAL HARDNESS TESTERS NEMESIS 9000 SERIES Load cell, closed loop, linear force actuator, fixed workpiece position Flexible modular design Force configuration

More information

VICKERS HARDNESS TESTER. HBS HBW Kc

VICKERS HARDNESS TESTER. HBS HBW Kc ICKERS HARDNESS TESTER H HK HBS HBW Kc Clean Touch Panel coordinated with highly integrated PC board. Measuring procedures, conditions and data are displayed clearly. (F-800 Series) Accurate light load

More information

Attaching the DF 3 USB to the PLC

Attaching the DF 3 USB to the PLC Getting Started Firmware V1003 The DF 3 USB gets power from the 5V supply of the AutomationDirect PLC. In the package is the DF 3 USB and an 18 6-pin cable. The cable can be plugged in with either end

More information

GV-FE520 5MP H.264 Fisheye IP Camera

GV-FE520 5MP H.264 Fisheye IP Camera - 1 - GV-FE520 5MP H.264 Fisheye IP Camera * GV FE520 is excluded from Japan, EU and German market. Introduction The GV FE520 is a fisheye camera that allows you to monitor all angles of a location using

More information

Group Award Specification for:

Group Award Specification for: Group Award Specification for: SQA Advanced Certificates and SQA Advanced Diplomas in Built Environment: (GN0G 47) SQA Advanced Certificate in Built Environment (GN0H 47) SQA Advanced Certificate in Architectural

More information

AUTOMATIC HARDNESS TESTER ISOSCAN HV50 AC

AUTOMATIC HARDNESS TESTER ISOSCAN HV50 AC 742EV2550 AUTOMATIC HARDNESS TESTER ISOSCAN HV50 AC Automatic optical-digital system for Vickers hardness testing from HV1 to HV50 according to ISO 6507-2 Standards. Compliance with ASTM E384 available

More information

KNX TinySerial 810. Communication Protocol. WEINZIERL ENGINEERING GmbH

KNX TinySerial 810. Communication Protocol. WEINZIERL ENGINEERING GmbH WEINZIERL ENGINEERING GmbH KNX TinySerial 810 Communication Protocol WEINZIERL ENGINEERING GmbH Bahnhofstr. 6 DE-84558 Tyrlaching GERMAY Tel. +49 8623 / 987 98-03 Fax +49 8623 / 987 98-09 E-Mail: info@weinzierl.de

More information

BUEHLER IndentaMet 1100 Series

BUEHLER IndentaMet 1100 Series BUEHLER IndentaMet 1100 Series MICRO, SEMI-MACRO & MACRO VICKERS INDENTATION HARDNESS TESTERS Manual or Automated Models Wide Selection of Accessories Dual Indenter Microindentation Models Automated Stage

More information

The benefits are ease of set-up, more data available for the user from the drive, fast control, and state of the art technology.

The benefits are ease of set-up, more data available for the user from the drive, fast control, and state of the art technology. APPLICATION NOTE THIS INFORMATION PROVIDED BY AUTOMATIONDIRECT.COM TECHNICAL SUPPORT These documents are provided by our technical support department to assist others. We do not guarantee that the data

More information

1/2.5" CCD. Approx.6.0M. Primary Colour. DIGIC II with isaps technology. Optical 12x, digital approx. 4.0x ¹, combined approx. 48x. f/2.7 - f/3.

1/2.5 CCD. Approx.6.0M. Primary Colour. DIGIC II with isaps technology. Optical 12x, digital approx. 4.0x ¹, combined approx. 48x. f/2.7 - f/3. 1 of 5 12-04-2006 11:19 PowerShot S3 IS -NEW- Product Specification 1/2.5" CCD Effective Pixels Approx.6.0M Colour Filter Primary Colour DIGIC II with isaps technology Focal Length 6.0-72.0mm (35mm film

More information

UNH-IOL MIPI Alliance Test Program

UNH-IOL MIPI Alliance Test Program DSI Receiver Protocol Conformance Test Report UNH-IOL 121 Technology Drive, Suite 2 Durham, NH 03824 +1-603-862-0090 mipilab@iol.unh.edu +1-603-862-0701 Engineer Name engineer@company.com Panel Company

More information

Omron Toolbus Driver Help Kepware Technologies

Omron Toolbus Driver Help Kepware Technologies Omron Toolbus Driver Help 2012 Kepware Technologies 2 Table of Contents Table of Contents 2 4 Overview 4 Device Setup 5 Modem Setup 5 Data Types Description 6 CS1/CJ1 Address Descriptions 7 Error Descriptions

More information

ModEva numerical control units can control up to 18 axes of which 2 are synchronized hydraulic axes especially intended for press-brakes.

ModEva numerical control units can control up to 18 axes of which 2 are synchronized hydraulic axes especially intended for press-brakes. ModEva 15T ModEva is a range of numerical control units intended specifically for sheet metal working. Depending on the software installed, ModEva can be used on synchronized or non-synchronized press-brakes

More information

NEMESIS 9500 TM SERIES Universal Hardness Testers

NEMESIS 9500 TM SERIES Universal Hardness Testers NEMESIS 9500 TM SERIES Universal Hardness Testers UNIVERSAL HARDNESS TESTERS NEMESIS 9500 SERIES Load cell, closed loop, linear force actuator, fixed workpiece position High performance embedded micro

More information

CDR File Information. Comments Direct PCM

CDR File Information. Comments Direct PCM IMPORTANT NOTICE: Robert Bosch LLC and the manufacturers whose vehicles are accessible using the CDR System urge end users to use the latest production release of the Crash Data Retrieval system software

More information

First Data Dual Interface EMV Test Card Set. Version 1.20

First Data Dual Interface EMV Test Card Set. Version 1.20 First Data Dual Interface EMV Test Card Set August, 2016 Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information available

More information

1.1 February B

1.1 February B RELEASE NOTES 1.1 February 2019 3725-61900-001B Polycom Companion Polycom announces the release of the Polycom Companion software version 1.1. This document includes the latest information about new and

More information

Technical Specification. Third Party Control Protocol. AV Revolution

Technical Specification. Third Party Control Protocol. AV Revolution Technical Specification Third Party Control Protocol AV Revolution Document AM-TS-120308 Version 1.0 Page 1 of 31 DOCUMENT DETAILS Document Title: Technical Specification, Third Party Control Protocol,

More information

GV-LPC MP 10x Zoom B/W Network Camera

GV-LPC MP 10x Zoom B/W Network Camera - 1 - GV-LPC1200 1 MP 10x Zoom B/W Network Camera Introduction Megapixel B/W progressive scan CCD Motorized varifocal lens for remote focus / zoom adjustment Dual streams from MJPEG or H.264 Up to 30 fps

More information

2. bizhub Remote Access Function Support List

2. bizhub Remote Access Function Support List 2. bizhub Remote Access Function Support List MFP Function Support List for bizhub Remote Access Basic s MFP model Firmware v C754/ C654/ C754e/ C654e 754/ 654 C554/ C454/ C364/ C284/ C224 (*5) A1610Y

More information

Net: EUR Gross: EUR

Net: EUR Gross: EUR Code: DS-2DE4220IW-DE IP SPEED DOME CAMERA OUTDOOR DS-2DE4220IW-DE - 1080p 4.7... 94 mm HIKVISION Net: 663.95 EUR Gross: 816.66 EUR IP camera equipped with very good high resolution sensor. Due to above

More information

This bulletin was created to inform you of the release of the new version 4.30 of the Epson EMP Monitor software utility.

This bulletin was created to inform you of the release of the new version 4.30 of the Epson EMP Monitor software utility. EPSON PRODUCT SUPPORT BULLETIN Date: 04/20/2009 Originator: JAM PSB #: PSB.2009.06.001 Authorization: Reference: TI 09-05e Rev. A/B Total Pages: 5 Product(s): PowerLite 735c / Cinema 500 / 737c / 745c

More information

Acquirer JCB EMV Test Card Set

Acquirer JCB EMV Test Card Set Acquirer JCB EMV Test Card Set July, 2017 Powered by Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information available

More information

HARDNESS TESTING DUROLINE M/LV/V. metkon.com

HARDNESS TESTING DUROLINE M/LV/V. metkon.com HARDNESS TESTING DUROLINE M/LV/V metkon.com VICKERS HARDNESS TESTING DUROLINE M/LV/V METKON DUROLINE Hardness testers are versatile, user-friendly, and provide an affordable, reliable solution for accurate

More information

Communication Protocol Manual JOFRA ATC Copyright 2007 AMETEK Denmark A/S

Communication Protocol Manual JOFRA ATC Copyright 2007 AMETEK Denmark A/S Communication Protocol Manual JOFRA ATC Copyright 2007 AMETEK Denmark A/S Contents 1 Introduction...6 2 Protocol...7 2.1 Variables...7 2.2 Telegram structure...8 2.3 Packing and unpacking of telegrams...9

More information

ACTi D/E/B/I series. Firmware Release Notes. Version /07/18

ACTi D/E/B/I series. Firmware Release Notes. Version /07/18 ACTi D/E/B/I series Firmware Release Notes Version 6.07.23 2014/07/18 Legal Notice Disclaimer The information contained in this document is intended for general information purposes. ACTi Corporation shall

More information

DuraVision. *Optional **DuraVision-200 and -300

DuraVision. *Optional **DuraVision-200 and -300 DuraVision DuraVision-20/-30 DuraVision-200/-300 DuraVision is the new innovative line of universal and macro hardness testers, for Brinell, Vickers, Rockwell and/or Knoop hardness testing. The DuraVision

More information

CAL-CERT COMPANY 6709 SOUTHEAST LAKE ROAD MILWAUKIE, OREGON 97222

CAL-CERT COMPANY 6709 SOUTHEAST LAKE ROAD MILWAUKIE, OREGON 97222 This is to attest that CAL-CERT COMPANY 6709 SOUTHEAST LAKE ROAD MILWAUKIE, OREGON 97222 Calibration Laboratory CL-108 has met the requirements of AC204, IAS Accreditation Criteria for Calibration Laboratories,

More information

Acquirer JCB Dual Interface EMV Test Card Set

Acquirer JCB Dual Interface EMV Test Card Set Acquirer JCB Dual Interface EMV Test Card Set.00 July, 2018 Powered by Disclaimer Information provided in this document describes capabilities available at the time of developing and delivering this document

More information

July Registration of a Cyrillic Character Set. Status of this Memo

July Registration of a Cyrillic Character Set. Status of this Memo Network Working Group Request for Comments: 1489 A. Chernov RELCOM Development Team July 1993 Status of this Memo Registration of a Cyrillic Character Set This memo provides information for the Internet

More information

Dual-core Intel Atom processor. 2 x 3.5" SATA(II)/2.5" SATA/SSD. 1. The standard system is shipped without HDD.

Dual-core Intel Atom processor. 2 x 3.5 SATA(II)/2.5 SATA/SSD. 1. The standard system is shipped without HDD. VS-2012 Pro Hardware Spec. Processor HDD Capacity Dual-core Intel Atom processor 2 x 3.5" SATA(II)/2.5" SATA/SSD NOTE: 1. The standard system is shipped without HDD. 2. For the HDD compatibility list,

More information

Systems/DBG Debugger Version 2.20

Systems/DBG Debugger Version 2.20 Systems/DBG Debugger Version 2.20 Copyright c 2018, Dignus, LLC Systems/DBG Debugger Version 2.20 i Copyright c 2018 Dignus LLC, 8378 Six Forks Road Suite 203, Raleigh NC, 27615. World rights reserved.

More information

GV-FE520 5MP H.264 Fisheye IP Camera

GV-FE520 5MP H.264 Fisheye IP Camera - 1 - GV-FE520 5MP H.264 Fisheye IP Camera * GV FE520 is excluded from Japan, EU and German market. Introduction The GV FE520 is a fisheye camera that allows you to monitor all angles of a location using

More information

Pressure and crowning control as standard

Pressure and crowning control as standard Numerical Control DNC 600S The DNC 600S numerical control with 2D graphic display is specifically designed for sheet metal working. Depending on the software installed, it can be used for synchronized

More information

M-bus web server. Meters and Energy Cost Allocation WTV676-HB6035

M-bus web server. Meters and Energy Cost Allocation WTV676-HB6035 Meters and Energy Cost Allocation M-bus web server WTV676-HB6035 The web server reads out wireless or wired M-bus devices over Ethernet or the Internet using a browser. Power and connection for up to 20

More information