Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • SiteWise Asset Models have a limit of 200 Attributes and/or Measurements. Therefore UDTs with more than 200 Parameters or member tags will result in the Model not being created in SiteWise.
  • UDT Tag and Property names that result in creating SiteWise Measurements and Attributes name, you must follow the regex expression pattern
    • ^[a-zA-Z0-9_-]+$ (for more information on regex expression patterns go to https://regexr.com)
  • UDT parameter 'Integers' in Ignition are actually Long values. As a result, UDT parameters of type Integer are not supported at this time.

Nested/Hierarchical User Defined Types (UDTs)

...