SendI2C

In short

Manually send I2C on attached FPGA.

Settings

Global:

  • Module_Name - String:Set this to SendI2C to load this page's module.
  • Command_Name - String:The command that will trigger this module when called by a user or script.
  • Warner - String:What system will be used to alert of a failure by this Driver. There are a few keywords here: default will use the systems default (set in the .ChamberConfig file), and if empty it will not attempt an alert at all.
  • Checker - String:This feature is still in development!

Advanced:

    Template configuration

    #####################
    #   Basic Settings  #
    #####################
    
    # The name of the module to load. This might be SmartLight or LegacyI2C_DoubleRail.
    Module_Name=SendI2C
    
    # The command that will trigger this module when called by a user or script.
    Command_Name=STRING
    
    # What system will be used to alert of a failure by this Driver. There are a few
    #   keywords here: <code>default</code> will use the systems default (set in the
    #   .ChamberConfig file), and if empty it will not attempt an alert at all.
    Warner=STRING
    
    # This feature is still in development!
    Checker=STRING