8810A Programmers Guide
8810A Programmers Guide
Programmer’s
Reference Guide
for
8810A
Programmer’s Reference
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Guide for 8810A
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 1 of 54
Contents
Table of Contents
1 Introduction ............................................................................................................................. 3
2 Remote Setup .......................................................................................................................... 4
2.1 Controlling Channel 1 Signal Input ................................................................................ 5
3 Language Support ................................................................................................................... 7
3.1 Compatibility to 8810 APIs ............................................................................................ 9
3.1.1 8810-FX2 Emulation Mode ...................................................................................... 10
3.2 Language Independent Commands ............................................................................... 11
3.3 API-8810A Native ........................................................................................................ 13
3.4 API-8810 Native (Legacy) ............................................................................................ 32
3.5 API-8810 SR103 (Legacy) ........................................................................................... 34
3.7 API-8810 HSR202 (Legacy)......................................................................................... 35
3.8 API-8810 HSR203 (Legacy)......................................................................................... 36
3.9 API-8810 MATE/CIIL (Legacy) .................................................................................. 37
4 API-8810A USB Protocol..................................................................................................... 38
5 API-8810A Ethernet Protocol ............................................................................................... 40
6 API-8810A DLL ................................................................................................................... 43
7 API-8810A Soft Panel Program............................................................................................ 44
8 Cypress USB Driver Installation .......................................................................................... 52
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 2 of 54
Introduction
1 Introduction
The 8810A Angle Position Indicator Measurement Instrument provides two fully independent
channels with 0.0001 resolution and 0.004 (Standard)/ 0.001 (Special) accuracy. The 8810A
allows all programming to be done via the touch-screen or mouse interface. In addition, remote
operation capabilities are provided via IEEE-488, USB, Ethernet and J1 connection (50 pin
DSUB connector in back of the unit).
Reference Documentation
For additional information about this instrument refer to the Operation Manual for Model 8810A.
For additional information about the Application Programming Interface (API) provided in the
API8810ADll refer to the Function Reference Manual for 8810A.
Reference CD
For electronic copies of the 8810A documentation, API-8810A Soft Panel application program,
and source code for API-8810ADll and Soft Panel application refer to the 8810A Product CD.
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 3 of 54
Remote Setup
2 Remote Setup
To enable remote operation capabilities via IEEE-488, USB, Ethernet and J1 connection (50 pin
DSUB connector in back of the unit), the unit must be configured for remote operation.
Click on the button labeled “Loc/Rem” to view the Local/Remote Configuration screen:
In “Local” mode, the configuration settings can be queried. The unit must be in one of the
“Remote” modes (Ethernet, IEEE, USB or J1) before configuration settings can be changed
remotely. Note, for remote programming via the IEEE interface, the language type must be
selected, refer to section 3 on language support.
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 4 of 54
Remote Setup
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 5 of 54
Remote Setup
Select the “Front Panel” or “Back Connector” option for Channel 1 Input. Click on the “Set”
button.
Note: the “Auto Save” option is not available on 8810A Revision B instruments.
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 6 of 54
Language Support
3 Language Support
The 8810A Unit is a direct replacement for all 8810’s. This unit supports the following
languages:
The following table lists the applicable IEEE-488 bus commands for the API-8810A.
SYNCHRO
DATA FREEZE - OFF
SRQ MODE - OFF
GET MODE – OFF
GET BS 08 Group Execute Trigger - When the GET command is
received, and if the API is addressed to listen and has the
GET mode switch on, data sent to the API will be applied to
the instrument.
LLO DC1 11 Local Lockout - This command disables the front panel
REM switch. It gives the controller complete control over
whether the API is in remote or local operation.
SPE CAN 18 Serial Poll Enable - After receipt of this command the API,
when addressed to talk, will transmit the Status Byte.
SPD EM 19 Serial Poll Disable - This command cancels the SPE
command and allows the API, when it is addressed to talk,
to send data.
UNL / 3F Unlisten - Unaddresses the API listen address.
UNT - 5F Untalk - Unaddresses the API talk address.
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 7 of 54
Language Support
The following table lists the interface function capability codes for the API-8810A.
Code Function
AH1 Acceptor handshake - complete capability
SH1 Source handshake - complete capability
T6 Talk capability - all except TON
TEO Extended Talk capability – none
L4 Listen capability - all except LON
LEO Extended Listen capability - none
SR1 Service request - complete capability
RL1 Remote/Local - complete capability
PPO Parallel Poll - no capability
DC1 Device Clear - complete capability
DT1 Device Trigger - complete capability
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 8 of 54
Language Support
<DDDDDD<CR><LF>
e.g., <179999<CR><LF>
The standard API data message will always be 7 characters long plus a <cr><lf>. The API when used in
the ±180 mode will send angle data to the IEEE controller in the following format:
<SDDDDDD<CR><LF>
e.g., <-149999<CR><LF>
The ±180 degree data message will always be eight characters long plus a <CR><LF>.
SDDDDDD<CR><LF>
e.g., +179999<CR><LF>
The standard API data message will always be 7 characters long plus a <cr><lf>. The API when used in
the ±180 mode will send angle data to the IEEE controller in the following format:
SDDDDDD<CR><LF>
e.g., -149999<CR><LF>
The ±180 degree data message will always be seven characters long plus a <CR><LF>.
Serial Poll
When the IEEE language type selected is one of the 8810 legacy languages, the status byte returned by the
API indicates the status of the instrument. The bits of the status byte are defined as:
D7 D6 D5 D4 D3 D2 D1 D0
ERROR RQS 0 0 0 0 FREEZE RESOLVER
ERROR -When bit is set the API data is not stable. If FREEZE is programmed, this bit will always be 0.
RQS -When bit is set the API is asserting the SRQ line.
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 9 of 54
Language Support
RESOLVER -When bit is set the API is programmed for RESOLVER mode. When cleared the API is set to
SYNCHRO mode.
If the RQS bit is set, the remaining bits indicate the state of the API when the SRQ line was last asserted. If
the RQS line is not set then the remaining bits indicate the state of the API at the time the status byte is
read.
Service Request The API can be programmed to assert the SRQ line when the display data is stable.
Stability is defined as the angle readings being within <TBD> degrees or the FREEZE mode is
programmed. The V command instructs the API to assert the SRQ line when stable data is detected. If
stability is not detected within 4 seconds, SRQ will be asserted nevertheless and the ERROR bit in the
STATUS byte will be set. This command cancels itself once SRQ is asserted and must be reprogrammed
for subsequent SRQs. When SRQ is asserted the display data is saved and will be transmitted to the
controller (when addressed to talk) regardless of the display value. Once read, the API output data will then
agree with the display.
GET Mode When the G command is included in the programming string, the API will hold off applying the
programming data until the GET (Group Executive Trigger) bus command is received. GET mode is
cancelled once the bus command GET is received and must be reprogrammed if desired again.
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 10 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 11 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 12 of 54
Language Support
API CHANNELS
Function Syntax (commands must be sent with upper-case) Comments
Track/Latch API<chan><b>UPDATE?<cr><lf> Queries the
Angle track/latch state of
the channel.
Query returns:
‘LATCHED’ or
‘TRACK’.
API<chan><b>UPDATE<b><LATCH|TRACK><cr><lf> Sets the track/latch
state for the channel.
Signal API<chan><b>MODE?<cr><lf> Queries the mode
Mode state of the channel.
Query returns: ‘RSL’
or SYN’.
API<chan><b>MODE<b><RSL|SYN><cr><lf> Sets the Rsl/Syn state
for the channel.
Reference API<chan><b>REF_SOURCE?<cr><lf> Queries the reference
Mode source for the
channel.
Query returns: ‘INT’
or ‘EXT’.
API<chan><b>REF_SOURCE<b><INT|EXT><cr><lf> Sets the
Internal/External
reference source
mode for the channel.
Ratio API<chan><b>RATIO?<cr><lf> Queries the ratio
setting for each
channel.
Query returns the ‘1’
always for channel 1
and for channel 2, the
ratio setting value:
Ratio Range = 1 to
255.
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 13 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 14 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 15 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 16 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 18 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 19 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 20 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 21 of 54
Language Support
SYN’.
Ratio APIALL<b>RATIO?<cr><lf> Queries the ratio
setting for BOTH
channels. Query
returns ‘1’ for
channel 1 and for
channel 2, the ratio
setting: Ratio Range
= 1 to 255.
Reference APIALL<b>REF_SOURCE?<cr><lf> Queries the reference
Mode source for BOTH
channels. Query
returns: ‘INT’ or
‘EXT’.
Track/Latch APIALL<b>UPDATE?<cr><lf> Queries the
Angle track/latch state of
BOTH channels.
Query returns:
‘LATCHED’ or
‘TRACK’.
Angle Limit APIALL<b>ANG_LIMIT?<cr><lf> Queries the angle
Testing limit test settings for
BOTH channels.
Query returns:
‘ON’ or ‘OFF’ to
indicate whether limit
testing is active or
disable, a blank
space,
‘ABS’ or ‘ERR’ to
indicate whether
absolute angle or
angle error
comparison is used
for limit testing.
Velocity APIALL<b>VEL?<cr><lf> Queries the angle
velocity data for
BOTH channels.
Query returns
channel velocity in
degrees per second:
Range: -32767 <
value < +32767.
Line-to- APIALL<b>LL_VOLT?<cr><lf> Queries the line-to-
Line line voltage for
Voltage BOTH channels.
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 23 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 24 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 25 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 26 of 54
Language Support
API CONFIGURATION
Function Syntax (commands must be sent with upper-case) Comments
Communi- APICMD <b>COMM?<cr><lf> Queries the
cation communication
Setting settings.
Possible results are:
Local Mode
or
Remote IEEE Addr:
API-IEEE Language
or
Remote USB
or
Remote Ethernet
or
Remote J1
or
Remote with Lockout
via IEEE Addr: API-
IEEE Language
or
Remote with Lockout
via USB
or
Remote with Lockout
via Ethernet
or
Remote with Lockout
via J1
APICMD<b>COMM<b><IEEE|USB|ETHERNET|J1> Sets the
<cr><lf> communication
setting to
communicate
remotely via IEEE,
USB, Ethernet or J1.
Go To APICMD<b>COMM<b><LOCAL><cr><lf> Sets the device to
Local Local mode.
Local APICMD<b>COMM<b><LOCKOUT><cr><lf> Sets the device to
Lockout Local Lockout mode.
Angle APICMD<b>ANG_FMT?<cr><lf> Queries the angle
Display display format.
Format Query returns:
(‘0 to 360’, or
‘-180 to 180’, or
‘Deg, Min, Sec’)
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 27 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 28 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 29 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 30 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 31 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 32 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 33 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 34 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 35 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 36 of 54
Language Support
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 37 of 54
Soft Panel Program
The following is code snippets from the API8810ADll (USBComm.cpp) that makes calls to the
Cypress CyAPI.lib file to sending commands to the 8810A:
bool USB_WriteMsg(char* szMsg, bool bExpectReply, char*pszReply)
{
bool bSuccess = false;
unsigned short usTotalBytes = (unsigned short)strlen(szMsg) + 4; // Length of Message
// + 2 bytes for Bytes sent
// + 2 bytes for Command
unsigned short usCommand = 0x226A; // 8810 (0x226A) Command
char szData[256];
LONG nDataCnt = 0;
LONG BytesToRead = 0;
byte loByte, hiByte;
//********************************************
// Format data to be sent
// Protocol:
// (16 bits) Number of bytes to be sent
// (16 bits) Command ID (0x226A) for 8810
// szMsg - data message
//********************************************
szData[nDataCnt++] = loByte;
szData[nDataCnt++] = hiByte;
szData[nDataCnt++] = loByte;
szData[nDataCnt++] = hiByte;
// Message Data
for (int i = 0; i < (int)strlen(szMsg); i++)
szData[nDataCnt++] = szMsg[i];
if(glb_pUSBDevice)
{
if(glb_pUSBDevice->IsOpen())
{
short numOfTries = 0;
do
{
// Write Data Message
if (glb_pUSBDevice->BulkOutEndPt)
{
if (!glb_pUSBDevice->BulkOutEndPt->XferData((PUCHAR)&szData, nDataCnt))
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 38 of 54
Soft Panel Program
{
ReinitUSB();
break;
}
}
if(!bSuccess)
{
Wait(500);
}
else
{
strcpy(pszReply, (char *)aReceiveBuffer);
}
}
else
bSuccess = true;
}
else
bSuccess = true;
}while((!bSuccess) && (numOfTries < 2));
}
else
{
ReinitUSB();
}
}
return bSuccess;
}
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 39 of 54
Soft Panel Program
int result;
/* Before trying to make a connection to the server, ping it to make sure it's reachable */
result = PingHost(pszIPAddr);
if (result != 0)
return ETHER_CANNOT_ESTABLISH_CONNECTION;
int CloseClientSocket(SOCKET s)
{
closesocket(s);
WSACleanup();
return ETHER_SUCCESS;
}
After a socket connection is made to the 8810A, device log-in is required. 8810A Ethernet login
is accomplished by sending “NAII\r\n” command via the Ethernet connection to the 8810A.
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 40 of 54
Soft Panel Program
if (bExpectReply)
{
if (ReadEthernetMsg(s, RECV_MSG_MAX_SIZE, aReceiveBuffer, &nBytesRead) == ETHER_RECV_ERROR)
return bSuccess;
bSuccess = true;
return bSuccess;
}
nLeft = nMessageLen;
nIndex = 0;
if (nLeft > 0)
status = ETHER_SEND_ERROR; /* ERROR */
else
status = ETHER_SUCCESS; /* SUCCESS */
return status;
}
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 41 of 54
Soft Panel Program
nLeft = nMessageLenToBeRead;
nIndex = 0;
if (nIndex > 0)
{
*nMessageLen = nIndex;
status = ETHER_SUCCESS; /* SUCCESS */
}
else
status = ETHER_RECV_ERROR; /* ERROR */
return status;
}
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 42 of 54
Soft Panel Program
6 API-8810A DLL
A dynamic link library (DLL) written in C, compiled under Microsoft Visual .NET 2010 has
been included in the software package to provide a program interface that handles the language
syntax to communicate with the unit. The function lists provided in this Dynamic-link library
(DLL) is described in Function Reference Manual for 8810A.
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 43 of 54
Soft Panel Program
When checked, the “Sets” are allowed only when On units where Internal
changes will apply when the API-8810A unit is set for Reference is not available,
the Set button is clicked. Remote mode with specified API-8810A will return the
communication interface (IEEE, default settings:
USB, or Ethernet) Voltage: 26 v
Frequency: 400 Hz
Ref Out: Not Available
When checked, angle data for Channel 1 and
Channel 2 will be written to the file specified
during ”Cont Read” mode. The data is When clicked, angle data for Channel 1 and
written as follows (tab-delimited): Channel 2 will be read from the device and
written to the file specified. The data is
1 230.2710 314.4984
2 231.2988 316.3996 written as follows (tab-delimited):
3 232.1987 319.0801
4 233.0217 322.1867 1 230.2710 314.4984
5 300.6461 224.9971 2 231.2988 316.3996
3 232.1987 319.0801
4 233.0217 322.1867
5 300.6461 224.9971
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 45 of 54
Soft Panel Program
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 46 of 54
Soft Panel Program
When checked, the “Sets” are allowed only when Upon receiving a remote
changes will apply when the API-8810A unit is set for enable of the Dual Chan
the Set button is clicked. Remote mode with specified Angle Diff configuration,
communication interface (IEEE, the API-8810A unit will
USB, or Ethernet) automatically show the
Dual Channel Screen.
The angle value shown for
Channel 2 represents the
angle difference between
the angle readings for
Channel 1 and Channel 2.
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 47 of 54
Soft Panel Program
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 48 of 54
Soft Panel Program
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 49 of 54
Soft Panel Program
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 50 of 54
Soft Panel Program
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 51 of 54
Cypress USB Driver
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 52 of 54
Revision History
Revision History
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 53 of 54
Revision History
8810A Programmer’s
North Atlantic Industries, Inc. 631.567.1100 Revision 3.0.0.2 Reference Guide
110 Wilbur Place, Bohemia, NY 11716 www.naii.com / e-mail:[email protected] Page 54 of 54