≥{{item.MinNumber}}:
{{pro.LadderPrices[num].viewPrice}}
{{item.viewPrice}}
请点击进入网站
Delivery Address
+ 添加地址
新的货运地址
*为了您能及时收到到货信息,请正确填写手机号。
国家代码添加到收藏夹
Utsource certified used parts
Utsource认证二手为您提供如下保障
1.Utsource会对货物检查,包括外观检测 (外观无严重破损),筛选合格诚信的供应商,确保98%合格率。
2. Some parts are tested by machine.
3.Utsource认证商品60天无条件退货,退款。
本网站上使用的所有产品名称,商标,品牌和徽标均为其各自所有者的财产。 具有这些名称,商标,品牌和徽标的产品的描述或销售仅用于标识目的,并不表示与任何权利所有者有任何隶属关系或授权。
Description
The HEDS-9040 and HEDS-9140 series are three channel optical incremental encoder modules. When used with a codewheel, these low cost modules detect rotary position. Each module consists of a lensed LED source and a detector IC enclosed in a small plastic package. Due to a highly collimated light source and a unique photodetector array, these modules provide the same high performance found in the HEDS-9000/9100 two channel encoder family.
Features
● Two channel quadrature output with index pulse
● Resolution up to 2000 CPR (Counts Per Revolution)
● Low cost
● Easy to mount
● No signal adjustment required
● Small size
● -40℃ to 100℃ operating temperature
● TTL compatible
● Single 5 V supply
QUANTITY | UNIT PRICE | PLUS UNIT PRICE | TOTAL PRICE |
---|---|---|---|
≥1: | US $13.50360 | US $12.15324 | US $12.15324 |
≥5: | US $12.75340 | US $11.47806 | US $57.39030 |
≥10: | US $12.37830 | US $11.14047 | US $111.40470 |
≥20: | US $12.00320 | US $10.80288 | US $216.05760 |
≥50: | US $11.62810 | US $10.46529 | US $523.26450 |
≥100: | US $11.47806 | US $10.33025 | US $1033.02500 |
≥200: | US $11.25300 | US $10.12770 | US $2025.54000 |
≥500: | US $11.10296 | US $9.99266 | US $4996.33000 |
≥1000: | US $10.87790 | US $9.79011 | US $9790.11000 |
替代产品
Substitute Product Link | Description |
---|---|
HEDM-9140 | HEDM-9140: 3-channel optical encoder with 500 CPR |
HP-HEDS-5500 | HP-HEDS-5500: Reflective optical encoder module |
AMT103-V | AMT103-V: Modular incremental encoder, up to 2048 Pulses Per Revolution |
ACD-10 | ACD-10: Compact rotary encoder with quadrature output |
ENC1J-D28-L00100L | ENC1J-D28-L00100L: Mechanical incremental encoder with 100 PPR |
产品用途
The HEDS-9140#I00 is an optical incremental encoder module commonly used in various circuits that require precise position, velocity, and motion measurement. Here are some typical applications and circuits where the HEDS-9140#I00 might be used:
Motor Control Systems:
Automated Machinery:
Feedback Systems:
Rotary Encoders in User Interfaces:
Measurement Systems:
Scientific Instruments:
Power Supply:
Signal Processing:
Microcontroller Interface:
Vcc (Power):
GND (Ground):
A, B (Quadrature Outputs):
I (Optional Index Pulse):
// Basic example code for reading encoder with ATmega328P (e.g., Arduino)
const int encoderAPin = 2; // channel A pin
const int encoderBPin = 3; // channel B pin
volatile long encoderPos = 0;
int lastEncoderBState;
void setup() {
pinMode(encoderAPin, INPUT);
pinMode(encoderBPin, INPUT);
attachInterrupt(digitalPinToInterrupt(encoderAPin), encoderA_ISR, CHANGE);
lastEncoderBState = digitalRead(encoderBPin);
Serial.begin(9600);
}
void encoderA_ISR() {
int encoderAState = digitalRead(encoderAPin);
int encoderBState = digitalRead(encoderBPin);
if (encoderAState != encoderBState) {
encoderPos++;
} else {
encoderPos--;
}
}
void loop() {
Serial.println(encoderPos);
delay(500); // Output position every 500ms
}
By integrating the HEDS-9140#I00 into these types of circuits, you can achieve precise motion control and measurement for a wide range of applications.
全球物流国家列表
国旗 | 国家 | 预计送达时间 | 最低首重费用 | ||
---|---|---|---|---|---|
快递 | 专线 | 快递 (0.5kg) | 专线 (0.05kg) |
订单
Payment
货运
Gift Coupon/Plus service
Returning
Returns are normally accepted when completed within 90 days from the date of the parcel delivered.
Defective ( Please provide a third party quality report of nonconforming products)
Return Freight charges must be prepaid; we will not accept COD shipments.
Warranty
All UTSOURCE purchases have a 90 days money back return policy, plus a 100 days UTSOURCE warranty against any manufacturing defects.This warranty shall not apply to any item where defects have been caused by improper customer assembly, failure by customer to follow instructions, product modification, negligent or improper operation.
HEDS-9140#I00
HEDS-9140#I00 has several brands around the world that may have alternate names for HEDS-9140#I00 due to regional differences or acquisition. HEDS-9140#I00 may also be known as the following names:
购买选择
库存状态: 5000
起订量: 1
总价:
超过US $300.00,免首重0.5kg邮费(除了美国)
快递: 预计{0}到达
标准配送: 预计{0}到达
国家:
United States
快递:( FEDEX,UPS,DHL,TNT)超过300$,免首重0.5kg邮费,超重将单独收费。(美国除外)
UTSOURCE
{{pro.Parameter.Brand}}
{{pro.encapsulation}}
{{pro.Parameter.DateCode}}
{{pro.brief}}
停止生产专家,我们可以提供大量已经停止生产且难以找到的电子零件,以方便维修公司
Reply to
submit