Skip to content

Commit

Permalink
Add new G IO-Link article (#1489)
Browse files Browse the repository at this point in the history
Fixes #1487.

```ChangeLog
Добавлены изделя для блока питания G - TRIO3-PS/.../IOL;
```
  • Loading branch information
KirillGutyrchik authored Dec 13, 2024
1 parent 9b6298f commit e37c952
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/user_manual/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,10 @@ ProjectTestEnabled=True
| F | PXC.2910411 | 8 | 3 |
| VC | BURKERT.8694 | 10 | 5 |
| HLA | PXC.1191993 | 0 | 2 |
| G | TRIO3-PS/1AC/24DC/10/4C/IOL | 18 | 7 |
| G | PXC.1252696 | 18 | 7 |
| G | PXC.1252697 | 18 | 7 |
| G | PXC.1362791 | 18 | 7 |
| G | PXC.1362792 | 18 | 7 |

Для **M_ATV** и **M_ATV_LINEAR** надо указывать изделие, которое содержит номер частотного преобразователя (_если не задано, то берется **360**. Дополнительно существует ещё **630**_).

Expand Down
5 changes: 4 additions & 1 deletion src/Lua/sys_iolink_devices.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ local iolink_devices =
-- HLA
{ articleName = "PXC.1191993", sizeIn = 0, sizeOut = 1 },
-- G
{ articleName = "TRIO3-PS/1AC/24DC/10/4C/IOL", sizeIn = 9, sizeOut = 3.5 },
{ articleName = "PXC.1252696", sizeIn = 9, sizeOut = 3.5 },
{ articleName = "PXC.1252697", sizeIn = 9, sizeOut = 3.5 },
{ articleName = "PXC.1362791", sizeIn = 9, sizeOut = 3.5 },
{ articleName = "PXC.1362792", sizeIn = 9, sizeOut = 3.5 },
}

return iolink_devices

0 comments on commit e37c952

Please sign in to comment.