Storage Error messages

This forum is assigned for bug reporting. Be as much accurate as you are possible.

Moderator: MADRIX Team

Locked
sutekh
Posts: 3
Joined: Fri Dec 03, 2010 5:55 pm

Storage Error messages

Post by sutekh »

Hi guys, having a problem saving and loading storage places , I have created a effect with the script editor that uses 52 notes on a keyboard to turn on and off 52 3 channle rgb modules .. I have 52 layers mapped to 52 pixels , but everytime. It was all working fine until I saved the stoarge place , now it wont open .. gives me either ' storage:errorin loadplacefromarchive from madrix storage place ' or just unable to to open madrix storage place ! ,

any ideas guys ??
Fritzsche
Support
Support
Posts: 734
Joined: Mon Oct 05, 2009 5:26 pm
Contact:

Re: Storage Error messages

Post by Fritzsche »

Hi,

I am sorry to hear about this problem.
Currently, it is difficult to come to a conclusion.

Can you please send us all related files (Setup File and Storage Place File) to info[@]madrix.com?

Thank you!
sutekh
Posts: 3
Joined: Fri Dec 03, 2010 5:55 pm

Re: Storage Error messages

Post by sutekh »

cool guys, am away now this weekend but will get back to you early next week with a more detailed explanation of what im doing and trying to achieve , maybe you have a better solution as well .. :)
User avatar
Wissmann
Developer
Developer
Posts: 767
Joined: Fri Feb 23, 2007 3:36 pm
Location: Germany
Contact:

Re: Storage Error messages

Post by Wissmann »

If i understand it correctly you use 52 layers?
Each mapped for one pixel?
.
If so i highly recommend to use the SetPixel function in the script.
.
like
.
SetPixel(WHITE,0,0) to set the TopLeft Pixel on your Grid to white color
or
SetPixel(RED,5,0) to set the fifth Pixel of the first row in your grid to red
or
color mycolor = {255,255,0};
SetPixel(mycolor,0,5); to set the first pixel in the fifth row to your color in this case yellow.
LEDs are nothing without control ;-)
Locked