Config File Editor
Worker User Library
Last updated
Worker User Library
Last updated
The Worker User Library Config File Editor allows you to add your own functional Workers, Worker base classes, or Worker libraries to the Worker User Library. Every item in the Worker User Library requires a config file containing required information about the item. This information can be created and edited through use of this tool.
Required Field
The name that will be displayed in the Library Name field and Items in User Library tree list of the Worker User Library window.
Required Field (must be *.lvclass or *.lvlib)
This is the path of the source file (class or library) that the tool will copy into a project. The source file item name cannot be the same as the name of the item that will be copied into a project.
It is recommended that you simply change the filename of the source class or library by adding an underscore (_) to the front of it, before adding the item to the Worker User Library, as in the example image above. This way the item can be copied into a project with its correct name.
Required Field (must be *.lvclass or *.lvlib)
This is the name of the Worker or library that will be added to your project. This name cannot be the same as the source filename of the Worker or library.
This is also the name that will be displayed in the Library File Name field of the Worker User Library window.
The version of the Worker or library. This field is optional.
The license of the Worker or library. This field is optional.
The path of an example project (*.lvproj). This field is optional.
The level of the Class or library Name to be displayed in the Items in User Library tree list. An empty value will put the item under the 'Default' category. However you can add your class or library to your own category in the tree. The separator for levels is (;). For example, if you have a Worker designed to run on a cRIO, you could write for this field: Company Name;cRIO
This field is optional.
The name that will be displayed in the Company field of the Worker User Library window. This field is optional.
The logo of the company that will be displayed in the Worker User Library window for the item. The image needs to be a PNG file, of maximum size 100x64 pixels. This field is optional.
A description of the Worker or library. This field is optional.