> For the complete documentation index, see [llms.txt](https://inscada.gitbook.io/ins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inscada.gitbook.io/ins/master/user-interface/wizards/device-library.md).

# Cihaz Kütüphanesi

inSCADA platformunda, bağlantı kurduğunuz cihazlarınız ile ilgili bir kütüphane bulunmaktadır. Bu kütüphane sayesinde, projelerinizde kullandığınız aynı cihazlar için yeniden Device, Frame ve Variable oluşturmanıza gerek yoktur. Tek yapmanız gereken cihaz kütüphanesinden bir cihazı seçip, hangi bağlantıya bağlamak istiyorsanız onu seçmenizdir.

![Resim 1 : Wizards - Device Library](/files/JVhboxr74JT718zpCkXf)

Resim 1'de görüldüğü gibi cihazlarınızın inSCADA platformunun haberleşme mimarisine uygun şekilde üst kısımda bulunan butonlar vasıtası ile şablon ekleyebilir, düzenleyebilir ve silebilirsiniz. Ekranda gördüğünüz gridler Device-Frame-Variables hiyerarşisinde master-detay olarak bir birlerine bağlıdır.&#x20;

## Device Template Add/Edit Form

Cihaz şablonu oluşturmak için açılan form, Development-Device kısmında incelediğimiz cihaz ekleme/düzenleme formu ile benzeşmektedir. Dolayısı ile form seçilen protokole göre dinamik olarak değişebilmektedir. Kullanmak istediğiniz protokole göre yapılması gereken ayarlar ile ilgili lütfen [Communication Protocols](/ins/master/communication-protocols.md) bölümüne bakınız.

![Resim 2 : Device Template Add/Edit Form](/files/g1bEB4vAXKClehUL0bVz)

Resim 2'de görüldüğü gibi form üzerinde istenen parametreleri girerek cihaz şablonumuzu oluşturuyoruz.

#### Name

Cihaz ismi.

#### Description

Cihaz ile ilgili tanımlayıcı bir açıklama.

#### Protocol

Cihaz ile haberleşmede kullanılacak olan protokol.

#### Device Properties

Bu sekme deki ayarlar cihaz şablonlarının Wizards'lar ile kullanımında gereken parametrelerdir. Daha detaylı bilgi için lütfen[ Wizards->Gas Metering](/ins/master/user-interface/wizards/gas-metering.md) bölümüne bakınız.

## Frame Template Add/Edit Form

Frame şablonu oluşturmak için açılan form, Development-Device-Frame kısmında incelediğimiz frame ekleme/düzenleme formu ile benzeşmektedir. Dolayısı ile form seçilen protokole göre dinamik olarak değişebilmektedir. Kullanmak istediğiniz protokole göre yapılması gereken ayarlar ile ilgili lütfen [Communication Protocols](/ins/master/communication-protocols.md) bölümüne bakınız.

![Frame Add / Edit](/files/vUCyFJH7EfJQwXE3RgfU)

Eklediğiniz Frame'lere menünün alt alanında bulunan Tag / Variable Şablonları alanından ![](/files/zZAWzUndI7wi3sOv11Vc) ikonları ile tag / değişken şablonlarını ekleyebilirsiniz, düzenleyebilir, silebilirsiniz.

![Tag/ Variable add/ edit](/files/l3xxEfSBB8eftPZTtVkw)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://inscada.gitbook.io/ins/master/user-interface/wizards/device-library.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
