@@ -3,39 +3,39 @@ Getting started: SHALL-LabVIEW
33
44This section will give you an overview of the SHALL-LabVIEW integration for SECoP
55
6- The package allows the creation of SEC nodes in LabVIEW. It's interface is designed
7- to be easily integrated into existing projects. The package uses the
8- `SHALL <https://github.com/SampleEnvironment/SHALL >`_ libraries at its core to handle
6+ The package allows the creation of SEC nodes in LabVIEW. It's interface is designed
7+ to be easily integrated into existing projects. The package uses the
8+ `SHALL <https://github.com/SampleEnvironment/SHALL >`_ libraries at its core to handle
99all SECoP communication and message handling.
1010
11- **Note: The VIs in this project have been built using LabVIEW 2023. The Releases
11+ **Note: The VIs in this project have been built using LabVIEW 2023. The Releases
1212are also available for LabVIEW2019 in the Release Assets. **
1313
1414Installation
1515------------
1616
17- 1. Getting the Source
17+ 1. Getting the Source
1818~~~~~~~~~~~~~~~~~~~~~
1919
20- You can either clone the project directly, which will give you the latest version of
21- the project, or select a `Release <https://github.com/SampleEnvironment/SHALL-LabVIEW/releases >`_ ,
20+ You can either clone the project directly, which will give you the latest version of
21+ the project, or select a `Release <https://github.com/SampleEnvironment/SHALL-LabVIEW/releases >`_ ,
2222where you can also download a version that has been exported for LabVIEW 2019.
2323
2424Clone the Repository:
2525.. code :: bash
26-
26+
2727 git clone https://github.com/SampleEnvironment/SHALL-LabVIEW.git
2828
29- Depending on your LabVIEW version you will able to use the Project as is, or export it
30- for the specific version of LabVIEW you have installed.
29+ Depending on your LabVIEW version you will able to use the Project as is, or export it
30+ for the specific version of LabVIEW you have installed.
3131
32- 2. Setting Up the Platforms Folder
32+ 2. Setting Up the Platforms Folder
3333~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3434
35- In order for the Qt libraries to work properly, a **softlink ** must be created to the **platforms ** folder
36- (``PLATFORMS_PATH = ./shall-labview/[32bit|64bit]/platforms ``) inside your LabVIEW installation directory.
35+ In order for the Qt libraries to work properly, a **softlink ** must be created to the **platforms ** folder
36+ (``PLATFORMS_PATH = ./shall-labview/[32bit|64bit]/platforms ``) inside your LabVIEW installation directory.
3737
38- First, determine if you have the 32-bit or 64-bit version of LabVIEW installed. And where the installation
38+ First, determine if you have the 32-bit or 64-bit version of LabVIEW installed. And where the installation
3939directory is. From here on I will refer to the installation directory as ``LABVIEW_PATH ``:
4040
4141- **32bit ** is usually located under:
@@ -52,46 +52,42 @@ Next you also need the path ``PLATFORMS_PATH`` to the correct platforms folder :
5252
5353Finally, create the symbolic link inside the LabVIEW installation directory
5454
55- .. code ::
55+ .. code ::
5656
5757 mklink /d LABVIEW_PATH\platforms PLATFORMS_PATH
5858
59- 3. Check your installation
59+ 3. Check your installation
6060~~~~~~~~~~~~~~~~~~~~~~~~~~
6161
62- To check if your installation was successful, you can open the ``SECoP.lvproj `` project file and
63- open ``random-demo/dcy03.vi `` before running the VI, the correct DLL path must be entered.
62+ To check if your installation was successful, you can open the ``SECoP.lvproj `` project file and
63+ open ``random-demo/dcy03.vi `` before running the VI, the correct DLL path must be entered.
6464
6565
6666
6767
68- It is the same as `PLATFORMS_PATH ` minus the `/platforms ` postfix.
68+ It is the same as `` PLATFORMS_PATH `` minus the `` /platforms `` postfix.
6969It should look something like this:
7070
7171.. image :: https://github.com/user-attachments/assets/8659c9a4-fd4a-4949-a38d-d4110855eadf
7272
7373
74- .. code ::
74+ .. code ::
7575
7676 D:\shall-repos\shall-labview\64bit
7777
7878 or
7979
80- .. code ::
81-
80+ .. code ::
81+
8282 D:\shall-repos\shall-labview\32bit
8383
8484
85- If you entered the DLL path correctly and run the Vi, a small ` SECoP Status ` window should open.
85+ If you entered the DLL path correctly and run the Vi, a small " SECoP Status" window should open.
8686
8787
8888
8989Creating a SEC Node
9090-------------------
9191
92- For a detailed tutorial on how to create and manage SEC nodes using SHALL-LabVIEW
92+ For a detailed tutorial on how to create and manage SEC nodes using SHALL-LabVIEW
9393please refer to the SHALL-LabVIEW `Wiki <https://github.com/SampleEnvironment/SHALL-LabVIEW/wiki >`_.
94-
95-
96-
97-
0 commit comments