manufacturer_models
manufacturer_models, üreticiye ait cihaz/ekipman modellerini normalize eder. Bu tablo, aynı üretici altında farklı ekipman tipleri ve model varyantlarının tekil kimlikle yönetilmesini sağlar.
manufacturers ve equipment_types ile birlikte çalışarak cihaz sözlüğünün teknik temelini oluşturur.
Kolonlar
| Kolon | Tip | Null | Anlamı |
|---|---|---|---|
id | int | hayır | Model birincil anahtarı |
manufacturer_id | int | hayır | Üretici referansı; manufacturers.id |
equipment_type_id | int | hayır | Ekipman tipi referansı; equipment_types.id |
name | varchar(100) | hayır | Model adı |
series | varchar(100) | evet | Seri/familya adı |
description | varchar(255) | evet | Model açıklaması |
specs | json | evet | Teknik özellikler (anahtar-değer) |
is_active | boolean | hayır | Model aktif mi (DEFAULT: true) |
create_time | timestamp | hayır | Kayıt oluşturulma zamanı |
update_time | timestamp | hayır | Son güncelleme zamanı |
İndeksler
| İndeks | Tip | Açıklama |
|---|---|---|
id | Primary Key | Tablo birincil anahtarı |
(manufacturer_id, equipment_type_id, name) | Unique | Aynı üreticide aynı ekipman tipi için model adı tekrar edemez |
Örnek Kayıtlar
- AGM3E 315 M4
- VM 280-4
- ACS580-01-430A-4
- TM-100
- CT 100/5
- PSE370-600-70
- LE910C1-EUX
- PowerStat V1 Cihaz
- PowerStat V2 Cihaz
- Maraba V1 Cihaz
- WeatherStat V1 Cihaz
- Qapu V1 Cihaz
- AF190
- AF146
- GV4P160
- RF38
- NH Fuse 160A
{
"id": 1,
"manufacturer_id": 1,
"equipment_type_id": 2,
"name": "AGM3E 315 M4",
"series": "AGM3E",
"description": "315 gövde 4 kutuplu motor modeli",
"specs": {"nominal_power_kw":315,"voltage_v":400,"frequency_hz":50,"phase":3},
"is_active": true
}
Özet: GAMAK üreticisinde motor sınıfına ait yüksek güçlü model kaydı.
{
"id": 2,
"manufacturer_id": 2,
"equipment_type_id": 2,
"name": "VM 280-4",
"series": "VM",
"description": "Dik milli motor modeli",
"specs": {"nominal_power_kw":250,"voltage_v":400,"frequency_hz":50,"phase":3},
"is_active": true
}
Özet: AEMOT motor ailesi için dik milli model tanımı.
{
"id": 3,
"manufacturer_id": 3,
"equipment_type_id": 6,
"name": "ACS580-01-430A-4",
"series": "ACS580",
"description": "ABB genel amaçlı VFD modeli",
"specs": {"nominal_power_kw":250,"voltage_v":400,"phase":3},
"is_active": true
}
Özet: ABB sürücü (VFD) sınıfı için genel amaçlı model.
{
"id": 4,
"manufacturer_id": 4,
"equipment_type_id": 3,
"name": "TM-100",
"series": "TM",
"description": "100 kVA dağıtım trafosu",
"specs": {"power_kva":100,"primary_voltage_v":34500,"secondary_voltage_v":400},
"is_active": true
}
Özet: ASTOR üreticisine ait dağıtım trafosu modeli.
{
"id": 5,
"manufacturer_id": 5,
"equipment_type_id": 5,
"name": "CT 100/5",
"series": "CT",
"description": "100/5 ölçü akım trafosu",
"specs": {"primary_current_a":100,"secondary_current_a":5,"accuracy_class":"0.5"},
"is_active": true
}
Özet: ENTES akım trafosu ailesi için ölçü modeli.
{
"id": 6,
"manufacturer_id": 3,
"equipment_type_id": 7,
"name": "PSE370-600-70",
"series": "PSE",
"description": "ABB soft starter modeli",
"specs": {"nominal_current_a":370,"voltage_v":400},
"is_active": true
}
Özet: ABB soft starter ekipman sınıfı için model tanımı.
{
"id": 7,
"manufacturer_id": 6,
"equipment_type_id": 8,
"name": "LE910C1-EUX",
"series": "LE910",
"description": "LTE Cat 1 modem modeli",
"specs": {"network":"4G","fallback":"2G"},
"is_active": true
}
Özet: Telit hücresel modem ailesi için LTE Cat 1 modeli.
{
"id": 8,
"manufacturer_id": 7,
"equipment_type_id": 9,
"name": "PowerStat V1",
"series": "PowerStat",
"description": "PowerStat ürün ailesinin birinci cihaz versiyonu",
"specs": {"connectivity":"gsm","application":"energy_monitoring"},
"is_active": true
}
Özet: OVOO üreticisinde PowerStat ilk cihaz jenerasyonu.
{
"id": 9,
"manufacturer_id": 7,
"equipment_type_id": 9,
"name": "PowerStat V2",
"series": "PowerStat",
"description": "PowerStat ürün ailesinin ikinci cihaz versiyonu",
"specs": {"connectivity":"gsm","application":"energy_monitoring"},
"is_active": true
}
Özet: PowerStat ikinci cihaz jenerasyonu; aynı seri altında ayrı model kaydı.
{
"id": 10,
"manufacturer_id": 7,
"equipment_type_id": 9,
"name": "Maraba V1",
"series": "Maraba",
"description": "Maraba tarımsal izleme ve kontrol cihazı",
"specs": {"connectivity":"gsm","application":"smart_agriculture"},
"is_active": true
}
Özet: Maraba çözümüne ait tarımsal kullanım odaklı cihaz modeli.
{
"id": 11,
"manufacturer_id": 7,
"equipment_type_id": 9,
"name": "WeatherStat V1",
"series": "WeatherStat",
"description": "WeatherStat çevresel ölçüm cihazı",
"specs": {"connectivity":"gsm","application":"weather_monitoring"},
"is_active": true
}
Özet: WeatherStat çözümüne ait çevresel ölçüm cihaz modeli.
{
"id": 12,
"manufacturer_id": 7,
"equipment_type_id": 9,
"name": "Qapu V1",
"series": "Qapu",
"description": "Qapu enerji izleme cihazı",
"specs": {"connectivity":"gsm","application":"industrial_energy_monitoring"},
"is_active": true
}
Özet: Qapu çözümüne ait sanayi enerji izleme cihaz modeli.
{
"id": 13,
"manufacturer_id": 3,
"equipment_type_id": 10,
"name": "AF190",
"series": "AF",
"description": "ABB ana kontaktör modeli",
"specs": {"nominal_current_a":190,"voltage_v":400},
"is_active": true
}
Özet: ABB kontaktör sınıfında ana kontaktör model kaydı.
{
"id": 14,
"manufacturer_id": 3,
"equipment_type_id": 10,
"name": "AF146",
"series": "AF",
"description": "ABB yıldız/üçgen kontaktör modeli",
"specs": {"nominal_current_a":146,"voltage_v":400},
"is_active": true
}
Özet: ABB kontaktör ailesinde yıldız/üçgen uygulama modeli.
{
"id": 15,
"manufacturer_id": 8,
"equipment_type_id": 11,
"name": "GV4P160",
"series": "GV4",
"description": "Schneider motor koruma şalteri",
"specs": {"amperage_a":160},
"is_active": true
}
Özet: Schneider motor koruma şalteri sınıfı için model tanımı.
{
"id": 16,
"manufacturer_id": 9,
"equipment_type_id": 12,
"name": "RF38",
"series": "RF",
"description": "Lovato termik röle modeli",
"specs": {"setting_range_a":"110-160"},
"is_active": true
}
Özet: Lovato termik röle ailesi için model kaydı.
{
"id": 17,
"manufacturer_id": 10,
"equipment_type_id": 13,
"name": "NH Fuse 160A",
"series": "NH",
"description": "Bussmann NH tip sigorta",
"specs": {"amperage_a":160},
"is_active": true
}
Özet: Bussmann NH tip sigorta sınıfında koruma ekipmanı modeli.