Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
opcuaconfig [2022/01/02 12:12] wikiadmin created |
opcuaconfig [2025/03/24 20:27] (current) wikiadmin [Notes] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===TransSECS - Configuration=== | ||
- | A number of parameters can be controlled by the ErgoTechConfiguration.properties file. A sample, file is installed with the application. it is also used for every TransSECS deployment to be able to tweak runtime behavior. | + | ====== |
- | < | + | |
- | # needed if trigger source is reset automatically back to boolean false (PLC) | + | |
- | transsecs.resetceidtrigger=false | + | |
- | #message handling threading model, 0=all messages on same thread, 1=Push the processing of each message onto a new thread, one thread will be used for primaries and many for responses. | + | |
- | transsecs.threadingmodel=1 | + | |
- | # voyeur option | + | |
- | # | + | |
- | # set debug level higher for more verbose session manager logging | + | |
- | sessionmanager.debuglevel=0 | + | |
- | # id type defaults to 54 if this options is excluded (options 50, 51, 52, 54, etc.) This is used by the tool to set all the id types (ceid, vid, dataid, alid, rptid). | + | |
- | transsecs.idtype=54 | + | |
- | # following four used for GEM host applications (id type options 50, 51, 52, 54, etc.) | + | |
- | # gemhost in the name of the tool defined in the TransSECS project. | + | |
- | gemhost.ceidsecsformat=54 | + | |
- | gemhost.vidsecsformat=52 | + | |
- | gemhost.dataidsecsformat=52 | + | |
- | gemhost.alidsecsformat=52 | + | |
- | gemhost.rptidsecsformat=54 | + | |
- | # there can be multiple entries if multiple hosts are deployed in the same application | + | |
- | anothergemhost.ceidsecsformat=52 | + | |
- | anothergemhost.vidsecsformat=52 | + | |
- | anothergemhost.dataidsecsformat=52 | + | |
- | anothergemhost.alidsecsformat=52 | + | |
- | anothergemhost.rptidsecsformat=52 | + | |
- | ###### | + | |
- | # activate simple S7Fx (x=3, | + | |
- | transsecs.recipemanager=0 | + | |
- | #used only if recipemanager is set to true | + | |
- | transsecs.recipemanager.basedir=./ | + | |
- | transsecs.recipemanager.extension=rcp | + | |
- | ####### | + | |
- | # needed for MQTT so that send message trigger tag is reset automatically | + | |
- | transsecs.resetsendmessagetrigger=false | + | |
- | </ | + | |
- | ===Controlling Event Triggering Behavior in TransSECS PLC applications=== | + | The following system properties configure the ErgoTech OPC UA Server: |
- | transsecs.ceidedgetrigger=true | + | ^ Property ^ Description ^ Default Value ^ |
+ | | **opcua.serverhosts** | (Optional) Comma-separated list of hostnames to use when creating server endpoints. If not specified, the server will bind to default interfaces. | *none* | | ||
+ | | **opcua.certs.dir** | (Optional) Root directory for all certificate-related files. | `certificates` (in the application start folder) | | ||
+ | | **opcua.servername** | (Optional) Name of the OPC UA server. | `MIXOPCServer` | | ||
+ | | **opcua.tcp.port** | (Optional) TCP port for OPC UA binary (opc.tcp) connections. | `12686` | | ||
+ | | **opcua.https.port** | (Optional) Port for HTTPS-based OPC UA connections. | `8443` | | ||
+ | | **opcua.serverpass** | (Required) Password for the server certificate' | ||
+ | | **opcua.trusted.cert.location** | (Optional) Location of the client PKI folder. Must contain subfolders: `trusted/`, `rejected/ | ||
+ | | **opcua.bind.address** | (Optional) Additional local network interfaces to bind to. Useful for multi-homed systems. | *none* | | ||
+ | | **opcua.securitypolicy** | (Optional) Security policy for server endpoints. Supported values: '' | ||
+ | | **allow.anonymous.identities** | (Optional) Allow anonymous identities. | ||
+ | ==== Notes ==== | ||
- | If this parameter | + | * The server always exposes an endpoint with a security policy of **'' |
+ | * Security policies '' | ||
+ | * Certificates for trusted clients should be placed in the `trusted/` folder within the specified `opcua.trusted.cert.location` directory. Rejected and issuer certificates should go in the `rejected/` and `issuers/` folders respectively. | ||
- | transsecs.resetceidtrigger=true | ||
- | If this is true, after the event is triggered, the value in the PLC (or other device) will be reset to zero. | + | ===TransSECS OPC-UA Server Setup=== |
- | ===Advanced Parameters=== | + | With the TransSECS OPCUA server deployment no additional setup is required for the TransSECS SECS/GEM server. |
- | In general these parameters should not be set unless suggested by ErgoTech tech support. | + | ===MIX OPC-UA Server Setup=== |
- | secs.maxmessagelength | + | To run MIX as an OPC-UA Server you will need to add a library provided by ErgoTech to the MIX installation' |
- | This limits the maximum size of a SECS message. | + | ===Set up MIX=== |
- | The value is provided in kb. | + | Copy the library " |
- | secs.maxmessagelength=100 | + | * change the line that says exported.only=true to exported.only=false |
+ | * remove the "#" | ||
- | to the configuration file, or adding: | + | <note tip>Note that changing the property " |
- | -Dsecs.maxmessagelength=100 | + | Start MIX so it is ready for an MIStudio deployment. |
- | to the startup script will enable this option. | + | ===Set up your MIStudio project=== |
+ | Start MIStudio and load the project you want to use for the OPC-UA Server tags. Right click on the Drivers node of MIStudio and browse for the OPC-UA enabler library " | ||
+ | Any server or manipulator you place in the Diagram Window logic will become a tag in the OPC-UA Server if you have set " | ||
+ | |||
+ | After you build the project and deploy to MIX the tags can be accessed with an OPC-UA Client. | ||
+ | |||
+ | ===Connecting a Client to the OPC-UA Server=== | ||
+ | |||
+ | The first time you connect a new OPC-UA Client to the Server, you will need to accept the server' | ||
+ | |||
+ | ===ErgoTech OPC-UA Client - Configuration=== | ||
+ | |||
+ | ===Security=== | ||
+ | |||
+ | When you first try to connect to the secure endpoint on a server, the ErgoTech OPCClient will create a client certificate for you. This is the file " | ||
+ | |||
+ | |||
+ | {{: | ||
+ | |||
+ | This certificate should be moved to your server configuration. | ||
+ | |||
+ | In TransSECS you should also copy this folder to your deployment folder. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | If you have already run the deployment, that folder will already exist. | ||
+ | |||
+ | {{: |