Home
VL-LC-11-4CH-P1
Contents
1. Err106 NO_COM_DEVICE_DETECTED Err107 CONNECT_SELECTED_COM_FAIL Err110 COMPORT_DISCONNECT_ERROR Errl115 USB_CONNECT_ERROR Err116 NO_USB_DEVICE_DETECTED Err120 USB_DISCONNECT_ERROR Err 122 TCPIP_CONNECT_ ERROR Err123 NO_TCPIP_DEVICE_ DETECTED Err 123 TCPIP_DISCONNECT_ERROR Err 130 SET CHMODE_ERROR Err131 INVAILID_CH_NUMBER Err132 INVAILID_ MODE _NUMBER Err135 SET_MULTIPIER_ERROR Err140 SET_CONST_INT_ERROR Errl45 SET_CONST_ONOFF_ERROR Err150 SET_STROBE_INT_ERROR Errl55 SET_STROBE_DELAY_ERROR Err160 SET_STROBE_WIDTH_ERROR Errl65 SET_STROBE_ODELAY_ERROR Err170 LE_STROBE_ERROR Err195 SET_INTENSITY_BANK_ERROR Err196 BANK_STROBE_ERROR Err200 SEND_MSG_ERROR Err201 WRITE_MSG_ERROR Err202 READ_MSG_ERROR Err203 READ_MSG_CHECKSUM_ERROR Err242 COMMAND_ERROR Err248 DATA_ERROR Err255 COMMUNICATION_ERROR VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT Ensure all integration hardware cable and lighting device are in proper condition And also in the correct data range that has been defined Kindly contact the supplier 1f the error codes occur lighting device received invalid command lighting device received invalid data Data Not In Range lighting device verify invalid checksum data Page 22 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT EXAMPLE CF DLL IMPO
2. 1s the common positive input and should be connected to SV 24V IN is the common negative input and should be connector to GND as shown in the following figure The strobe signal will be acknowledged by the controller on the falling edge or rising edge of the strobe input signal IMS Card IN say Law a IN A S ING L IZ 5 24 INCH IN 2 INE sav L SW a A i Strobe Input Signals Connection Page 14 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT Constant mode intensity to current table Current mA Approximate Intensity AAA AA O E A AA AAA AA A A OZ a eae ee eee ah 31 353 EEE E Jr ni N ma Iv 54 e m 58 39 502 62 467 533 600 66 494 565 635 70 522 596 671 74 AA TAL n amp Ha a YJ 78 741 824 220 e6 193 259 34s a sie so 090 76 863 230 90 180 271 361 as sai 631 722 s12 902 aso 98 196 294 392 490 sss 686 784 882 980 25s 100 200 300 400 soo 600 700 soo 900 1000 Page 15 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT CABLE SELECTION ExXT 24V F i LENGTH MODEL POWER LENGTH APPLICATIONS IM 2M Used to connect 24V light to USB EXT 24V F 24V 3M RS232 KL 4000 STB ANG 1CH 4M P1 LC 11 Series power supply 3M LIGHTING CONNECTORS 24V Lighting Connector Pin3 Pinl Pini
3. pin 3 24V Connector Pin 1 ve red wire Pin 3 ve white wire Pin 1 Red wire ve Pin 3 White wire ve Page 16 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT LEDStudio DLL Documentation Lighting Card RS232 DLL LED STUDIO DLL Application DLL Location Path ll Zi RS232 DLL must be located at C LEDStudio LEDLib RS232 dll LEDStudio DLL must located at C LEDStudio LEDLib LEDStudio dll Function List A A a a Ra a Aa Aa a a e 0 UI BWN KK O function LE_GetVersion var Value PChar Byte stdcall function LE_ComportConnect var ComPort Byte Byte stdcall function LE_ComportDisConnect Comport Byte Byte stdcall function LE_USBConnect var ProductName PChar Byte stdcall function LE_USBDiscomect Byte stdcall function LE_SetMultiplier sMul Byte Byte stdcall function LE_SetCHMode sCH sMode Byte Byte stdcall function LE_SetConstInt sInt Byte Byte stdcall function LE_SetCONSTOnOff sOn Byte Byte stdcall function LE_SetStrobeWidth sWidth Word Byte stdcall function LE_STROBE CH1 CH2 CH3 CH4 Boolean Byte stdcall function LE_GETErrMsg ErrCode Byte Pchar stdcall function LE_SetAutoStrobeUpTime UpTime Word Byte stdcall function LE_SetAutoStrobeDnTime DnTime Word Byte stdcall function LE_AUTOSTROBE CH 1 CH2 CH3 CH4 Boolean Byte stdcall function LE_EEPROM Byte stdcall function LE_SelectAdd sAdd By
4. 0 of Max Current Default 2 20 of Max Current 3 30 of Max Current 9 90 of Max Current 10 100 of Max Current Return Error Code Byte 7 function LE_SetCHMode sCH sMode Byte Byte Set the mode of Channel defined by sCH and sMode Parameter sCH Byte by value Channel number Range 1 4 sMode Byte by value Channel mode Range LEDBasic Mode 0 gt Constant Mode 1 gt Trigger Mode 3 gt Auto Strobe Return Error Code Byte 8 function LE_SetConstInt sInt Byte Byte Set the Constant Intensity defined by sInt for selected channel Parameter sInt Byte by value Constant Intensity Range 0 255 Return Error Code Byte Page 19 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT 9 10 11 12 function LE_SetCONSTOnOff sOn Byte Byte Set ON or OFF for output of lighting device for selected channel Parameter sOn Byte by value Constant Output ON OFF Range On Off 0 Return Error Code Byte function LE_SetStrobeWidth sWidth Word Byte Set the Strobe Pulse Width defined by sWidth for selected channel Parameter sWidth Word by value Strobe Width Range 0 9999 0 999 9ms Return Error Code Byte function LE_STROBE CH1 CH2 CH3 CH4 Boolean Byte To Trigger the Strobe defined by CH1 CH2 CH3 CH4 with boolean value In LEDBasic use this function to TRIGGER Parameter CH1 CH2 CH3 CH
5. 1ms strobe width err_code SetStrobe Width strobe_width err_code STROBE true false false false strobe channel 1 AUTO STROBE short auto_uptime 250 250ms up time short auto_dntime 400 400ms down time err_code SetAutoStrobeUpTime auto_uptime err_code SetAutoStrobeDnTime auto_dntime err_code AUTOSTROBE true false false false turn on channel 1 auto strobe set false turn off SAVE PARAMTERS IN EEPROM err_code EEPROM Page 26 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT EXAMPLE VB NET DLL IMPORT Const LEDStudio As String C LEDStudio LEDLib LEDStudio dll lt DllImport LEDStudio gt _ Public Function LE_ComportConnect ByRef ComPort As Byte As Byte End Function lt DllImport LEDStudio gt _ Public Function LE_ComportDisConnect ByVal Comport As Byte As Byte End Function lt DllImport LEDStudio gt _ Public Function LE_USBConnect ByRef ProductName As String As Byte End Function lt DllImport LEDStudio gt _ Public Function LE_USBDisconnect As Byte End Function lt DllImport LEDStudio gt _ Public Function LE_SetCHMode ByVal sCH As Byte ByVal sMode As Byte As Byte End Function lt DllImport LEDStudio gt _ Public Function LE_SetMultipier ByVal sMul As Byte As Byte End Function lt DllImport LEDStudio gt _ Public Function LE_SetConstInt ByVal sInt As Byte As Byte End Function CONNECT Dim comport As Byte 1 COM1 Dim
6. 2 Trigger Mode 3 Auto Strobe Mode CONSTANT MODE 4 Output Channel CH1 CH4 The output is continuous current Range from 0 255 TRIGGER MODE 4 Inputs IN1 IN4 All 4 inputs have a same common of 24V COM Pull low trigger Output is pulsed once per trigger One input is used as a trigger IN1 trigger CH1 IN2 trigger CH2 etc Pulse Width 0 1 999 9ms in 100us steps The output intensity value in trigger mode is the intensity value in constant mode To use the trigger mode set the desired constant value of the channel then change to trigger mode to set the pulse width AUTO STROBE MODE Output is pulsed continuously Up Time and Down Time 1 999ms in Ims steps The output intensity value in auto strobe mode is the intensity value in constant mode To use the auto strobe mode set the desired constant value of the channel then change to auto strobe mode to set up time and down time The controller has a display panel consisting of a 4 digit seven segment display four push buttons and an LED indicator Page 4 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT Operation The controller LC 11 can be controlled using either the display panel or external control RS232 USB Both controls cannot be used at the same time The LED labeled USB RS232 is an indicator of which control is in use 1 LED turned on USB RS232 control mode 2 LED turned off Display P
7. 4 Boolean by value Channel to Strobe Range 1 Trigger 0 No trigger Return Error Code Byte function LE_GETErrMsg ErrCode Byte Pchar Get error message Parameter ErrCode Byte by value Error Code retrieved from called function Return Error Message String Page 20 of 29 13 14 15 16 17 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT function LE_SetAutoStrobeUpTime UpTime Word Byte Set the auto strobe Up Time Parameter UpTime Word by value Autostrobe On Time Range 1 999ms Return Error Code Byte function LE_SetAutoStrobeDnTime DnTime Word Byte Set the auto strobe Down Time Parameter DnTime Word by value Autostrobe Off Time Range 1 999ms Return Error Code Byte function LE_AUTOSTROBE CH1 CH2 CH3 CH4 Boolean Byte Turn On Off the auto strobe Parameter CH1 CH2 CH3 CH4 Boolean by value Channel to Autostrobe Range 1 On 0 Off Return Error Code Byte function LE_EEPROM Byte To save lighting parameters into the EEPROM Parameter None Return Error Code Byte function LE_SelectAdd sAdd Byte Byte stdcall Select controller address Parameter sAdd Byte by value Controller address Range 0 15 Return Error Code Byte Page 21 of 29 V LIGHT Error Code List Desciption Success No Error Excute Err 100 GET_VERSION_ERROR Err 105 COMPORT_CONNECT_ERROR
8. DC for a positive logic level Open circuit or less than 1V gives a negative logic level IN1I Input 1 positive IN4 Input 4 negative Channel 2 negative Channel 3 positive CH3 Channel 3 negative CH4 Channel 4 positive Channel 4 negative Controller power supply GND and lighting power supply GND are common Lighting power supply supplies power to all 4 lighting channels USB or RS232 Control Can Bus RS232 USB Page 2 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT General Description Specification Output Step Digital 256 steps 0 255 No of output channel 4 Voltage 12 24VDC Output current 1A per channel Light adjustment respond Within 420ms at 24V time using button control output Input to output respond Within 50us at 24V output time Input Trigger output channel 12V 24V Display 4 digit 7 segment display Colour Red Power supply Power rating 7 35 VDC Current consumption Approx 44mA Lighting power suppl 12 24VDC Control Control method 1 Display panel Buttons 2 Com Port RS232 3 USB Power Input The board power connectors should be connected to power supply of voltage 7 35 VDC The lighting power can be supplied with 12 24V depend on the lighting power rating Board Input Power 47 35 VDC Strobe Input Lighting Input Voltages Lighting Output Page 3 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT Controller Mode 1 Constant Mode
9. RT const string LEDStudiodll C LEDStudio LEDLib LEDStudio dll DllImport LEDStudiodl public static extern byte LE_ComportConnect ref byte ComPort DllImport LEDStudiodl public static extern byte LE_ComportDisConnect byte Comport DllImport LEDStudiodl public static extern byte LE_USBConnect string ProductName DllImport LEDStudiodl public static extern byte LE_USBDisconnect DllImport LEDStudiodl public static extern byte LE_SetMultipier byte sMul DllImport LEDStudiodl public static extern byte LE_SetCHMode byte sCH byte sMode DllImport LEDStudiodl public static extern byte LE_SetConstInt byte sInt CONNECT byte portnum 1 COM1 string productname byte err_code if COM_Connect COMPORT if connected false err_code LE_ComportConnect ref portnum else err_code LE_ComportDisConnect portnum j else USB if connected false err_code LE_USBConnect productname else err_code LE_USBDisconnect ERROR CHECK if err_code 0 MessageBox Show LE_GETErrMsg err_code Error Page 23 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT SET MULTIPLIER byte multiplier 5 50 err_code LE_SetMultipier multiplier SET CHANNEL amp MODE byte channel 1 Channel 1 byte channel_mode 0 Constant mode err_code LE_SetCHMode channel channel_mode CONSTANT byte const_int 100 Intensity 100 err_co
10. Select the type of connection to be used ComPort RS232 or USB Select the port number where the controller is connected Auto or 1 256 Connect Disconnect 2 File Load previous configured parameters Save current parameters The configuration is saved as ini file 3 Channel Select current multiplier for all channels 10 20 100 of max current Select the channel to change the parameter Select board address for cascade operation Channel to 4 4 Channel Mode Select mode for channel Constant Mode Trigger Mode Auto Strobe Mode 5 Parameter Change the light intensity 0 255 Turn light output ON and OFF Change pulse width 0 999 9ms 6 Trigger Control Select the channel to trigger also use for channel select in Auto Strobe mode Channel to 4 Trigger the selected channel s 7 Auto Strobe Control Change the Auto Strobe Up Time and Down Time 0 999ms Channel to 4 Trigger the selected channel s 8 EEPROM Load parameters from EEPROM Save parameters into EEPROM 9 Connection Status Show the connection status Page 10 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT LC 11 Cascade Operation The LC 11 Lighting Controller can be used in cascade mode when there are more than 4 lighting output channel to be controlled at the same time The number of LC 11 controller can be connected in cascade is up to 16 where the address of the controller is pre set us
11. V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT Light LIGHTING SOLUTION PARTNER VL LC 11 4CH P1 4CH Lighting Controller Unit Cascade Constant and Trigger Mode USER MANUAL Rev 1 0 May 2011 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT Contents Erro veda A R A asnuneds weausereeanosees 1 A ON 1 Eros 1 COME CONG un tai 2 General Description eree ea E A 3 SPE CHICA ON eonna E AN 3 Power Ae eee a aa a as 3 Controller Mode tii tidad O 5 Display Panel Control ModE aa A a Nite EA 5 USB K5232 Control Moderen ennan an A a ETE E A S ee 9 EC Cascade OPM a E E Sena posemsnteean 11 Operation Descriptor a A ais 13 a A E S 13 External Input Signal Control a e a aai 14 Constant mode intensity to current table sanitaria 15 CABLE SELECTION en O S A 16 IGE INGCONINE CT OR Sete o a ee 16 LEDStidio DIL Documentations A A 17 Revision Notes Date Author Comment KW Jonathan Cascade First Release V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT Hardware Packing List Please make sure that the following parts are in the packing list e LC 11 lighting controller unit e USB RS232 Cable Optional One e Power Supply Optional e 4 LED Lightings Optional e 4 Ext Cable 1 5 Meter Optional Front Panel Page 1 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT Connections All connections are available on screw terminal blocks The opto isolator inputs require a voltage between 5V and 24V
12. _USBDisconnect gt GetProcAddress lib LE_USBDisconnect typedef byte __stdcall LE_SetMultiplier byte sMul LE_SetMultiplier SetMultiplier reinterpret_cast lt LE_SetMultiplier gt GetProcAddress lib LE_SetMultiplier typedef byte __stdcall LE_SetCHMode int sCH int sMode LE_SetCHMode SetCHMode reinterpret_cast lt LE_SetCHMode gt GetProcAddress lib LE_SetCHMode typedef byte __stdcall LE_SetConstInt int sInt LE_SetConstInt SetConstInt reinterpret_cast lt LE_SetConstInt gt GetProcAddress lib LE_SetConstInt CONNECT int cp 1 port number int amp comport cp variable by reference String productname if COM_Connect COMPORT if connected false err_code ComportConnect comport else err_code ComportDisConnect portnum else USB if connected false err_code USBConnect productname else err_code USBDisconnect Page 25 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT ERROR CHECK String err_msg 1f err_code 0 err_msg GETErrMsg err_code SET MULTIPLIER byte multiplier 5 err_code SetMultiplier multiplier SET CHANNEL MODE int channel 1 CH1 int mode 0 constant mode err_code SetCHMode channel mode CONSTANT byte intensity 100 err_code SetConstInt intensity byte on_off 1 On err_code SetCONSTOnOff on_off STROBE TRIGGER short strobe_width 1000
13. anel control mode When the power is switched on the controller is in the control mode last used on the LC 11 controller To switch the control hold down UP and DOWN for about 1 second and observe the change on the LED indicator Display Panel Control Mode In Display Panel Control Mode user will control the controller by using the 4 Buttons at the Front Panel Set Range Up and Down for setting Channel Lighting intensity and trigger pulse width Button RANGE Button DOWN Gace is for Moving Digit Changing Mode CON TRIG AUTO for Setting Value Minus Lighting Intensity Trigger pulse ee and for manually width Value Up and Down Time test Trigger Changing Channel CH4 CH3 CH2 CH1 Button SET is Button Up for set Parameter Changing Mode CONF TRIG AUTO Controller Add Lighting Intensity Trigger pulse width Value Up and Down Time Changing Channel CH1 CH2 CH3 CH4 Front Panel Page 5 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT Setting up Constant and Trigger Operation using Display Panel aa eee E Idle State Press and hold SET for about one second Press RANGE Use UP and DOWN to select the current multiplier 1 to 10 which equals to 10 100 of max current for all channels OR change board address for cascade operation Press SET LH Press SET Press SET Press SET res SET Use UP and DOWN to select which mode to
14. de LE_SetConstInt const_int byte on_off 1 On err_code LE_SetCONSTOnOff on_ off STROBE TRIGGER UInt16 strobe_width 1000 Ims strobe width err_code LE_SetStrobe Width strobe_width err_code LE_STROBE true false false false strobe channel 1 AUTO STROBE UInt16 auto_uptime 250 250ms up time UInt16 auto_dntime 400 400ms down time err_code LE_SetAutoStrobeUpTime auto_uptime err_code LE_SetAutoStrobeDnTime auto_dntime err_code LE_AUTOSTROBkE true false false false turn on channel 1 auto strobe set false turn off SAVE PARAMTERS IN EEPROM err_code LE EEPROMO Page 24 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT EXAMPLE VC DLL IMPORT HINSTANCE lib LoadLibraryA C LEDStudio LEDLib LEDStudio dll typedef byte __stdcall LE_ComportConnect int amp ComPort LE_ComportConnect ComportConnect reinterpret_cast lt LE_ComportConnect gt GetProcAddress lib LE _ComportConnect typedef byte __stdcall LE_ComportDisConnect byte ComPort LE_ComportDisConnect ComportDisConnect reinterpret_cast lt LE_ComportDisConnect gt GetProcAddress lib LE_ComportDisConnect typedef byte __stdcall LE_USBConnect char ProductName LE_USBConnect USBConnect reinterpret_cast lt LE_USBConnect gt GetProcAddress lib LE _USBConnect typedef byte __stdcall LE_USBDisconnect LE_USBDisconnect USBDisconnect reinterpret_cast lt LE
15. ing the button control To use LC 11 in cascade The address of the master controller must be set to O and communicate with the PC using RS232 or USB The slave controller address can be set from 1 to 15 and is connected to the master controller using RJ 10 Connection Connect one side of the CAN Bus cable to any of the CAN BUS socket of the main LC 12 controller address 00 and the other side to CAN BUS Socket of other slave controller address 01 15 To control more controllers just connect them in loop CAN BUS CONNECTOR CAN BUS CABLE Page 11 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT CAN BUS multi drop connection RS232 or USB LC 11 Addr 0000 LC 11 Addr 0001 CAN BUS V LC 11 Addr 0015 Page 12 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT Operation Description Timing Diagram Strobe Width 0 1 9 9ms External Trigger Lightig Output Trigger Timing Diagram Page 13 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT External Input Signal Control External input signals are optional and can be used ON OFF the lightings based on the signals trigger mode The input signal for a particular channel has no effect if the channel is operating in Constant Mode or when the previous strobe command is still running INT IN2 IN3 and IN4 are input signals for Channel 1 Channel 2 Channel 3 and Channel 4 respectively IN
16. productname As String If COM_Connect Then COMPORT If connected false err_code LE_ComportConnect comport Else err_code LE_ComportDisConnect comport End If Else USB If connected false err_code LE_USBConnect productname Else err_code LE_USBDisconnect End If End If Page 27 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT ERROR CHECK Dim err_msg As String If Not err_code 0 Then err_msg LE_GETErrMsg err_code SET MULTIPLIER Dim multiplier As Byte 5 50 of max current err_code LE_SetMultiplier multiplier SET CHANNEL amp MODE Dim channel As Integer 1 CH1 Dim mode As Integer 0 constant mode err_code LE_SetCHMode channel mode CONSTANT Dim intensity as Byte 100 err_code LE_SetConstInt intensity Dim on_off As Byte 1 On err_code LE_SetCONSTOnOff on_off STROBE TRIGGER Dim strobe_ width as Short 1000 I ms strobe width err_code LE_SetStrobeWidth strobe_ width err_code LE_STROBE true false false false strobe channel 1 AUTO STROBE Dim auto_uptime As Short 250 250ms up time Dim auto_dntime As Short 400 400ms down time err_code LE_SetAutoStrobeUpTime auto_uptime err_code LE_SetAutoStrobeDnTime auto_dntime err_code LE_AUTOSTROBE true false false false turn on channel 1 auto strobe set false turn off SAVE PARAMTERS IN EEPROM err_code LE_EEPROM Page 28 of 29
17. s set as address OO Slave controller can be set start from address 01 xx REMARK Address should be set to 00 if use as individual controller Parameters in EEPROM After the parameters have been set they are saved into the controller s EEPROM to retain them after the power to the controller 1s turned off To reset the parameters The parameters in the memory can be reset to default values To do this first turn off the power of the controller Hold down the SET button while turning on the power then let go of the button Page 8 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT USB RS232 Control Mode In USB RS232 Control Mode the LED on the front panel will turn On Connect the RS232 Cable or USB Cable does not need USB Driver Installation The controller can be controlled using the LEDBasic Software LEDBasic 1 Copy the folder LEDStudio which includes LEDLib and LEDBasic folder into drive C 3 Run LEDBasic exe in LEDBasic folder Current Multiplier Board Address fo al 3 gt Channel Pulse Width 0 9999 F a 6 5H gt fngger cti F Chameli F Channel l Channel 2 FE Channel 4 Auto Up Time 0 399 ms 4 Auto Down Time 0 999 ms ai Stan Auto Trager stop Auto Trigger 3 E y ma E i SAYE wee f ii A LEDBasic GUI Page 9 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT Description 1 Connection
18. te Byte stdcall Page 17 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT 1 function LE_GetVersion var Value PChar Byte Get the version information Parameter Value String by reference Version number Return Error Code Byte 2 function LE_ComportConnect var ComPort Byte Byte Connect the lighting device via serial com port defined by Comport If Comport 0 LEDStudio will auto detect and connect with Lighting device and will return the comport number connected Parameter ComPort Byte by reference Comport number Return Error Code Byte 3 function LE_ComportDisComnect Comport Byte Byte Disconnect the serial com port with lighting device Parameter Comport Byte by value Comport number Return Error Code Byte 4 function LE_USBConnect var ProductName PChar Byte Connect the lighting device via USB port defined LEDStudio will auto connect USB port with Lighting device and will return product name of the lighting device Parameter ProductName String by reference Product Name Return Error Code Byte 5 function LE_USBDisconnect Byte Disconnect the lighting device from USB Port Parameter None Return Error Code Byte Page 18 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT 6 function LE_SetMultiplier sMul Byte Byte Set the current multiplier of lighting device Parameter sMul Byte by value Current Multiplier Range 10 1 1
19. use CON or TRIG Use UP and DOWN to select the SET Press SET required constant value 0 to 255 and delay in milliseconds 0 0 to 9 9 The delay is set up in multiples of 100us Minimum pulse width is 0 1ms if user set the value as 0 1t will automatically set it as 0 1ms Press SET o SET The units digit is flashing UP or DOWN change the value by one Press RANGE to select the tens and hundreds digits j Back to Idle State Page 6 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT Auto Strobe Mode Auto Strobe Up Time with a dot at last digit Idle State Remark Trigger operation can only work when the display is in Idle State During Trigger mode the trigger function of the respective channel can be simulated using the RANGE button The channel is triggered once when the RANGE button is pressed This only works when the display is in IDLE mode During Auto Strobe mode the auto strobe function for all channel can be turned ON or OFF using the RANGE button Only work for channel that is in AUTO mode Page 7 of 29 V LIGHT VL LC 11 4CH P1 LIGHTING CONTROLLER UNIT Setting up Board Address for Cascade Operation Press and hold SET for about one second Press RANGE rt tt Url Use UP and DOWN button to select board address Board address must be set for controllers used in cascade operation Master controller i
Download Pdf Manuals
Related Search
Related Contents
Canon PowerShot A1300 Getting Started Guide My Passport® Studio™ User Manual Instek LCR-6000 Series LCR Meters 5. The Instruction Set File - Ciemme Service Vigevano Nokia 9500 Marine Radio User Manual Industrial Ethernet Switch Manual MANUEL DE L`UTILISATEUR Descargar - Tienda online de barbacoas gas USER GUIDE - D & D World Travel Copyright © All rights reserved.
Failed to retrieve file