Search Results

by MAKOMO
Wed Dec 11, 2019 1:30 pm
Forum: macOS
Topic: Can’t change Thermocouple Type
Replies: 4
Views: 23847

Re: Can’t change Thermocouple Type

Artisan is setting the TC type in the attach handler as intended. It uses the information the user configured in the Phdigets tab of the Device Assignment dialog.
by MAKOMO
Mon Jul 10, 2017 11:43 pm
Forum: Python
Topic: Bug Report - Seg Fault using C & Python Example Code - VoltageOutput (Phidget_1002 DAC)
Replies: 3
Views: 5395

Re: Bug Report - Seg Fault using C & Python Example Code - VoltageOutput (Phidget_1002 DAC)

On running HelloWorld.py on the driver/lib v22 I receive the same

Code: Select all

Segmentation fault: 11
on my MB12" running on OS X 10.12.5 Sierra. Seems to be caused by the getDeviceSerialNumber() called on the manager object that might not be fully initialised. Any update on this?