-
-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Phidgets DAQ1000 eight channel analog (voltage) input #1225
Comments
You are right. It looks similar to the 1018. Maybe a small extension could make this happen. I will take a look once I find the time. |
Thank you Marko. |
It looks like you created the update. What do I need to do to get the update or how? |
I added some code to support the DAQ1000. This is untested as I don't have access to this module. There are new device types A factor and/or calibration can be applied as for any Artisan channel using a corresponding Symbolic Formula. This addition is now part of the Continuous Builds. Please give this a try and report back if you get the expected attach message and maybe even some data from your device. |
Fantastic! Thank you so much. That works perfectly. I got pressure in the LCD as well as a pseudo motor speed too when I send the voltage from the OUT1002 (pwm for my VFD to blower) to the DAQ1000. The symbolic formula is very useful, thanks for the tip. Good job and so quick. |
Impressive Marko!
Assuming you updated just the src/artisanlib/phidgets.py ?
Can one simply replace that file or does one need to download the whole
latest continuous build?
Darren Addy
Kearney, NE
…On Monday, July 10, 2023, Marko Luther ***@***.***> wrote:
Closed #1225
<#1225> as
completed.
—
Reply to this email directly, view it on GitHub
<#1225 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO5YMLQIYKDWYZAE2AEE7DTXPPI57ANCNFSM6AAAAAA2DUA334>
.
You are receiving this because you are subscribed to this thread.Message
ID: <artisan-roaster-scope/artisan/issue/1225/issue_event/9772861671@
github.com>
--
|
Several files got changes as you see from my commit. You need to download the whole build. |
I would like to request the addition of support for the Phidgets DAQ1000 eight-channel voltage input.
https://www.phidgets.com/?tier=3&catid=106&pcid=86&prodid=622
I want to capture the air pressure of my roast chamber and cyclone afterburner of a fluid bed roaster. I am using a Phidgets 1136 pressure sensor and another generic pressure sensor both using 5 volts. The voltage inputs will extend the number of analog inputs when using the Vint Hub. With the amount of analog sensors available, the DAQ1000 will add 8 additional channels.
I also want to capture the RPM of the blower possibly through the VFD or PWM voltage so I can monitor the loft required for the batch size.
It might be similar to the 1018. This is not suitable for me as I am using the Vint Hub. I have tried the DAQ1400, but there is an issue with the 12/24 volts, the 1136 uses 5 volts.
Thank you in advance.
Robin
The text was updated successfully, but these errors were encountered: