Loading csv files in custom mode

Loading csv files in custom mode

In this article we will describe the procedure for uploading csv files to the custom patch in the LumiNode range.

Before you start you have to configure the process engines in the correct mode first with the sources configured as usual.

In this example we will be using the postman application for the web api calls.

Open postman and start a new request. To read the current patch of the process engine you can use the following command:

GET:  http:// {IPOFYOURDEVICE}/api/processblock/ {indx}/csv

In here you use the IP address of your node and the indx is the number of your process engine.

Process Engine 1 = indx 0
Process Engine 2 = indx 1
etc



In order to upload your csv file you now change to the POST command in postman and use the following command:
POST:  http:// {IPOFYOURDEVICE}/api/processblock/ {indx}/csv

Before you choose "Send" you have to do the following steps:
  1. Under the request field you select the form-data option
  2. Then in the key field you change the type from "text" to "file" and in the Key field you type "file"
  3. Now you use the select file option to browse to the csv file you want to upload
  4. Hit the "Send" button


When you make the csv file it is important to use the following example as a guide line:



In order to see the new patch in the web UI of the LumiNode you will have to refresh your browser.
    • Related Articles

    • LumiNode / LumiCore patch generator

      LumiNode / LumiCore Patch Generator The LumiNode range offers the option to import csv files to fill the patch in a process engine. Attached to this article you will find an example excel spreadsheet with some handy macros to quickly make patches ...
    • LumiNode API documentation

      In the attached document you can find all the web API commands available for the LumiNode and LumiCore
    • LumiNode Advanced Networking

      In this article we will look at how to configure the network and advanced network options of the LumiNode. Firmware 2.3.0 or higher is required for these features. Network The network page is divided in two scenarios. Scenario 1(A): (default) The ...
    • LumiNode LED indicators

      There are various LEDs on the LumiNode. Here is a list of the LEDs, the possible colours, and the meaning of each colour: DMX Port Status Meaning DMX Input Green Blinking: Active input DMX only (output mode) Cyan Blinking: DMX activity DMX + RDM ...
    • LumiNode firmware upgrade

      In this document we will explain how to upgrade the firmware on the LumiNodes. There is only ONE firmware file for ALL the models which makes it easy to start with as there won't be any confusion about having the correct file. How to get the latest ...