﻿<?xml version="1.0" encoding="utf-8" ?>
<help_root>
  <help FormID="Add Brain Form" TopicID="Name" Title="Fusion Brain Name" Description="This unique ID helps you identify this instance of the Fusion Brain from other instances in your configuration file. This name must be unique.\r\n\r\nThis name can be anything, as it will help you identify it in later stages of configuration.\r\n\r\nThe computer uses the VID/PID to uniquely identify the Fusion Brain.">
    <link FormID="Add Brain Form" TopicID="VID/PID"></link>
  </help>
  <help FormID="Add Brain Form" TopicID="VID/PID" Title="Fusion Brain Instance ID" Description="This unique ID is unique to each computer and unique to each device. This is how the program will reference your Fusion Brain instead of your other USB peripherals.\r\n\r\nIf this value is not set exactly as your computer specifies, no communication between the computer and your Fusion Brain will be possible.\r\n\r\n">
    <link FormID="Add Brain Form" TopicID="Name"></link>
  </help>
  <help FormID="Auto Search Brain Form" TopicID="General" Title="Automatic Search" Description="This form displays all connected and detectable Fusion Brain instances.\r\n\r\nIf multiple Fusion Brain's are attached, click the identify button to flash the digital outputs thereby identifying which physical Fusion Brain relates to the virtual instance ID.\r\n\r\n Click the refresh button to reload the list of available and connected Fusion Brain devices.">
    <link FormID="Add Brain Form" TopicID="VID/PID"></link>
  </help>

  <help FormID="Add Analogue Input" TopicID="Name" Title="Analogue Input Name" Description="This unique ID is how you will reference this analogue input in other areas of the configuration program.\r\n\r\nThis will also be how the program finds this analogue input, so it must be unique.">
    <link FormID="Add Analogue Input" TopicID="Connected To"/>
    <link FormID="Add Analogue Input" TopicID="Port"/>
    <link FormID="Add Analogue Input" TopicID="Auto Average"/>
    <link FormID="Add Analogue Input" TopicID="History"/>
  </help>
  <help FormID="Add Analogue Input" TopicID="Connected To" Title="Input will be Connected To" Description="Select the Fusion Brain instance that your analogue input will be connected to.">
    <link FormID="Add Brain Form" TopicID="Name"></link>
    <link FormID="Add Analogue Input" TopicID="Name"/>
    <link FormID="Add Analogue Input" TopicID="Port"/>
    <link FormID="Add Analogue Input" TopicID="Auto Average"/>
    <link FormID="Add Analogue Input" TopicID="History"/>
  </help>
  <help FormID="Add Analogue Input" TopicID="Port" Title="Analogue Input Port" Description="Select the port number that you will be connecting your sensor to.\r\n\r\nAnalogue Inputs can have a port number from '0' to '9' and anything out of this range will make this entire Analogue Input inoperable.">
    <link FormID="Add Analogue Input" TopicID="Name"/>
    <link FormID="Add Analogue Input" TopicID="Connected To"/>
    <link FormID="Add Analogue Input" TopicID="Auto Average"/>
    <link FormID="Add Analogue Input" TopicID="History"/>
  </help>
  <help FormID="Add Analogue Input" TopicID="Auto Average" Title="Average Input Automatically" Description="By setting this to true, Fusion Control Centre MDX Edition will automatically average the sensory input it receives over the number of points defined in the Analogue Input's History text area.\r\n\r\nThis is suggested to filter out noise, and most stock systems do just this without giving the option to disable it.\r\n\r\nThis automatic average is a simple non-weighted linear average. If you want a different algorithm, you should set this to false, and specify a custom algorithm in the logic area.">
    <link FormID="Add Analogue Input" TopicID="Name"/>
    <link FormID="Add Analogue Input" TopicID="Connected To"/>
    <link FormID="Add Analogue Input" TopicID="Port"/>
    <link FormID="Add Analogue Input" TopicID="History"/>
  </help>
  <help FormID="Add Analogue Input" TopicID="History" Title="History Data Points" Description="The value entered here is the maximum number of data points to store in memory to use or recall at a later time. Once this buffer is full, it will automatically delete the oldest datapoint and add the new value.\r\n\r\nThese history points can be used with the 'time' tag of the 'analogue' element in the logic section to get the 2nd, 3rd, 400th to last value recorded in some miscellaneous custom algorithm.">
    <link FormID="Add Analogue Input" TopicID="Name"/>
    <link FormID="Add Analogue Input" TopicID="Connected To"/>
    <link FormID="Add Analogue Input" TopicID="Port"/>
    <link FormID="Add Analogue Input" TopicID="Auto Average"/>
  </help>

  <help FormID="Add Digital Output" TopicID="Name" Title="Digital Output Name" Description="This unique ID is how you will reference this digital output in other areas of the configuration program.\r\n\r\nThis will also be how the program finds this digital output, so it must be unique.">
    <link FormID="Add Digital Output" TopicID="Connected To"/>
    <link FormID="Add Digital Output" TopicID="Port"/>
    <link FormID="Add Digital Output" TopicID="Default State"/>
  </help>
  <help FormID="Add Digital Output" TopicID="Connected To" Title="Output will be Connected To" Description="Select the Fusion Brain instance that your digital output will be connected to.">
    <link FormID="Add Digital Output" TopicID="Name"/>
    <link FormID="Add Digital Output" TopicID="Port"/>
    <link FormID="Add Digital Output" TopicID="Default State"/>
  </help>
  <help FormID="Add Digital Output" TopicID="Port" Title="Digital Output Port" Description="Select the port number that you will be connecting your digital output's relay to.\r\n\r\nDigital Outputs can have a port number from '0' to '11' and anything out of this range will make this entire Digital Output inoperable.">
    <link FormID="Add Digital Output" TopicID="Name"/>
    <link FormID="Add Digital Output" TopicID="Connected To"/>
    <link FormID="Add Digital Output" TopicID="Default State"/>
  </help>
  <help FormID="Add Digital Output" TopicID="Default State" Title="Default State of Output" Description="The Default State of the digital output for when the program is initialized.\r\n\r\nThis is useful to turn on outputs that control devices such as Audio Amps to 100% prevent anti-thump on boot.">
    <link FormID="Add Digital Output" TopicID="Name"/>
    <link FormID="Add Digital Output" TopicID="Connected To"/>
    <link FormID="Add Digital Output" TopicID="Port"/>
  </help>

  <help FormID="Add Logging" TopicID="Name" Title="Logging Name" Description="This is the ID that the program will assign your log instance, and reference your log stream by.\r\n\r\nThis value must be unique.">
    <link FormID="Add Logging" TopicID="Monitor Type"/>
    <link FormID="Add Logging" TopicID="Monitor ID"/>
    <link FormID="Add Logging" TopicID="Record Timer"/>
    <link FormID="Add Logging" TopicID="Record Object"/>
    <link FormID="Add Logging" TopicID="Default State"/>
    <link FormID="Add Logging" TopicID="Hold Stream Open"/>
    <link FormID="Add Logging" TopicID="Store Before Dump"/>
    <link FormID="Add Logging" TopicID="Data Name"/>
    <link FormID="Add Logging" TopicID="File Name"/>
  </help>
  <help FormID="Add Logging" TopicID="Monitor Type" Title="What Object Type to Monitor" Description="This is where you select what type of object you want to be monitoring.\r\n\r\nMonitoring a Digital Output means every time the output turns on or off, it will be shown in the log file.\r\n\r\nMonitoring an Analogue Input will record the raw voltage value between 0v and 5v every tick of the Record Timer.\r\n\r\nMonitoring a variable is the most powerful way of recording. This allows you to record values that have been evaluated already such as temperature, distance, or even counting how many times something has happened.">
    <link FormID="Add Logging" TopicID="Name"/>
    <link FormID="Add Logging" TopicID="Monitor ID"/>
    <link FormID="Add Logging" TopicID="Record Timer"/>
    <link FormID="Add Logging" TopicID="Record Object"/>
    <link FormID="Add Logging" TopicID="Default State"/>
    <link FormID="Add Logging" TopicID="Hold Stream Open"/>
    <link FormID="Add Logging" TopicID="Store Before Dump"/>
    <link FormID="Add Logging" TopicID="Data Name"/>
    <link FormID="Add Logging" TopicID="File Name"/>
  </help>
  <help FormID="Add Logging" TopicID="Monitor ID" Title="What Object to Monitor" Description="This is where you select the reference ID of the type of object you selected in the Monitor Object field.\r\n\r\nThe available ID's are from the reference names of Digital Outputs, Analogue Inputs, and Variables. This is the property set by the 'Name' field in the other sections.">
    <link FormID="Add Digital Output" TopicID="Name"/>
    <link FormID="Add Variable" TopicID="Name"/>
    <link FormID="Add Analogue Input" TopicID="Name"/>
    <link FormID="Add Logging" TopicID="Name"/>
    <link FormID="Add Logging" TopicID="Monitor Type"/>
    <link FormID="Add Logging" TopicID="Record Timer"/>
    <link FormID="Add Logging" TopicID="Record Object"/>
    <link FormID="Add Logging" TopicID="Default State"/>
    <link FormID="Add Logging" TopicID="Hold Stream Open"/>
    <link FormID="Add Logging" TopicID="Store Before Dump"/>
    <link FormID="Add Logging" TopicID="Data Name"/>
    <link FormID="Add Logging" TopicID="File Name"/>
  </help>
  <help FormID="Add Logging" TopicID="Name" Title="" Description="">
    <link FormID="Add Logging" TopicID="Monitor Type"/>
    <link FormID="Add Logging" TopicID="Monitor ID"/>
    <link FormID="Add Logging" TopicID="Record Timer"/>
    <link FormID="Add Logging" TopicID="Record Object"/>
    <link FormID="Add Logging" TopicID="Default State"/>
    <link FormID="Add Logging" TopicID="Hold Stream Open"/>
    <link FormID="Add Logging" TopicID="Store Before Dump"/>
    <link FormID="Add Logging" TopicID="Data Name"/>
    <link FormID="Add Logging" TopicID="File Name"/>
  </help>
  <help FormID="Add Logging" TopicID="Name" Title="" Description="">
    <link FormID="Add Logging" TopicID="Monitor Type"/>
    <link FormID="Add Logging" TopicID="Monitor ID"/>
    <link FormID="Add Logging" TopicID="Record Timer"/>
    <link FormID="Add Logging" TopicID="Record Object"/>
    <link FormID="Add Logging" TopicID="Default State"/>
    <link FormID="Add Logging" TopicID="Hold Stream Open"/>
    <link FormID="Add Logging" TopicID="Store Before Dump"/>
    <link FormID="Add Logging" TopicID="Data Name"/>
    <link FormID="Add Logging" TopicID="File Name"/>
  </help>
  <help FormID="Add Logging" TopicID="Name" Title="" Description="">
    <link FormID="Add Logging" TopicID="Monitor Type"/>
    <link FormID="Add Logging" TopicID="Monitor ID"/>
    <link FormID="Add Logging" TopicID="Record Timer"/>
    <link FormID="Add Logging" TopicID="Record Object"/>
    <link FormID="Add Logging" TopicID="Default State"/>
    <link FormID="Add Logging" TopicID="Hold Stream Open"/>
    <link FormID="Add Logging" TopicID="Store Before Dump"/>
    <link FormID="Add Logging" TopicID="Data Name"/>
    <link FormID="Add Logging" TopicID="File Name"/>
  </help>
  <help FormID="Add Logging" TopicID="Name" Title="" Description="">
    <link FormID="Add Logging" TopicID="Monitor Type"/>
    <link FormID="Add Logging" TopicID="Monitor ID"/>
    <link FormID="Add Logging" TopicID="Record Timer"/>
    <link FormID="Add Logging" TopicID="Record Object"/>
    <link FormID="Add Logging" TopicID="Default State"/>
    <link FormID="Add Logging" TopicID="Hold Stream Open"/>
    <link FormID="Add Logging" TopicID="Store Before Dump"/>
    <link FormID="Add Logging" TopicID="Data Name"/>
    <link FormID="Add Logging" TopicID="File Name"/>
  </help>
  <help FormID="Add Logging" TopicID="Name" Title="" Description="">
    <link FormID="Add Logging" TopicID="Monitor Type"/>
    <link FormID="Add Logging" TopicID="Monitor ID"/>
    <link FormID="Add Logging" TopicID="Record Timer"/>
    <link FormID="Add Logging" TopicID="Record Object"/>
    <link FormID="Add Logging" TopicID="Default State"/>
    <link FormID="Add Logging" TopicID="Hold Stream Open"/>
    <link FormID="Add Logging" TopicID="Store Before Dump"/>
    <link FormID="Add Logging" TopicID="Data Name"/>
    <link FormID="Add Logging" TopicID="File Name"/>
  </help>
  <help FormID="Add Logging" TopicID="Name" Title="" Description="">
    <link FormID="Add Logging" TopicID="Monitor Type"/>
    <link FormID="Add Logging" TopicID="Monitor ID"/>
    <link FormID="Add Logging" TopicID="Record Timer"/>
    <link FormID="Add Logging" TopicID="Record Object"/>
    <link FormID="Add Logging" TopicID="Default State"/>
    <link FormID="Add Logging" TopicID="Hold Stream Open"/>
    <link FormID="Add Logging" TopicID="Store Before Dump"/>
    <link FormID="Add Logging" TopicID="Data Name"/>
    <link FormID="Add Logging" TopicID="File Name"/>
  </help>
  <help FormID="Add Logging" TopicID="Name" Title="" Description="">
    <link FormID="Add Logging" TopicID="Monitor Type"/>
    <link FormID="Add Logging" TopicID="Monitor ID"/>
    <link FormID="Add Logging" TopicID="Record Timer"/>
    <link FormID="Add Logging" TopicID="Record Object"/>
    <link FormID="Add Logging" TopicID="Default State"/>
    <link FormID="Add Logging" TopicID="Hold Stream Open"/>
    <link FormID="Add Logging" TopicID="Store Before Dump"/>
    <link FormID="Add Logging" TopicID="Data Name"/>
    <link FormID="Add Logging" TopicID="File Name"/>
  </help>

  <help FormID="Add Variable" TopicID="Name" Title="" Description="">
    <link FormID="Add Variable" TopicID="Value Numeric"/>
    <link FormID="Add Variable" TopicID="Value Boolean"/>
    <link FormID="Add Variable" TopicID="Value Type"/>
  </help>
  <help FormID="Add Variable" TopicID="Name" Title="" Description="">
    <link FormID="Add Variable" TopicID="Value Numeric"/>
    <link FormID="Add Variable" TopicID="Value Boolean"/>
    <link FormID="Add Variable" TopicID="Value Type"/>
  </help>
  <help FormID="Add Variable" TopicID="Name" Title="" Description="">
    <link FormID="Add Variable" TopicID="Value Numeric"/>
    <link FormID="Add Variable" TopicID="Value Boolean"/>
    <link FormID="Add Variable" TopicID="Value Type"/>
  </help>
  <help FormID="Add Variable" TopicID="Name" Title="" Description="">
    <link FormID="Add Variable" TopicID="Value Numeric"/>
    <link FormID="Add Variable" TopicID="Value Boolean"/>
    <link FormID="Add Variable" TopicID="Value Type"/>
  </help>
</help_root>
