Member
offline
1 posts

Good evening,
I tried to communicate with the Vialux module V9501 (controller board V4395 ) following what written in this post https://www.wavefrontshaping.net/post/id/20 and using the code available on https://github.com/wavefrontshaping/ALP4lib.

If I run the code, on line

DMD.SeqAlloc(nbImg = 2, bitDepth = bitDepth)

I get this error:

DMD.SeqAlloc(nbImg = 2, bitDepth = bitDepth)
File "---- \DMD\ALP4.py", line 445, in SeqAlloc
self._checkError(self._ALPLib.AlpSeqAlloc(self.ALP_ID, ct.c_long(bitDepth), ct.c_long(nbImg), ct.byref( SequenceId)),'Cannot allocate image sequence.')
File "---\DMD\ALP4.py", line 368, in _checkError
raise Exception(errorMsg)
Exception: Cannot allocate image sequence.
The requested memory is not available (full?).

Can you help me to fix this problem?
Thanks
Lorenzo