How to access all 4 channels simultaneously in CM4810? (via FB vbioCtrlCM4810Ex1)

Hello, community.

I am using the CM4810 module and using raw data through the function block called vbioCtrlCM4810Ex1.
What I’m wondering is how to use raw data that was stored at the same time simultaneously.
However, this function block allows access to only one moduleBuffer at a time.
Is there a way to use data from all 4 channels at the same time?

You can lock the buffers with the vbioCtrlCM410Ex1 function block. Use the requestBufferLock input to lock the buffers, valid locking is indicated with the FB output bufferLockValid. Remember to release the buffers after uploading all the required buffers by resetting the requestBufferLock input.

Automation Help: vbioCtrlCM410Ex1

2 Likes