Page 1 of 1

identify interfacekit

Posted: Wed Jan 17, 2018 5:00 pm
by jlyjn
hello,

i'd like to use 2 0/16/16 interface kits
and bind each one to a separate script.
is it possible to identify them by serial number- if so, how do?

cheers

Re: identify interfacekit

Posted: Thu Jan 18, 2018 8:46 am
by mparadis
The serial number is printed on a sticker on the underside of the board. You can ensure that you open a digital input or digital output channel from the desired InterfaceKit by setting the serial number before opening:

Code: Select all

ch.setDeviceSerialNumber(324781)
where "ch" is the handle that you've chosen for your channel.