VellemanDMX
VellemanDMX Adapter
This adapter allows you to communicate with VellemanDMX IoT devices using SQL and HTTP commands.
This adapter requires a DMX device (K8062 modem) and is currently in preview; contact support if you need assistance.
Want to try it in Azure?
Click here to learn more or
click here to create a new Enzo Server RTM 3.1 Azure VM now.
Want to try it in AWS?
Click here to learn more or
click here to create a new Enzo Server RTM 3.1 AWS VM now.
Configuration Settings
This adapter does not use configuration settings.
Handlers
ResetDevice |
Resets all channels to 0
details
ArgumentsSQL Callexec VellemanDMX.ResetDevice Http Call/bsc/vellemandmx/resetdevice Output Columns
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
SetData |
This function sets the level of one or more sequential DMX channels. startChannel is in the range 1 to Count. Data is in the range 0 to 255.
details
Arguments
SQL Callexec VellemanDMX.SetData 1, 255, 255, 0, 0, 0, 177 -- sends data to channels 1-6 Http Call/bsc/vellemandmx/setdata Output ColumnsThis call does not return data. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
StartDevice |
Opens the communication link to the K8062 device.
details
Arguments
SQL Callexec VellemanDMX.StartDevice Http Call/bsc/vellemandmx/startdevice Output Columns
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
StopDevice |
Unloads the communication routines for K8062 card and unloads the driver needed to communicate via the USB port. This should be the last action of an application program before termination.
details
ArgumentsSQL Callexec VellemanDMX.StopDevice Http Call/bsc/vellemandmx/stopdevice Output Columns
|