I am an ecologist at the TU Berlin, almost no knowledge about electronics and coding and so on. We use script communicator to log a balance in a long-term experiment, works fine. Now, I am wishing to log 5 or 6 balances parallel (via serial to usb) into one file. Is that possible? Do you have by chance an example file available?
Thanks in adavance
Thomas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
yes this is possible. Multiple serial interfaces ca be created with scriptInf.createSerialPort(). You can find an example in exampleScripts\WorkerScripts\AdditionalInterface\Serial and in exampleScripts\WorkerScripts\MultiSerialPort. This functionality is documentated in the manual too.
Regards from Hildesheim
Stefan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am an ecologist at the TU Berlin, almost no knowledge about electronics and coding and so on. We use script communicator to log a balance in a long-term experiment, works fine. Now, I am wishing to log 5 or 6 balances parallel (via serial to usb) into one file. Is that possible? Do you have by chance an example file available?
Thanks in adavance
Thomas
Hi,
yes this is possible. Multiple serial interfaces ca be created with scriptInf.createSerialPort(). You can find an example in exampleScripts\WorkerScripts\AdditionalInterface\Serial and in exampleScripts\WorkerScripts\MultiSerialPort. This functionality is documentated in the manual too.
Regards from Hildesheim
Stefan