Autonomic Controls
cma
Posts: 94
Anyone using their software having any issues? I have a system with 3 MCEs and 3 instances of their module running and the system seems to randomly bog down a couple times a day where everything on the system becomes unresponsive. If I connect in through studio it appears the program is still running although extremely slow, CPU usage goes to 90+%.. A couple hard reboots fixes it. I am suspecting the Autonomic module because the rest of the programming worked before hand with no issues.
0
Comments
Yeah i am using the autonomics module over here with multiple panels using the art work, but when the panels exceed 12, then it starts going slow and commands dont fire.
So i had to modify the existing autonomics module to close connections depending on which panel is connecting to autonomics or not. Then it started working fine.
Are you having an issue with the Autnomics netlinx module or something else.
For those that have used autonomic controls would you go with a company like VidaBox that sells a whole solution or would you recommend building a custom computer and installing the software on your own?
I am looking for a good multi-zone audio server that doesn't cost as much as a kscape and had looked in this direction for a product. Would you guys recommend this or would something else be better?
Have you considered Audio Request?
Awesome unit.
Also try iMerge S3000, or Nuvo
You need to replace line #64 in comm module from
char mceBuffer[16000]
to
volatile char mceBuffer[16000]
and to kill this buffer in UI module because it is not used inside module in line #312
if you have a lot of panels original modules will empty non-volatile memory very fast
there are some other bugs in Autonomic and i don't know how to solve the problem with improving update rate of cover arts and photos on TP. Client uses PC mostly for photos and have more than 10000 pictures.
and problem comes I think from MCE itself ? it cannot refresh previews at reasonable speed