Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
blocks:app-note:isaac [2024-01-22 13:33]
mattias
blocks:app-note:isaac [2024-01-22 13:41]
mattias
Line 1: Line 1:
 =====ISAAC integration===== =====ISAAC integration=====
  
-This application note shows the steps involved in setting up Blocks to communicate with Smart Monkeys ISAAC A/V monitor and management system. +This application note shows the steps involved in setting up Blocks to communicate with [[https://www.isaacplatform.com/|Smart Monkeys ISAAC]] A/V monitor and management system. 
  
-===Setup the Issac device===+===The Issac device===
 Please follow the vendors documentation for the device setup. This documentation aims to explain the necessary steps to be taken in Blocks. Please follow the vendors documentation for the device setup. This documentation aims to explain the necessary steps to be taken in Blocks.
-The Pixilab Blocks module must be loaded in Isaac.+
  
 ===Make the driver available to the server=== ===Make the driver available to the server===
Line 38: Line 38:
  
 The driver exposes a callable named //log// that can be used in task programming to log messages to ISAAC. The driver exposes a callable named //log// that can be used in task programming to log messages to ISAAC.
 +
 +===Steps in ISSAC===
 +
 +Register the Pixilab Blocks module under setup/modules in the ISSAC system.
 +The events and the variables specified in the driver will be added automatically. Please note, full-stop and commas are prohibited in the ISAAC scheduler so edit the name of the variables and events once discovered in ISAAC.
 +At this point it is possible to use the schedules in ISAAC to run any of the specified tasks by scheduling that event at a specific time. It is also possible to track any changes to specified variables. 
 +
 +
 +Please use the vendors documentation for any details on how to use ISAAC.
 +