Home
ModbusTest Help 644 KB () - Environmental Stress Systems
Contents
1. 1 Timeout 1000 Timeouts al Watchdog 1000 Port Errors 0 Clear Counters Miscompares p Parity x Comm Port 5 Baud None Error Log Log Stop On Error C Compare W R C Compare R R C Sample C AddressesFromFile AddressFilePath CAMAddressFile tt LogFilePath C QutputFile tt Pot Open Revision 1 30 Tip The rotating function on the 4 device addresses will round robin until it hits a device address of 0 so if you put a 0 in the third field it will not check the fourth etc Watlow Winona 16 RGH 04 09 10 1241 Bundy Blvd Winona MN 55987 Telephone 507 494 5656 Copyright 2010 Watlow Electric Manufacturing Company Using ModbusTest mi WATLOW The check box AddressesFromFile feature will read file AddressFilePath to determine which registers to read from controller and write values read to file LogFilePath This feature allows a given set of registers to be read and the results written to a file for comparisons This happens once when the read button is clicked This is not meant to be a data log file and does not use time date stamping ES ModbusTest Read Write Commands Read Add Write Add C Write Read Modbus Addresses 0 0 Constantwr Rd Read Word Count 1 Interval ms 100 Display Read Data No Delay locks gui LH Order C Random Read Length C Increment Write Data C Random Write Length
2. Write Address registers with Write Data values enter each data value followed by an Enter key on a separate line in the Write Data panel Each Write Data value will be written to incremental Modbus registers starting at entered register Write Add ES ModbusTest Read Write Commands Write Data Int16 0 float 0 0 lt return gt Slave 1 Read Data Wiite Once Read Add Write i 62 1 a C Write Read Modbus Addresses 0 ConstantWr Rd Read Word Count Interval ms 1 00 Display Read Data No Delay locks gui LH Order C Random Read Length C Increment Write Data C Random Write Length DeviceAdd 1 0 Timeout 1000 watchdog 1000 Timeouts ol 1 1 Port Errors 0 Clear Counters Miscompares 0 Parity Comm Port 5 9600 None Error Log Log Word Count 1 Stop On Error C Compare W R C Compare R R C Sample C AddressesFromFile AddressFilePath CAMAddressFile tt LogFilePath C QutputFile tat PSR Revision 1 30 Tip Floating point values must be entered with a decimal and integer values are entered with no decimal in the Write Data pane Each data value must be followed by a carriage return The Word Count indicated the number of words written A word is 16 bits Be sure to write the correct data type to the appropriate registers Watlow Winona 11 RGH 04 09 10 1241 Bundy Blvd Winona MN 55987 Telephone 507 49
3. Copyright 2010 Watlow Electric Manufacturing Company
4. on Modbus RTU or Modbus TCP protocols refer to http www modbus org for the detailed specification Lastly Modbus register addressing is sometimes referenced by a relative address or an absolute address This program and the user s manual use the relative addressing concept If your program or PLC uses absolute addressing either add 40 001 or 400 001 to the listed relative address Your PLC must use the 400 001 method to access register addresses higher than absolute address 49 998 The maximum relative address that may be specified is 65 565 or absolute address 465 566 Although this may be confusing the details are not important to make this work Mainly you must know how to enter the correct register address for the program or PLC being used Again this program uses relative addressing which we list in the user s manual for every parameter Watlow Winona 1 RGH 04 09 10 1241 Bundy Blvd Winona MN 55987 Telephone 507 494 5656 Copyright 2010 Watlow Electric Manufacturing Company Using ModbusTest mi WATLOW To see a white paper called Sample EZ ZONE PM 32 bit Modbus packet refer to http www watlow com literature prodtechinfo files controllers sample 20ez zone 20pm 2032 bit 20modbus 20packet pdf Watlow Winona 2 RGH 04 09 10 1241 Bundy Blvd Winona MN 55987 Telephone 507 494 5656 Copyright 2010 Watlow Electric Manufacturing Company Using ModbusTest mi WATLOW Using the program Example 1
5. 3 ne Interval ms 100 Display Read Data No Delay locks gui LH Order C Random Read Length Increment Write Data C Random Write Length 2 Device Add 1 0 Timeout 1000 Timeouts pl Watchdog 1000 Port Errors 0 Clear Counters Miscompares Parity Comm Port None a lt t 1 Error Log Log Stop On Error C Compare W R C Compare R R C Sample C AddressesFromFile AddressFilePath C AddressFile txt LogFilePath C Qutputle txt Revision 1 30 Watlow Winona 7 RGH 04 09 10 1241 Bundy Blvd Winona MN 55987 Telephone 507 494 5656 Copyright 2010 Watlow Electric Manufacturing Company Using ModbusTest mi WATLOW Example 5 To write a 32 bit value 2 registers or words 1 Enter Comm Port address of PC Baud and Parity of controller s settings 2 Enter Device Add which is controller address on network 1 to 247 3 Enter Modbus first register to write in controller using relative addressing The user s manual show relative addresses for all parameters Registers 2160 amp 2161 is the closed loop set point I value of EZ ZONE PM product 4 Match the word order for 32 bit values The default setting in the controller is LH Order 5 Enter data value to write For 32 bit floating point values enter the decimal point followed by the precision required then hit enter key 6 Check only Write box and Click Write bu
6. 4 5656 Copyright 2010 Watlow Electric Manufacturing Company Using ModbusTest mi WATLOW The check box Increment Write Data is for product testing purposes only and should be avoided This will increment the Write Data value written to a register automatically from 0 to 255 with each execution of the write command ES ModbusTest Read Write Commands Write Data Int16 0 float 0 0 lt returm gt Slave 1 Read Data Read Add Write Add 62 f C Write Read Modbus Addresses a 1880 CI Constantwr Rd Read Word Count 2 Interval ms 1 00 Display Read Data No Delay locks gui LH Order C Random Read Length Increment Write Data C Random Write Length _ JAdds a value between 0 and 255 to each write data word when enabled DeviceAdd 1 I i i TOOT Timeouts 0 0 o o Watchdog 1000 Port Errors 0 0 0 0 Miscompares 0 0 0 0 Parity Comm Port 5 Baud None Error Log Log Word Count 1 63 Stop On Error C Compare W R C Compare R R C Sample C AddressesFromFile AddressFilePath CAMAddressFile txt LogFilePath C QutputFile tet Port Open Revision 1 30 Tip The increment write data function starts at the write value entered and adds between 0 and 255 to each word transmitted So if you send 1 word it will write values of 1 2 3 4 5 Watlow Winona 12 RGH 04 09 10 1241 Bundy Blvd Winona MN 55987 Telephone 507 494 56
7. 56 Copyright 2010 Watlow Electric Manufacturing Company Using ModbusTest mi WATLOW The check box Compare W R feature is intended to be used when both the Write and Read check boxes are enabled The Modbus Addresses registers for Read Add and Write Add must be the same The Read Word Count must be correct for the data type The program will initiate a write and then a read to validate that the values match If the values do not match the Miscompares error counter will increment ES ModbusTest Write Data Int16 0 float 0 0 J Sh 1 Read Dat tite Data Int16 0 float 0 0 lt return gt ave ead Data Read Add Write Add 72146 2160 19137 Ox4AC1 FER Read Modbus Addresses 2180 2160 ji 2161 17040 04290 72 146 C Constantwr Rd Read Word Count Close Port Interval ms Display Read Data No Delay locks gui LH Order C Random Read Length C Increment Write Data C Random Write Length r DevieAdd 111 OF ol Timeout 1000 TE ol Watchdog 1000 Port Errors 0 Miscompares nl Parity Comm Port 5 Baud None Compare W R C Compare R R C Sample C AddressesFromFile AddressFilePath CAMAddhessFile tt LogFilePath C XQutputFile txt Error Log Log Word Count 2 Stop On Error Revision 1 20 Watlow Winona 13 RGH 04 09 10 1241 Bundy Blvd Winona M
8. AMddhessFile tt LogFilePath C XQutputFile txt Revision 1 30 Watlow Winona 5 RGH 04 09 10 1241 Bundy Blvd Winona MN 55987 Telephone 507 494 5656 Copyright 2010 Watlow Electric Manufacturing Company Using ModbusTest mi WATLOW Example 3 To write a 16 bit value 1 register or word 1 Enter Comm Port address of PC Baud and Parity of controller s settings 2 Enter Device Add which is controller address on network 1 to 247 3 Enter Modbus register to read in controller using relative addressing The user s manual show relative addresses for all parameters Register 1880 is the control mode I value of EZ ZONE PM product 4 Enter data value to write 62 Off 10 Auto and 54 Manual After entering integer value in this field be sure to hit the Enter key 5 Check only Write box and Click Write button or Click the Write Once button 6 Word Count indicates number of words written 7 If valid port was entered display will show Portx Open Write Data Int16 0 float 0 0 lt return gt Slave 1 Read Data 5 3 Read Add Write Add 62 1880 Write Read Modbus Addresses 0 CI Constantwr Rd Read Word Count 2 4 Interval ms 1 om Display Read Data C No Delay locks gui LH Order C Random Read Length Increment Write Data C Random Write Length 2 o Timeout 1000 Timeouts 0 0 Watchdog 1000 Port Errors 0 o i M
9. DeviceAdd 1112 O Timeout 1000 Tame o o Watchdog 1000 1 Port Errors 0 0 Clear Counters Miscompares 0 0 Parity Write Data Int16 0 float 0 0 lt returm gt Slave 1 Read Data Comm Port 5 9600 None vi Error Log Log Stop On Error C Compare W R C Compare R R C Sample AddressesFromFile AddressFilePath CAMAddressFile tt LogFilePath C OutputFile txt Port amp Open Revision 1 30 Tip You can use the AddressFromFile function as a data logger if you want to repeat reads of a single or multiple addresses You just need to create a large file with the addresses repeated for the number of times you want to read the address or addresses Watlow Winona 17 RGH 04 09 10 1241 Bundy Blvd Winona MN 55987 Telephone 507 494 5656 Copyright 2010 Watlow Electric Manufacturing Company Using ModbusTest mi WATLOW The field Timeout specifies in milliseconds the wait for a response time before a communications port timeout is generated The timeout field monitors all comms activity including connect and other comms and application overhead Typical values are between 1000 to 5000 milliseconds Enter higher numbers if occasional errors are generated fi ModbusTest Read Write Commands Read Add Write Add C write Read Modbus Addresses o 0 C Constantwr Rd Read Word Count 1 Interval ms 100 Display Read Data No Delay locks gui LH O
10. N 55987 Telephone 507 494 5656 Copyright 2010 Watlow Electric Manufacturing Company mi WATLOW Using ModbusTest The check boxes Random Read Length and Random Write Length are for product testing purposes only and should be avoided This feature will randomize the quantity of read or write registers in conjunction with ConstantWr Rd FE ModbusTest Read Write Commands Write Read Constantwr Rd Modbus Addresses Read Word Count Write Data Int16 0 float 0 0 lt retum gt Slave 1 Read Data i Add dl 72 146 2160 19137 Ox4aC1 2160 2160 2161 17040 0x4290 72 146 Close Port Interval ms Display Read Data No Delay locks gui LH Order Random Read Length C Increment Write Data Random Write Length DevieAdd 1 0 Timeout 1000 o watchdog 1000 Port Errors 0 Miscompares pl Parity Timeouts 0 Comm Port I None vi Error Log Log Word Count 2 Stop On Error C Compare W R C Compare R R C Sample C AddressesFromFile AddressFilePath CAMAddressFile tet LogFilePath C XQutputFile txt Watlow Winona 1241 Bundy Blvd Winona MN 55987 Telephone 507 494 5656 Copyright 2010 Watlow Electric Manufacturing Company 14 Revision 1 30 RGH 04 09 10 Using ModbusTest mi WATLOW The check box for Log Errors enables any errors to be logged in Error Log panel ES ModbusTest Read Writ
11. To read a 16 bit value 1 register or word Enter Comm Port address of PC Baud and Parity of controller s settings Enter Device Add which is controller address on network 1 to 247 Check Display Read Data Enter Modbus register to read in controller using relative addressing The user s manual show relative addresses for all parameters Register 0 is the hardware ID of EZ ZONE products Enter Read Word Count 1 16 bits Click Read button If valid port was entered display will show Portx Open Value read from register is displayed in decimal and hexadecimal formats AND OG SKOV EN ES ModbusTest Read Write Commands 6 a ee sci Write Data Int16 0 float 0 0 lt return gt pea aad oe C Write Read Modbus Addresses ji ji 3 C Constantwr Rd Read Word Count Interval ms 100 DEC HEX Display Read Data _ No Delay locks gui LH Order Renist C Random Read Length C Increment Write Data pot C Random Write Length 2 DeviceAdd 11 0 Timeout 1000 Timeouts Watchdog 1000 Port Errors Clear Counters Miscompares Parity Comm Port None Mi Error Log Log Stop On Error C Compare W R C Compare R R C Sample C ddressesFromFile AddressFilePath CAMddhessFile tt LogFilePath C XQutputFile txt 7 gt Port Open Revision 1 30 Watlow Winona 3 RGH 04 09 10 1241 Bundy Blvd Winona MN 55987 Te
12. Using ModbusTest mi WATLOW Introduction ModbusTest is an invaluable software testing tool that you may use to validate communications between your PC and a Watlow EZ ZONE family controller In the basic form you will use this tool to either read or write to Modbus registers with in a controller equipped with the Modbus RTU protocol Each Modbus register in the controller contains 16 bits of information called one word All 16 bit words are stored in unsigned integer format Any information that pertains to precision data is stored in two consecutive Modbus registers such as 360 and 361 which together form a location to store a closed loop set point Since each register is 16 bits wide two registers will form 32 bits of information using two words Some information is encoded in 32 bit IEEE 754 floating point format In this way the controller can display process or temperatures to a precision of 0 001 units or degrees Ever piece of information in the controller is referenced by a Modbus register or address location starting at an even number You will never write to an odd numbered Modbus address using relative addressing see more detail below Protocol Background Information Gould Modicon now called AEG Schneider created the protocol referred to as Modbus and used it in process control systems Modbus provides the advantage of being extremely reliable in exchanging information a highly desirable feature for industrial data co
13. Using ModbusTest mi WATLOW The check box for Display Read Data determines if data is returned to the panel on right Typically this is always selected ES ModbusTest Read Write Commands Read Add Write Add C Write Read Modbus Addresses 360 0 Constantwr ARd Read Word Count 2 Interval ms 100 Display Read Data No Delay locks gui LH Order C Random Read Length C Increment Write Data C Random Write Length DeviceAdd 1l oll olf Timeout 1000 Er ol watchdog 1000 Port Errors 0 Miscompares 0 Parity Comm Pot 5 i None Error Log Log Write Data Int16 0 float 0 0 lt retum gt Slave 1 Read Data 360 48114 OxBBF2 361 17041 04291 72 86708 Stop On Error C Compare W R C Compare R R C Sample C AddressesFromFile AddressFilePath CAMddhessFile tt LogFilePath C Qutputle txt Watlow Winona 1241 Bundy Blvd Winona MN 55987 Telephone 507 494 5656 Copyright 2010 Watlow Electric Manufacturing Company 10 Port amp Open Revision 1 30 RGH 04 09 10 Using ModbusTest mi WATLOW Use the Write Once button with the Write Data pane to right Write Data will be written one time starting at register address entered in Write Add box It is suggested that a read command follows to validate correct writes The program uses the multi write function code 0x10 If you wish to write multiple
14. e Commands Write Data Int16 0 float 0 0 lt returm gt Slave 1 Read Data Read Add Write Add C write Read Modbus Addresses ol o C Constantwr Rd Read Word Count 1 Interval ms 100 Display Read Data No Delay locks gui LH Order C Random Read Length C Increment Write Data C Random Write Length DeviceAdd 1l Timeout 1000 Watchdog 1000 Timeouts 0 Port Errors 0 Clear Counters Miscompares 0 Parity Comm Port None v EnorLog M Stop On Error C Compare W R C Compare R R C Sample C AddressesFromFile AddressFilePath CAMAddressFile tt LogFilePath C QutputFile tt Porth Open Revision 1 30 Watlow Winona 15 RGH 04 09 10 1241 Bundy Blvd Winona MN 55987 Telephone 507 494 5656 Copyright 2010 Watlow Electric Manufacturing Company Using ModbusTest mi WATLOW The Device Add boxes allow up to 4 controllers to be accessed on the network The program will read from each controller in round robin sequence unless the Device Add field is 0 fi ModbusTest Read Write Commands Write Data Int16 0 float 0 0 lt returm gt Slave 1 Read Data Read Add Write Add write Read Modbus Addresses 0 7 0 CI Constantwr Rd Read Word Count 1 Interval ms 1 og Display Read Data No Delay locks gui LH Order C Random Read Length C Increment Write Data C Random Write Length DeviceAdd
15. ile AddressFilePath CAMAddressFile tt LogFilePath C OutputFile txt Port Open Revision 1 30 Watlow Winona 19 RGH 04 09 10 1241 Bundy Blvd Winona MN 55987 Telephone 507 494 5656 Copyright 2010 Watlow Electric Manufacturing Company Using ModbusTest mi WATLOW The check box No Delay locks gui is for testing purposes only and should be avoided When used with ConstantWr Rd this feature maximizes the speed of read writes to stress the communications capabilities of the controller The ModbusTest program must be terminated via Windows Task Manager EE ModbusTest Read Write Commands Write Data Int16 0 float 0 0 lt return gt Slave 1 Read Data Read Add Wiite Add Write Read Modbus Addresses o 0 Constantwi Rd Read Word Count 1 Interval ms 100 Display Read Data No Delay locks gui M LH Order C Random Read Length Increment Write Data C Random Write Length DeviceAdd 1l oll o Timeout 1000 Timeouts 0 0 Watchdog 1000 Port Errors 0 0 Clear Counters Miscompares 0 Parity 1 Comm Port 5 Baud None v Error Log Log Stop On Error C Compare W R C Compare R R C Sample AddressesFromFile AddressFilePath CAMddhessFile tt LogFilePath C YQutputFile txt Port amp 5 Open Revision 1 30 Watlow Winona 20 RGH 04 09 10 1241 Bundy Blvd Winona MN 55987 Telephone 507 494 5656
16. iscompares 0 i Parity a Comm Port None v Hit lt enter gt after each value entered Error Log Log Word Count 1 Stop On Error C Compare W R C Compare R R C Sample C AddressesFromFile AddressFilePath C ddressFile txt LogFilePath C YQutputFile txt Revision 1 30 Watlow Winona 6 RGH 04 09 10 1241 Bundy Blvd Winona MN 55987 Telephone 507 494 5656 Copyright 2010 Watlow Electric Manufacturing Company Using ModbusTest mi WATLOW Example 4 To validate previous write of a 16 bit value 1 register or word 1 Enter Comm Port address of PC Baud and Parity of controller s settings 2 Enter Device Add which is controller address on network 1 to 247 3 Check Display Read Data if not already checked 4 Enter Modbus register to read in controller using relative addressing The user s manual show relative addresses for all parameters Register 1880 is Control Mode 1 of EZ ZONE PM products 5 Enter Read Word Count 1 16 bits 6 Check only Read box and Click Read button 7 If valid port was entered display will show Portx Open 8 Values read from register are displayed in decimal and hexadecimal formats fi ModbusTest Write Data Int15 0 float 0 0 lt return gt Slave 1 Read Data Read Add Write Add 62 11880 00062 04003E C write Modbus Addresses 1880 CI Constantwr Rd Read Word Count
17. lephone 507 494 5656 Copyright 2010 Watlow Electric Manufacturing Company mi WATLOW If Comm Port is not valid you will receive error messages 7 ModbusTest Read Write Commands C write Read C Constantwr Rd Close Port Display Read D ata Modbus Addresses Read Word Count Interval ms C No Delay locks gui Using ModbusTest Read Add Write Add 0 0 1 100 C Random Read Length Increment Write Data Random Write Length Device dd 1 Timeout Timeouts 0 Watchdog Port Errors 0 Miscompares 0j Parity Comm Port 15 Baud None LH Order 1000 1000 Clear Counters v C Compare W R C Compare R R C Sample C AddressesFromFile Error Log Log Write Data Int15 0 float 0 0 lt return gt Slave 1 Read Data AddressFilePath C AddressFile txt LogFilePath C OutputFile txt Watlow Winona 1241 Bundy Blv d Winona MN 55987 Telephone 507 494 5656 Copyright 2010 Watlow Electric Manufacturing Company The port is not available Revision 1 30 RGH 04 09 10 Using ModbusTest mi WATLOW Example 2 To read a 32 bit value 2 registers or words Enter Comm Port address of PC Baud and Parity of controller s settings Enter Device Add which is controller address on network 1
18. mmunications This protocol works on the principle of packet exchanges The packet contains the address of the controller to receive the information a command field that says what is to be done with the information and several fields of data Reading from these registers retrieves all information in the controller Each of these registers address is listed in the user s manual Operations Setup Profiling amp Factory Pages You will need this list to determine where the data is located The last item sent in the packet is a field to ensure the data is received intact This is called a cyclical redundancy check sum CRC This program creates the required packet for you and sends it to the controller A packet response from the controller is automatically decoded and checked for accuracy Many parameter values within the controller are four bytes in length and require two Modbus registers By default the low register address contains the two lower bytes and the high register address contains the two higher bytes If it makes your programming easier you may reverse this Modbus default where the low register address contains the two higher bytes and the high register address contains the two lower bytes This program will let you select the word order to match the controllers setting Modbus RTU is typically deployed over serial connections where Modbus TCP is deployed over the Ethernet physical layer If it is desired to acquire more information
19. rder C Random Read Length C Increment Write Data C Random Write Length ol Timeout 1000 VWatebdo non Timeouts 0 L Port timeout in milliseconds DeviceAdd 1l Port Errors 0 Clear Counters Miscompares olf Parity Comm Port None vi Write Data Int16 0 float 0 0 lt return gt Slave 1 Read Data Error Log Log Stop On Error C Compare W R C Compare R R C Sample AddressesFromFile AddressFilePath CAMAddhessFile tt LogfilePath C WQutputFile tt Watlow Winona 18 1241 Bundy Blvd Winona MN 55987 Telephone 507 494 5656 Copyright 2010 Watlow Electric Manufacturing Company Revision 1 30 RGH 04 09 10 Using ModbusTest mi WATLOW The button Clear Counters resets the error counts accumulated to left Also the Error Log panel will be cleared ES ModbusTest Read Write Commands Read Add Write Add C write Read Modbus Addresses ol 0 CI Constantwr Rd Read Word Count 1 Interval ms 1 00 Display Read Data No Delay locks gui LH Order C Random Read Length C Increment Write Data C Random Write Length DeviceAdd 1 3 J Timeout 1000 Watchdog 1000 Parity Write Data Int16 0 float 0 0 lt retum gt Slave 1 Read Data Comm Port None vi Error Log Log Stop On Error C Compare W R C Compare R R C Sample AddressesFromF
20. to 247 Check Display Read Data Enter Modbus register to read in controller using relative addressing The user s manual show relative addresses for all parameters Registers 360 amp 361 is the analog input 1 process value of EZ ZONE PM product Enter Read Word Count 2 32 bits Check the word order for 32 bit values The default setting in the controller is Low word High word order Check only Read box and Click Read button If valid port was entered display will show Portx Open Values read from register are displayed in decimal and hexadecimal formats The converted 32 bit floating point value is displayed in degrees Fahrenheit by default Pw he Sos ES ModbusTest Read Write Commands Write Data Int16 0 float 0 0 lt return gt Slave 1 Read Data Fead Add Write Add 360 04337 Ov1 OF C wie RER 1 oO 361 17045 0x4295 74 53309 3 CI Constantwr Rd Read Word Count 5 ko 6 Intervallms 100 Vg CH Order Display Read Data No Delay locks gui C Random Read Length Increment Write Data C Random Write Length 2 DeviceAdd 1 o 0 Timeout 1000 Timeouts 0 OF ol Watchdog 1000 0 Clear Counters Miscompares 0 0 0 Parity Comm Port 5 Baud 9600 None ve i Error Log Log Stop On Error Port Errors oll o C Compare W R C Compare R R C Sample C ddressesFromFile AddressFilePath C
21. tton or Click the Write Once button 7 Word Count indicates number of words written 8 If valid port was entered display will show Portx Open Write Data Int16 0 float 0 0 lt return gt Slave 1 Read Data gt 6 3 Read Add Write Add 75 260 ite Read Modbus Addresses 0 2160 4 5 CI Constantwr Rd Read Word Count 2 Interval ms 100 Kl LH Order Display Read Data No Delay locks gui C Random Read Length C Increment Write Data Random Write Length 2 DeviceAdd 1 0 Timeout 1000 Watchdog 1000 Timeouts 0 0 0 PortEnors 0 0 0 Miscompares 0 0 CommPot 5 Baud 9600 None J 1 Error Log Log Word Count 2 Stop On Error Lo Parity C Compare W R C Compare R R C Sample C ddressesFromFile AddressFilePath C WAddressFile txt LogFilePath Qutputfile txt 3 pe PortS Open Revision 1 30 Tip The word count for write data is displayed below the write data text box if the user wants to validate the number of words actually written Watlow Winona 8 RGH 04 09 10 1241 Bundy Blvd Winona MN 55987 Telephone 507 494 5656 Copyright 2010 Watlow Electric Manufacturing Company Using ModbusTest mi WATLOW Use the Read button to read registers one time or repeatedly Port is automatically opened when selected Register entered is read and displayed in panel to right User ma
22. y read 1 to 125 registers with one read command by entering the number of registers to read in the Read Word Count box The check box for ConstantWr Rd will repeatedly gather data at Interval in milliseconds selected Read data is displayed in decimal and hexadecimal format When pairs of registers are read the 32 bit floating point value is interpreted and displayed EZ ZONE products always start at even numbers like 2 360 or 2200 Use Stop button to terminate Constant Write Read commands fi ModbusTest Read Write Commands Read Add write Add C write Read Modbus Addresses o Constantwr Rd Read word Count 21k up to 125 Interval ms 100 Display Read Data _ No Delay locks gui LH Order C Random Read Length Increment Write Data C Random Write Length Timeout 1000 Watchdog 1000 DeviceAdd 11 Timeouts 0 Port Errors olf Clear Counters Miscompares pl Parity Comm Port None i vi Error Log Log Write Data Int16 0 float 0 0 lt returm gt Slave Read Data 360 46503 048547 361 17041 0x4291 72 85479 27 Stop On Error C Compare W R C Compare R R C Sample C AddressesFromFile AddressFilePath CAMAddhessFile tt LogFilePath C QutputFile tt Watlow Winona 1241 Bundy Blvd Winona MN 55987 Telephone 507 494 5656 Copyright 2010 Watlow Electric Manufacturing Company Port5 Open Revision 1 30 RGH 04 09 10
Download Pdf Manuals
Related Search
Related Contents
Bedienungsanleitung IR-100 Precision Decade model 1427 OPERATION MANUAL Navico Broadband Radar Installation Manual 説明書 - 瀬尾電子工業 Owner`s Manual - American Range Trane TSD User's Manual (TOA WM‐1210)(PDF形式:270KB) Copyright © All rights reserved.
Failed to retrieve file