Differences

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

Link to this comparison view

Both sides previous revision Previous revision
blocks:app-note:isaac [2024-01-22 13:41]
mattias
blocks:app-note:isaac [2024-01-22 13:47] (current)
mattias
Line 3: Line 3:
 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.  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. 
  
-===The Issac device===+===The Isaac 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.
  
  
 ===Make the driver available to the server=== ===Make the driver available to the server===
-Copy the driver files Isaac.js (driver) and Isaac.ts (source code file) from the drivers-archive to the drivers directory in PIXILAB-Block-root/script. +Copy the driver files Isaac.js (driver) and Isaac.ts (source code file) from the drivers-archive to the drivers directory in PIXILAB-Block-root/script/
  
 ===Configure the driver === ===Configure the driver ===
 Open the blocks editor and add the Issac system as a Network device.  In the driver //custom options// field we must add some configuration using JSON syntax.  Open the blocks editor and add the Issac system as a Network device.  In the driver //custom options// field we must add some configuration using JSON syntax. 
 A typical example will look like this:  A typical example will look like this: 
 +
 <code> <code>
 { {
Line 22: Line 23:
 } }
 </code> </code>
 +
  
 Where: Where: