LM4 storage capacity - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Hardware (https://forum.logicmachine.net/forumdisplay.php?fid=12) +--- Thread: LM4 storage capacity (/showthread.php?tid=242) |
LM4 storage capacity - s.prathmesh - 03.03.2016 Here in a project, we are using LM4 for DMX control having 1500 DMX channels. We need to run a sequence of 5 minutes in infinite loops. So, is in-built storage of LM4 is sufficient or need to use some external data storage into USB slots. If yes, please specify the capacity. As given in system status of LM4's web-console, in-built storage is 125MB. RE: LM4 storage capacity - admin - 03.03.2016 If you have a pre-defined sequence with 1500 channels then you need to use a different approach, as storage requests will take too much time to provide a smooth transition. The best way would be to create a table of states for each channel for each time slot (10 seconds, for example). I can give some more advice if you can specify how the sequence should behave. RE: LM4 storage capacity - s.prathmesh - 04.03.2016 Following is the video link - https://drive.google.com/file/d/0B1XFdzfFwX2AV1JDS0p2NEpiNjA/view?invite=CIaOq80O&ts=56d5358b&pref=2&pli=1 Please check and let me know how to create table of states. RE: LM4 storage capacity - edgars - 04.03.2016 Looks great! Can you please ask the designer of this project to make a table which will define which channels for how long should have which color? And so with all other time slots and channels. RE: LM4 storage capacity - gjniewenhuijse - 04.03.2016 (04.03.2016, 08:39)s.prathmesh Wrote: Following is the video link - https://drive.google.com/file/d/0B1XFdzfFwX2AV1JDS0p2NEpiNjA/view?invite=CIaOq80O&ts=56d5358b&pref=2&pli=1 wow, nice project RE: LM4 storage capacity - edgars - 14.03.2016 Here is the script (predefined-scene) for operating DMX objects on 3 x RS-485 interfaces of LogicMachine4. Add resident script, sleep time = 0. Big steps are defined as VALUES. RESOLUTION is a count of small steps between big steps - defines how smooth one color transits into other. STEPDELAY defines what is delay between each small step. Approximate time: BIG STEP TIME = RESOLUTION * (STEPDELAY + 0.1) Code: if not values then |