Search Results

by MAKOMO
Sat Nov 23, 2024 3:32 am
Forum: General
Topic: Failure to connect: Modbus Error
Replies: 2
Views: 8193

Re: Failure to connect: Modbus Error

The Artisan roasting app runs its own discussion forum which may be able to help with such configuration issues: https://artisan-scope.org/discussions/
by MAKOMO
Sat Nov 23, 2024 3:31 am
Forum: General
Topic: Artisan works using one pc I have but not a different one.
Replies: 1
Views: 2032

Re: Artisan works using one pc I have but not a different one.

The Artisan roasting app runs its own discussion forum which may be able to help with such configuration issues: https://artisan-scope.org/discussions/
by MAKOMO
Wed Dec 11, 2019 1:30 pm
Forum: macOS
Topic: Can’t change Thermocouple Type
Replies: 4
Views: 32963

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: 6141

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?