Create an Advanced SVG Image object

Add an Advanced SVG Image object representing a conveyor and dynamically link its chassis representation to the alarm.

Prerequisites

Download and extract the SVG 1.2 Tiny image.

To create an Advanced SVG Image object
  1. Create the image object:
    1. In Project view pane, right-click MainWindow (type) and select New > Drawings > Advanced SVG Image.
    2. Hover-over the image, select Edit, and enter ConveyorImage.
  2. Configure the image object:
    1. Double-click the empty image Image placeholder on the canvas.
    2. Select Import file(s) and in Import file(s), select the file to import and then choose Select.
    3. Under SVG Element Properties > Property1, set ID value to ConveyorChassis.
    4. Create a complex dynamic link between Value and ConveyorChassisMalfunctionAlarmVariable with the use of a conditional converter.
      True value
      #f51616
      False value
      #000000
      Condition DynamicLink
      ProjectName > Model > ConveyorChassisMalfunctionAlarmVariable

      For more information about dynamic links, see Create dynamic links.