I now have a working example of an HTML Canvas slider that uses setInterval() and Get to check for changes to the variable posted by my Arduino NANO. When I look at the HTML Canvas examples they use callback instead - but this only seems to work for variables changed by other widgets on the Dashboard.
Is it possible to detect changes posted by an Arduino (or other device) to a variable by callback?