Here describes the basic usage of DncLamp.
For information on how to place it on the form and how to set properties, please see How to use DAQ-DNC.
We also prepared a sample using DncLamp, so please refer to that as well.
■When linking with DncDaq
・In the DncDaq input task, it is possible to turn on the lamp according to the digital input.
・In DncDaq, please set the device to acquire data, the acquisition method/timing, and the number of channels you want to display data.
・Please start the application with DncDaq settings.
・For the specific setting method, please refer to Digital Input Sample (Lamp Linkage).
■When using the property
・It is possible to turn on the lamp using the Value property.
Example of turning on all the lamps (32)
dncLamp1.LampProperty.Value = 0xFFFFFFFF;