Skip to content

Commit 68f99a6

Browse files
committed
Initial code commit
1 parent a615155 commit 68f99a6

22 files changed

+794
-2
lines changed

Examples/HFP Generator.vi

39 KB
Binary file not shown.

PL HFP Generator.lvclass

Lines changed: 191 additions & 0 deletions
Large diffs are not rendered by default.

PL HFP Generator.vipb

Lines changed: 557 additions & 0 deletions
Large diffs are not rendered by default.

Protected/Read RTU Data.vi

15.7 KB
Binary file not shown.

Public/Close.vi

13.4 KB
Binary file not shown.
14.6 KB
Binary file not shown.
14.6 KB
Binary file not shown.
14.6 KB
Binary file not shown.

Public/Configure/Configure Mode.vi

16.2 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Public/Configure/Configure Phase.vi

15.3 KB
Binary file not shown.
14.9 KB
Binary file not shown.
15.2 KB
Binary file not shown.
Binary file not shown.
15.3 KB
Binary file not shown.
Binary file not shown.

Public/Initialize.vi

16.7 KB
Binary file not shown.
16.9 KB
Binary file not shown.

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
# hfp-g
2-
LabVIEW instrument driver for HFP GA and GL series RF generators
1+
[English](README_EN.md)
2+
# Библиотека LabVIEW для ВЧ генераторов HFP Plasma G20
3+
4+
Проверено на HFP GA-13.1.
5+
6+
## Требования
7+
LabVIEW 2015 и выше.
8+
9+
## Возможности
10+
1. Чтение конфигурации и измеряемых параметров устройства.
11+
2. Настройка параметров мощности, модуляции и защиты.
12+
3. Чтение информации об устройстве.
13+
4. Автоматическое переподключение к устройству.
14+
15+
## Зависимости
16+
[Modbus Client Library](https://github.com/plasmapper/modbus-client-labview)
17+
18+
## Примеры
19+
### HFP Generator.vi
20+
Пример, демонстрирующий все возможности библиотеки.
21+
22+
## Программное обеспечение и документация
23+
[ВЧ генераторы HFP](https://www.hfpower.ru/Product_rus.htm#%D0%92%D0%A7_%D0%B3%D0%B5%D0%BD%D0%B5%D1%80%D0%B0%D1%82%D0%BE%D1%80%D1%8B)

README_EN.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# HFP Plasma G20 Series Library for LabVIEW.
2+
LabVIEW instrument driver for HFP Plasma G20 series RF generators.
3+
4+
Tested on HFP GA-13.1.
5+
6+
## Requirements
7+
LabVIEW 2015 and higher.
8+
9+
## Features
10+
1. Read device configuration and measurements.
11+
2. Configure power, modulation and protection settings.
12+
3. Read device information.
13+
4. Automatic reconnection to device.
14+
15+
## Dependencies
16+
[Modbus Client Library](https://github.com/plasmapper/modbus-client-labview)
17+
18+
## Examples
19+
### HFP Generator.vi
20+
Example VI that demonstrates all library features.
21+
22+
## Software and Documentation
23+
[HFP RF Generators](https://www.hfpower.ru/Product_rus.htm#%D0%92%D0%A7_%D0%B3%D0%B5%D0%BD%D0%B5%D1%80%D0%B0%D1%82%D0%BE%D1%80%D1%8B)

0 commit comments

Comments
 (0)