ARTRAY ARTCAM-0134AR-BW-WOM-OP Instruction Booklet Download Page 18

- 18 -

10-2 GPIO
GPIO option is available upon request before the delivery of the ARTCAM-0134AR-WOM series. 

Pin assign

No.

Function

1

GPIO_0

2

GPIO_1

3

GPIO_2

4

VCC(3.3V) Maximum output 50mA

5

GPIO_3

6

GPIO_4

7

GPIO_5

8

Gnd

Each of the six GPIO pins is pulled up to 3.3V with 1kΩ on the circuit board and is connected to the IO pins on FPGA.

When GPIO pins are used as output pins, the FPGA output is driven at high impedance and Low level.

(At the time of power-up: high impedance)

To control GPIO, please use the ArtCam_SetIOPort / GetIOPort functions in SDK.
To control GPIO output, please specify the corresponding OR calculated values of each bit as per the table below to 
the second argument of the SetIOPort function.

IO pin

Bit

GPIO_0

0x01

GPIO_1

0x02

GPIO_2

0x04

GPIO_3

0x08

GPIO_4

0x10

GPIO_5

0x20

For  example,  to  have  GPIO_0,  GPIO_1,  GPIO_4  output  High(Z) and  GPIO_2,  GPIO_3,  GPIO_5  output  Low,   
please call this as follows:

ArtCam_SetIOPort(hACam, (0x01 | 0x02 | 0x10), 0, 0);

To read the GPIO pins, BYTE-type values can be gotten with the GetIOPort function.
For example, to get the status on GPIO_4 pin, please call the followings:

BYTE data = 0x00;

ArtCam_GetIOPort(hACam, &data, 0, 0);
BOOL gpio4 = (data & 0x10) ? TRUE : FALSE;

And the BOOL-type variable gpio4 of GPIO_4 pin is gotten

Extensions

Monitoring the vertical synchronization signals, horizontal synchronization signals, strobe signals,
and trigger signals on the sensor are possible as extensions of the GPIO option. (Optional)

Summary of Contents for ARTCAM-0134AR-BW-WOM-OP

Page 1: ...November 12 2020 Ver1 03 USB2 0 CMOS CAMERA SMALL TYPE ARTCAM 0134AR WOM Series INSTRUCTION BOOKLET 1 2M pixels ARTCAM 0134AR WOM Series ARTRAY CO LTD...

Page 2: ...3 Main Features 6 4 The Product 8 5 Connect the Camera 9 6 Specifications 10 7 External Dimensions 12 8 Spectral Sensitivity Characteristics 15 9 Characteristic of visible light cut filter 16 10 Opti...

Page 3: ...ded 8 Please contact us if you find any unclear points or mistakes in this manual 9 Quoting copying or altering some or all parts of the manual without our permission is prohibited 10 We are not respo...

Page 4: ...perature may cause damages to the camera or even cause fires Do not cover the product with cloth or other materials The product may get extremely hot and the heat may cause deformations on the parts o...

Page 5: ...se change after the purchase and thus cause the need to apply export licenses The 26 white countries not under the UNSCArms Embargo Argentina Australia Austria Belgium Bulgaria Canada Czech Republic D...

Page 6: ...re board is needed Small and Light Our cameras are small and light thus can be easily installed according to your desires Also the board type camera with small type board lens is easy to be incorporat...

Page 7: ...software users can easily preview save images and change camera settings 2D Measurement Filing Software Optional Useful 2D measuring functions are available with the optional 2D Measuring Filing Soft...

Page 8: ...TypeA B connector cable 3m approx 3 Introduction Booklet 4 Viewer software Device Driver CD 5 Software Development Kit ARTCCM SDK Options 1 C Mount lens 2 2 Measurement Filing Software ART MEASURE 3 5...

Page 9: ...he standard viewer softwareART Viewer The shutter speed is set directly on the sensor register so please refer to the following formulas for the real exposure time Model Method 0134AR WOM Series Range...

Page 10: ...on System Internal Synchronization Lens Mount C Mount 0134AR WOM 0134AR WOM OP CM Board lens Mount M12 P0 5 0134AR WOM OP Power DC5V Supplied by USB port Power Consumption UnderApprox 2W Ambient Condi...

Page 11: ...nization Lens Mount C Mount 0134AR WOM 0134AR WOM OP CM Board lens Mount M12 P0 5 0134AR WOM OP Power DC5V Supplied by USB port Power Consumption UnderApprox 2W Ambient Conditions OperatingTemperature...

Page 12: ...12 7 External Dimensions 7 1 C MOUNT CASED USB CABLE TYPE Small case ARTCAM 0134AR WOM 0134AR BW WOM...

Page 13: ...13 7 2 BOARD LENS BOARD TYPE ARTCAM 0134AR WOM OP 0134AR BW WOM OP Depending on different models size and position of components in front of sensor board condenser might vary...

Page 14: ...14 7 3 C MOUNT BOARD TYPE ARTCAM 0134AR WOM OP CM 0134AR BW WOM OP CM...

Page 15: ...15 8 Spectral sensitivity characteristics 8 1 ARTCAM 0134AR WOM series Color model 8 2 ARTCAM 0134AR BW WOM series Monochrome model...

Page 16: ...16 9 Characteristic of visible light cut filter Near infrared model NIR is adopting R70 on visible cut filter Please check the spectral sensitivity characteristic of image sensor as well...

Page 17: ...ut Pulse Voltage t2 Reset Time 320 s Actual measurement value t3 Exposure Time Subject to Shutter Speed Settings t4 Frame Transfer 37ms t5 Effective Trigger for next frame Within 1 s Trigger Input TRI...

Page 18: ...es of each bit as per the table below to the second argument of the SetIOPort function IO pin Bit GPIO_0 0x01 GPIO_1 0x02 GPIO_2 0x04 GPIO_3 0x08 GPIO_4 0x10 GPIO_5 0x20 For example to have GPIO_0 GPI...

Page 19: ...ystem specifications do not meet the requirements recommended above it may be difficult to run at the maximum frame rate 2 Connection of Multiple USB Devices When connecting multiple USB devices to on...

Reviews: