;;;There are multiple commands that can be used to create tags in this DataHub config file. ;;; ;;;(cset name value) ;;;cset will create a tag with a value and the data type will be based on the value ;;; ;;;(create name) ;;;create will create the tag but without a value ;;; ;;;If the tag has spaces in the name you need to put it in quotes (") ;;;See Tag 2 and Tag 20 for examples ;;;CSET Examples (cset default:Tag1 1) (cset "default:Tag 2" 10) (create default:Tag10) (create "default:Tag 20")