This article presents a menu command that reads a text file from disk and creates a corresponding global variable list object below the selected application.
There is not much to say about how to create a global variable list. The basic technique is already described in the article Basics: Creating a POU.
Running the sample
- Download the attached sources.
- If not already done, set the environment variable %APCOMMON% to the Common directory of your CoDeSys installation. (This is the directory where CoDeSys.exe, IPMCLI.exe, and IPM.exe are installed.)
- Start Visual Studio and open the solution GVLImport.sln.
- Depending on your installation, you must correct some references to interface components, so that they point into the Interface Binaries folder in your Automation Platform SDK installation.
- Build the sample. The plug-in will be automatically installed.
- Use IPM.exe in order to add the plug-in Sample: GVL Import to one of your version profiles.
- Start CoDeSys and ignore the message about the missing plug-in key.
- Select Tools :: Customize... from the menu and add the Import GVL from file... command (to be found in the Objects category) to an appropriate location.
The command is enabled if an application or a folder below an application is selected in the navigator. It displayed a file selection dialog where you can select a text file. After confirming the selection with OK, a global variable list object will be added below the selected application, containing the contents of the text file.