Page 1 of 1

Defining in code the number of channels

Posted: Tue Aug 10, 2021 3:13 pm
by DorAmrani
Hello, is it possible to define in code the number of channels the ActiView software connects to?
My intention is to run a client that requests the data from the software but I want to be able to just run
the client without manually defining the number of channels.
Best regards, Dor.

Re: Defining in code the number of channels

Posted: Mon Aug 16, 2021 1:26 pm
by Coen
The above is in principle possible by modifying the (open source LabVIEW) code of ActiView.

Note that you can save the settings (including TCP/IP selections) in the CFG file.

Best regards, Coen (BioSemi)

Re: Defining in code the number of channels

Posted: Tue Aug 17, 2021 9:16 am
by DorAmrani
OK, thanks a lot!
Dor.