PDA

View Full Version : Which devicenumber to use?


VSDomotics
February 1st, 2005, 12:16 PM
Is it okay to use devicenumber 140 in a triggerevent in the Device Enable script of a serial Plug-In device? In this way I can process the received information from the serial device and send it as a new event (triggerevent...) with device number 140. It looks to the events as it it was a 'first time' trigger from a serial input and not a preprocessed one.
Another thing. I know I once saw a list of all known devicenumbers. Who knows where?

Mark F
February 1st, 2005, 12:19 PM
Yes, you can use 140.

The devicenumbers are located on this page (http://www.promixis.com/developers.php?section=girder#numbers).

birty
February 1st, 2005, 01:09 PM
if you want to be really safe plugin numbers 2000-2100 should be unused by any other released plugin

VSDomotics
February 2nd, 2005, 06:45 AM
That is were I was looking for :D . Thank you.