NetDAQ Users Manual
Table Of Contents
- 2640A/2645A NetDAQ Users Manual
- 1. Overview
- 2. Preparing for Operation
- Introduction
- Instrument Preparation
- Unpacking and Inspecting the Instrument
- Positioning and Rack Mounting
- Connecting to a Power Source and Grounding
- Universal Input Module Connections
- Digital I/O Connections
- Alarm/Trigger I/O Connections
- External Trigger Wiring for a Group Instrument
- Controls and Indicators
- Front Panel Operating Procedures
- Power-On Options
- Displaying a Monitor Channel
- Displaying the Digital I/O Status
- Displaying the Totalizer Status
- Reviewing and Setting the Base Channel Number
- Reviewing and Setting the Line Frequency
- Reviewing and Setting the Network Type
- Reviewing and Setting the General Network Socket Port
- Reviewing and Setting the General Network IP Address
- Reviewing and Setting the Subnet Mask and Default Gateway
- Viewing the Instrument Ethernet Address
- Host Computer and Network Preparation
- Testing and Troubleshooting
- 3. Configuring NetDAQ Logger for Windows
- Introduction
- Configuring Network Communications
- Configuring the Current Setup
- Setup Files
- Configuring an Instrument
- Configuring Channels
- Configuring Mx+B Scaling From a File
- Entering an Instrument's Description
- Copying a Channels Configuration
- Default Configuration Settings
- Using Configuration Lockout
- Saving an Instrument's Configuration as a Text File
- Configuring the netdaq.ini File
- 4. Operating NetDAQ Logger for
- 5. Using Trend Link for Fluke
- Introduction
- Getting the Right Look for Your Trend Link Chart
- 6. Maintenance
- Introduction
- Self-Test Diagnostics and Error Codes
- Cleaning
- Fuse Replacement
- Performance Test
- Configuring the Performance Test Setup
- Initializing the Performance Test Setup
- Accuracy Performance Tests
- Volts DC Accuracy Test (2640A)
- Volts DC Accuracy Test (2645A)
- Volts AC Accuracy Test
- Frequency Accuracy Test
- Analog Channel Integrity Test
- Computed Channel Integrity Test
- Thermocouple Temperature Accuracy Test
- Open Thermocouple Response Test
- 2-Wire Resistance Accuracy Test (2640A)
- 2-Wire Resistance Accuracy Test (2645A)
- 4-Wire Resistance Accuracy Test (2640A)
- 4-Wire Resistance Accuracy Test (2645A)
- RTD Temperature Accuracy Test (Resistance) (2640A)
- RTD Temperature Accuracy Test (Resistance) (2645A)
- RTD Temperature Accuracy Test (DIN/IEC 751 RTD)
- Digital Input/Output Tests
- Totalizer Tests
- Master Alarm Output Test
- Trigger Input Test
- Trigger Output Test
- Calibration
- Variations in the Display
- Service
- Replacement Parts
- Appendices
- A. Specifications
- Introduction
- 2640A/2645A Combined Specifications
- 2640A Specifications
- 2640A DC Voltage Measurement Specifications
- 2640A AC Voltage Measurement Specifications
- 2640A 4-Wire Resistance Measurement Specifications
- 2640A 2-Wire Resistance Measurement Specifications
- 2640A RTD's 4-Wire, per ITS-1990 Measurement Specifications
- 2640A RTD's 2-Wire per ITS-1990 Measurement Specifications
- 2640A Thermocouple per ITS-1990 Measurement Specifications
- 2640A Frequency Measurement Specifications
- 2645A Specifications
- 2645A DC Voltage Measurement Specifications
- 2645A AC Voltage Measurement Specifications
- 2645A 4-Wire Resistance Measurement Specifications
- 2645A 2-Wire Resistance Measurement Specifications
- 2645A 4-Wire RTD per ITS-1990 Measurement Specifications
- 2645A Thermocouple per ITS-1990 Measurement Specifications
- 2645A Frequency Measurement Specifications
- B. Noise, Shielding, and Crosstalk Considerations
- C. True-RMS Measurements
- D. RTD Linearization
- E. Computed Channel Equations
- F. Data File Format
- G. Dynamic Data Exchange (DDE)
- H. Ethernet Cabling
- I. Network Considerations
- J. Error Messages & Exception Conditions
- K. Fluke Service Centers
- A. Specifications
- Index
- Instrument Parameter Record (Isolated Network)
- Instrument Parameter Record (General Network)
- General Network Parameter Record
- Host Computer General Network Parameter Record

2640A/2645A NetDAQ
Users Manual
I-12
Currently, the WINSOCK DLL that operates with LAN Workplace must be
downloaded from the Novell forum on CompuServe or you must request a copy
from Novell. TCP/IP protocol packages with included WINSOCK DLLs can be
purchased from a variety of sources including Microsoft, Banyan, FTP, SunSoft,
and IBM.
The Transmission Control Protocol/Internet Protocol (TCP/IP) has evolved as a
networking protocol that supports communication among diverse computers and
devices (at U.C. Berkeley there once was a TCP/IP-connected Coke machine). The
TCP/IP protocol can be used to communicate between programs running on many
different computer systems, running under many different operating systems, and
even running on several different physical network types (Ethernet being only one
of the many types supported).
The TCP/IP protocol stack is isolated from the underlying network hardware by a
device driver. Applications use TCP/IP resources via one of the several
Application Programming Interfaces (API) that are commonly supported by
network software vendors. The API used by the NetDAQ software is WINSOCK
(discussed below). There are also API’s for file transfer (FTP) and file sharing
(NFS and others).
You rarely need to know the details of the TCP/IP protocol. In summary, TCP/IP
enables two computer systems to establish a connection that allows data to be
exchanged. Data to be transmitted is broken up into manageable chunks (packets)
by the TCP portion of TCP/IP. TCP also reconstructs the data at the receiving end
by merging the chunks back together in the correct order. TCP also assures error-
free communication by use of a checksum within each packet. Finally, TCP uses
the Port ID to specify the specific application within each system that is sending
and receiving the data.
The IP portion of the TCP/IP protocol simply addresses, sends, and receives
packets. It uses the IP address, the Subnet Mask, and the Default Gateway
information. The IP address is described in “IP Addresses and Segmented
Networks” in this appendix.
The subnet mask is used to separate the network ID from the host ID in an IP
address. For example: if the IP address of a NetDAQ address was 198.178.246.10,
and a class C network ID was active, the subnet mask would be 255.255.255.0.
When this mask is applied to the address, the network ID is extracted as
198.178.246 and the host ID as 10.
The default gateway information is only used when your network contains more
than one subnet, or is connected directly to the Internet. When the network ID of
the source and destination address of a packet are different (hosts on different
network segments), the packet is forwarded to the default gateway for delivery.
The default gateway has knowledge of the network IDs of the other network
segments, so it forwards the packet to other gateways on the network until the
packet is delivered to the gateway attached to the destination segment with the










