Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

CS106 with noise


nanopol May 23, 2022 05:07 PM

Hello,
I have a CR1000X and a CS106. I get readings with +-1 hPa variations in less than 1 minute. Is this normal? What could be the cause?
Code used:

VoltSe(BP1,1,mV1000,9,True,2500,5,.24,500)

 


nsw May 25, 2022 07:58 AM

ShortCut suggests the following code for the CS106 on a CR1000X. Try this code and see if it improves things for you :

PortSet(C1,1)
VoltSE(BP_mbar,1,mV5000,1,True,0,50,0.240,500)

The C1 line is used to enable the CS106, if the jumper inside the CS106 has this set. Check the CS106 manula for detailsof the enable line.

50Hz rejection (50) may need to be changed to 60 if where you are has 60Hz mains.

Log in or register to post/reply in the forum.