UCON - Multiple lines of ASCII Strings
I am trying to use the User Configurable drive to send and receive data between Wonderware PC and other devices (checkweighers and barcode scanners). I have some questions about it: How can I receive ASCII multiple lines of strings? How can I write ASCII string from Wonderware tag to the TOP Server tag? How can I generate BCC code?
-
How can I receive ASCII multiple lines of strings? Look under the Driver help for the UCON driver. Under Tips and Tricks - Delimited Lists you will see how to do this.
-
How can I write ASCII string from Wonderware tag to the TOP Server tag? You create a tag in a tag block in the transaction editor. The tag should be configured for read/write and the type of ASCII String data it will hold. Once this is done you just connect Wonderware to the Server and write the information in the standard way. See our product page and click on AVEVA/Wonderware Guides for information on connecting Wonderware to the Server.
-
How can I generate BCC code? This is normally done through a number of write characters and transmit using the transaction editor. A barcode example project is included below
- UCON_Barcode_Sample.opf