Manual de instrucciones de IBM Lumitron ECS-320A

Manual de instrucciones del aparato IBM Lumitron ECS-320A

Aparato: IBM Lumitron ECS-320A
Categoría: Tarjeta de red
Fabricante: IBM
Tamaño: 0.57 MB
Fecha de añadido: 3/25/2014
Número de páginas: 63
Imprimir el manual

Descargar

¿Cómo se utiliza?

Nuestro propósito es proporcionarte el acceso más rápido posible a los contenidos incluidos en los manuales de instrucciones del aparato IBM Lumitron ECS-320A. Utilizando la vista previa online, puedes ver rápidamente el índice de contenidos y pasar a la página donde encontrarás la solución a tu problema con IBM Lumitron ECS-320A.

Para tu comodidad

Si ver los manuales de instrucción de IBM Lumitron ECS-320A directamente en esta página no es cómodo para ti, puedes utilizar dos soluciones posibles:

  • Vista en pantalla completa – Para ver cómodamente los manuales de instrucciones (sin descargarlos en tu ordenador) puedes utilizar el modo de vista en pantalla completa. Para activar la vista del manual IBM Lumitron ECS-320A en pantalla completa, utiliza el botón Pantalla completa
  • Descargar al ordenador – también puedes descargar el manual de instrucciones de IBM Lumitron ECS-320A a tu ordenador y guardarlo en tu colección. Sin embargo, si no quieres ocupar espacio en tu dispositivo, siempre podrás descargarlo de ManualsBase.
IBM Lumitron ECS-320A Manual de instrucciones - Online PDF
Advertisement
« Page 1 of 63 »
Advertisement
Versión impresa

Muchas personas prefieren no leer el documento en la pantalla, sino en versión impresa. La opción de impresión también está prevista y puedes utilizarla haciendo clic en el enlace más arriba - Imprimir el manual. No tienes que imprimir el manual completo de IBM Lumitron ECS-320A, solo las páginas que elijas. Ahorra papel.

Resúmenes

A continuación encontrarás resúmenes de los contenidos incluidos en las páginas posteriores del manual de instrucciones para IBM Lumitron ECS-320A. Puedes utilizarlos si quieres ver rápidamente el contenido que se encuentra en la siguientes páginas del manual.

Resúmenes de contenidos
Resumen del contenido incluido en la página 1





TSerial Interface Developers Guide
Tfor the
TECS-320A
Embeddable Camera Electronics System

(Document Number 700-00000040-R10)






















10503 Timberwood Circle
Suite 120
Louisville, KY 40223
(502) 423-7225

Resumen del contenido incluido en la página 2

SERIAL INTERFACE DEVELOPERS GUIDE Serial Interface Developers Guide Document Number 700-00000040 April 2003 Copyright Lumitron 2003 All Rights Reserved. DISCLAIMER All copyrights in this manual, and the hardware and software described in it, are the exclusive property of Lumitron, Inc. and its licensors. Claim of copyright does not imply waiver of Lumitron’s or its licensor’s other rights in the work. See the following Notice of Proprietary Rights. NOTICE OF PRO

Resumen del contenido incluido en la página 3

SERIAL INTERFACE DEVELOPERS GUIDE TTable of ContentsT TU1 INTRODUCTIONUT......................................................................................................... 1 TU2 GENERAL REQUIREMENTSUT ..................................................................................... 1 TU3 CAMERA BOOT SEQUENCEUT .................................................................................... 1 TU3.1 Communication ConfigurationUT ................................................

Resumen del contenido incluido en la página 4

SERIAL INTERFACE DEVELOPERS GUIDE TU5.3.16 CMD_NUC_FLASH_RAMPUT........................................................................................................11 TU5.3.17 CMD_NUC_FLASH_MEMORYUT..................................................................................................11 TU5.3.18 CMD_NUC_FLASH_TEST_PATTERNUT......................................................................................12 TU5.3.19 CMD_TEC_DRV_ENABLEUT.....................................

Resumen del contenido incluido en la página 5

SERIAL INTERFACE DEVELOPERS GUIDE TU6.2.13 CameraConfig.agcLowIntensityUT..................................................................................................23 TU6.2.14 CameraConfig.agcHighIntensityUT.................................................................................................23 TU6.2.15 CameraConfig.actOpName[4]UT ....................................................................................................23 TU6.2.16 CameraConfig.actNucName[4]UT...

Resumen del contenido incluido en la página 6

SERIAL INTERFACE DEVELOPERS GUIDE TU6.9.1 FPA Processor Operational Control Register LowUT .......................................................................37 TU6.9.2 FPA Processor Operational Control Register HighUT ......................................................................37 TU6.9.3 FPA Processor User Mode Control RegisterUT................................................................................37 TU6.9.4 ATC Offset Coefficient RegisterUT........................

