Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
addons:installing [2025/02/20 05:33] optrix created |
addons:installing [2025/02/20 05:47] (current) optrix |
||
---|---|---|---|
Line 2: | Line 2: | ||
There are two ways you can install ARDI addons or drivers - the // | There are two ways you can install ARDI addons or drivers - the // | ||
+ | |||
+ | ===Automatic Method=== | ||
+ | |||
+ | The **ARDI Extension Manager** addon allows you to directly install new drivers and addons from the ARDI website. | ||
+ | |||
+ | Once installed, enable any addons from **Administration|Addons**, | ||
+ | |||
+ | For security reasons, this addon is often disabled on production systems. | ||
===Manual Method=== | ===Manual Method=== | ||
Line 11: | Line 19: | ||
2) Copy the contents of the folder to your ARDI install directory (ie. **C: | 2) Copy the contents of the folder to your ARDI install directory (ie. **C: | ||
- | 3) Install any required libraries/ | + | 3) Install any required libraries/ |
==Windows== | ==Windows== | ||
Line 28: | Line 36: | ||
pip3 install opcua | pip3 install opcua | ||
</ | </ | ||
+ | |||
+ | 4) Enable any new addons from **Administration|Addons** or add new drivers from **Administration|Drivers**. | ||