Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Answering a question raised over on home-barrista.com (and by PM!).
What is the most simple setup connecting to Phidget modules on the wireless Phidget HUB5000?
Install the latest Artisan version
Install the regular Phidget driver (not the standalone one)
on newer macOS: allow the Artisan.app the communication with devices on your local network (
System Settings >> Privacy & Security >> Local Network
). macOS should ask you for this on the first connect with a corresponding dialog, but you can set this manual as well.NOTE: there are two passwords, one to access the configurations on your device (set in the System tab on the device configuration page) and the other is the Phidgets server password (set in the Phidgets tab). Only the "Phidget server password" is relevant here.
Config >> Device >> Phidgets
), just tick the Network flag.NOTE: this auto discovery mode does not support passwords for obvious reasons.
Config >> Device
, Phidget tab)Configure for dual TMP1200
Of course you need to properly configure Artisan for your connected Phidgets as well. The TMP1200 are not as trivial as other modules as they don't deliver valid data if the RTD type is not correctly set and they are one channel devices. Thus you need to configure the main Artisan device (menu
Config >> Devices
, ET/BT tab, Meter) as "Phidget TMP1200 1xRTD A" (don't confuse with the entry TMP1202 and the one with ending with a B) to read your BT. Add an extra device of the same type for your ET. You then need to "map" that ET signal to the ET channel of the main device by entering "Y3" in the field labeled "ET Y(x)" in the Smb ET/BT tab (menuConfig >> Device
, 3rd tab).Finally, you need to tell Artisan which type of RTDs you have connected, a PT100 or a PT1000 and with which wiring, in the Phidget tab (menu
Config >> Device
, 4th tab). Note that there are two sets of configurations A and B, one for the device type ending in A and one for those ending in B. This allows you to use two different types of sensors at the same time, PT100 and PT1000.Beta Was this translation helpful? Give feedback.
All reactions