Resumen del contenido incluido en la página 7

SERIAL INTERFACE DEVELOPERS GUIDE 1 Introduction This guide has been written to help the developer become acquainted with and be able to develop around the Serial Interface Protocol requirements for the Embeddable Camera Electronics System hardware. An overview of the system requirements and a detailed description of the protocol are provided. This guide also provides information on how the Lumitron Operational Manager Application software interacts with the ECS-320A hardware during sy

Resumen del contenido incluido en la página 8

SERIAL INTERFACE DEVELOPERS GUIDE used for text/file transfer. The bootloader is JTAG loaded into the DSP boot flash, typically during the production of the camera electronics. After the bootloader has configured the serial port it will output some text messages informing the host of its status and go into a wait state (approximately 5 seconds). During the wait state the host can initiate a file upload. Once a file upload is complete or the wait state times out, then execution is tran

Resumen del contenido incluido en la página 9

SERIAL INTERFACE DEVELOPERS GUIDE When the trigger occurs the host application can begin writing the file data to the COM port. The bootloader receives the incoming data stream, converts the text data, and writes the executable to the proper location in DSP program and data flash. Once the file transfer is complete execution is transferred to the embedded application that was just loaded. Lumitron v0003 Bootloader Version: The latest bootloader version no longer uses a ‘Xon/Xoff’ proto

Resumen del contenido incluido en la página 10

SERIAL INTERFACE DEVELOPERS GUIDE possible baud rates (9600, 38400, 115200) and verifying communication status. The remainder of the settings are automatically configured by the communications library. 5 Host Side Interface 5.1 Baud Rate The baud rate of the host side can be fixed to the configuration of the camera electronics or it can be designed to detect the active baud rate. When opening the port on the host application side the function requires a baud rate parameter. See funct

Resumen del contenido incluido en la página 11

SERIAL INTERFACE DEVELOPERS GUIDE 5.2.5 McbReadDataMem Call this function to read a block of memory from the DSP. At the lower level the call may be broken into several calls to the DSP controller to read the entire block. This function can also be used to read registers or a block of registers that are mapped into the DSP data memory space. Function Definition: MCBCOM MCBCOM_API DWORD McbReadDataMem(HMCBCOM hCom, LPVOID dest, DWORD addr, WORD size); Note that the function parameter

Resumen del contenido incluido en la página 12

SERIAL INTERFACE DEVELOPERS GUIDE … // Wait until DSP is ready for next command status = GetPCMStatus(m_hComPCM); // Send Focus Motor Far Command retVal = McbSendAppCmd( m_hComPCM, (BYTE)CMD_FOCUS_MOTOR_FAR, 0, NULL ); // If failed we need to break if (FAILED(retVal)) { tStr.Format(IDS_PC_MSTR_ERROR, retVal); DoMessageBox(tStr, MB_OK, 0); } … Notes: • The third argument of the call ‘McbSendAppCmd’ is set to zero and the fourth argument is NULL.

Resumen del contenido incluido en la página 13

SERIAL INTERFACE DEVELOPERS GUIDE 5.3.2 CMD_PROG_SFLASH_FULL Description: Program a full page to serial flash. The data to be programmed will need to be written to the scratch pad (DSP memory location 0x00C0) before initiating this command. The offset for the write into serial flash will be 0 regardless of the structure value. Command Code: Enumeration for CMD_PROG_SFLASH_FULL Argument Size: size of flash_XFER Argument: See below. struct _flash_XFER { WORD eraseFlag; // Statu

Resumen del contenido incluido en la página 14

SERIAL INTERFACE DEVELOPERS GUIDE COMP_SER_NUM fpaSupportBD; COMP_SER_NUM calFlagAssy; COMP_SER_NUM peripheral[4]; COMP_SER_NUM fpa; UWord16 ReserveBlk_A[2]; }; /* Size = 32 Words */ typedef struct _PRODUCT_ID PRODUCT_ID, *PTR_PRODUCT_ID; 5.3.5 CMD_READ_PRODUCT_ID Description: Read Product ID from DSP Data flash and place into the scratch pad buffer. Command Code: Enumeration for CMD_READ_PRODUCT_ID Argument Size: 0 Argument: Null Note: Use the McbReadDataMem function

Resumen del contenido incluido en la página 15

SERIAL INTERFACE DEVELOPERS GUIDE LENS_CFG lens[4]; }; typedef struct _STATIC_CFG STATIC_CFG, *PTR_STATIC_CFG; 5.3.7 CMD_READ_STATIC_CFG Description: Read Static Configuration from DSP Data flash and place into the scratch pad buffer. Command Code: Enumeration for CMD_READ_STATIC_CFG Argument Size: 0 Argument: Null Note: Use the McbReadDataMem function to read data from scratch pad. See data structures above. 5.3.8 CMD_GET_CAMERA_TIME Description: Read the Real Time Cloc

Resumen del contenido incluido en la página 16

SERIAL INTERFACE DEVELOPERS GUIDE Argument: See below. struct _NVM_XFER { UWord16 offset; // Offset from byte 0 UWord16 size; // Size in bytes }; typedef struct _NVM_XFER NVM_XFER, *PTR_NVM_XFER; Note: Use the McbReadDataMem function to read data from scratch pad. The offset term in the data structure determines the offset address relative to the NVM part. This command allows the host to retrieve any portion or all of the current NVM contents. Do not confuse access to this mem

Resumen del contenido incluido en la página 17

SERIAL INTERFACE DEVELOPERS GUIDE 5.3.14 CMD_IMAGE_GRAB Description: Perform an image grab into one of the utility memory buffers. Command Code: Enumeration for CMD_IMAGE_GRAB Argument Size: UWord16 Argument: Buffer to be selected (0 – data placed in image grab buffer A, and 1 - data placed in image grab buffer B). Note: This command was included for debug and development and should not be used for normal operation since a write operation takes place. Buffers may be in use by real

Resumen del contenido incluido en la página 18

SERIAL INTERFACE DEVELOPERS GUIDE Argument Size: size of NUC_MEM_XFER Argument: See below. struct _NUC_MEM_XFER{ UWord32 addr; // Address in NUC flash memory to read UWord16 size; // Size in WORDS (Limit to 160) }; typedef struct _NUC_MEM_XFER NUC_MEM_XFER, *PTR_NUC_MEM_XFER; Note: Use the McbReadDataMem function to read data from scratch pad. Multiple calls of this function would allow the host to read an entire set of NUC coefficients. 5.3.18 CMD_NUC_FLASH_TEST_PATTERN Des

Resumen del contenido incluido en la página 19

SERIAL INTERFACE DEVELOPERS GUIDE struct _SERVO_MODE { UWord16 mode; /* Mode of Servo: Open, Closed, Factor */ UWord16 factor; /* PWM Factor for user specified setting */ }; typedef struct _SERVO_MODE SERVO_MODE, *PTR_SERVO_MODE; /* Servo Mode Enumeration */ enum { SERVO_OPEN = 0, SERVO_CLOSE, SERVO_FACTOR }; Note: This command is to be used for test purposes. Once configured the servo will be controlled by the embedded application during normal operation 5.3.22 CM

Resumen del contenido incluido en la página 20

SERIAL INTERFACE DEVELOPERS GUIDE 5.3.24 CMD_TWO_PT_NUC Description: Initiates a 2-point calibration. The host is required to check/update the status of a global associated with the calibration process. Command Code: Enumeration for CMD_TWO_PT_NUC Argument Size: UWord16 Argument: 0 – external reference, 1 – internal reference Note: Since the 2 point calibration requires placement of hot and cold sources it is necessary to implement this command in ‘sub-protocol’ form. See paragraph


Manuales de instrucciones similares
# Manual de instrucciones Categoría Descargar
1 IBM 22P7713 Manual de instrucciones Tarjeta de red 0
2 IBM 16/4 Token Ring PCI Special Adapter 133749-B21 Manual de instrucciones Tarjeta de red 1
3 IBM 100/10 Manual de instrucciones Tarjeta de red 2
4 IBM 2824 Manual de instrucciones Tarjeta de red 0
5 IBM 2809 Manual de instrucciones Tarjeta de red 0
6 IBM 243X Manual de instrucciones Tarjeta de red 1
7 IBM 3270 Manual de instrucciones Tarjeta de red 27
8 IBM 19K4543 Manual de instrucciones Tarjeta de red 0
9 IBM 10GBE Manual de instrucciones Tarjeta de red 6
10 IBM 3301690 Manual de instrucciones Tarjeta de red 1
11 IBM 16/4 Token-Ring Manual de instrucciones Tarjeta de red 2
12 IBM 4.6.x Manual de instrucciones Tarjeta de red 0
13 IBM 4986B LanProbe Manual de instrucciones Tarjeta de red 0
14 IBM 5.01 Manual de instrucciones Tarjeta de red 0
15 IBM 5U Rackmount Server Chassis YY-R5xx Manual de instrucciones Tarjeta de red 0
16 Sony BTA-NW1A Manual de instrucciones Tarjeta de red 2
17 Sony BKMW-E3000 Manual de instrucciones Tarjeta de red 2
18 Sony AC-SQ950D Manual de instrucciones Tarjeta de red 0
19 Sony BBV RX100 Manual de instrucciones Tarjeta de red 3
20 Sony CLIE A-AVZ-100-11 Manual de instrucciones Tarjeta de red 1