Page 1 of 1

Voltage output update rate

Posted: Fri Jan 14, 2022 3:53 am
by Or4ngeBob
Hi,

Can anyone tell me what kind of update rate you can get from the OUT1000_0 12 bit voltage output widget? I can't see this information in the spec for the device.

For example if you wanted to use to generate a voltage waveform, what kind of bandwidth waveform could you create?

Thanks.

Re: Voltage output update rate

Posted: Fri Jan 14, 2022 4:08 pm
by jdecoux
If you're asking about waveforms in terms of bandwidth, chances are the OUT1000_0 will not be sufficient.

A quick benchtop test shows my OUT1000_0 has a maximum update rate around once every 8ms, with some jitter. (+/-1ms)

For the sake of some minor market research, what kind of bandwidth were you looking for?

Re: Voltage output update rate

Posted: Mon Jan 17, 2022 3:57 am
by Or4ngeBob
Thanks for the response. I don't have a specific requirement for the update rate, though more is always better right? I guess to be in line with the rest of the phidget ecosystem, 1ms would be good.

Do you know how that 8ms update rate would be affected by other nodes on the VINT HUB?

Re: Voltage output update rate

Posted: Mon Jan 17, 2022 1:17 pm
by jdecoux
Communications on all hub ports are independent, and will not have an effect on the rates on other ports happening at the same time.

However, if you intend to send commands to multiple Phidgets at roughly the same time, you will need to use the asynchronous version of the commands you are calling. This will prevent your program from waiting around for each response before continuing (e.g. up to 8ms for the OUT1000).

Re: Voltage output update rate

Posted: Mon Jan 24, 2022 9:32 am
by Or4ngeBob
That makes sense thanks.

Re: Voltage output update rate

Posted: Wed Feb 16, 2022 2:25 pm
by jdecoux
OUT1000 has been sped up to have a turnaround time of 2-3ms.