Search Results

by MarioE
Fri Jan 05, 2024 1:00 am
Forum: Other
Topic: Rostmaster & Raspberry
Replies: 3
Views: 47873

Re: Rostmaster & Raspberry

I am using Phidgets to control a QUEST M3s. I removed the internal electronic from the QUEST. 4 TC to measure the temperature, 4 TC to guarantee that the roaster is completely preheated, and 2 SSR for the heater and ventilator, and a beeper. and a about 3000 lines of PYTHON Code ... works since 3 ye...
by MarioE
Wed Jun 10, 2020 9:38 am
Forum: General
Topic: OUT1001
Replies: 3
Views: 4965

OUT1001

i habe a VINT HUB and a OUT1001 Module with a Crydom PMP2425. Is it possible to configure the drivers in such a way, that this module starts with 0 Volt on the output 0/5V, and NOT with any voltage on the output -10/10 ? I wrote a little PY-script which sets 0 Volt on 0/5V output, but after closing ...
by MarioE
Wed May 27, 2020 4:12 pm
Forum: General
Topic: Install Phidget Modules for IronPython
Replies: 1
Views: 4351

Install Phidget Modules for IronPython

I must use IronPython 2.7.5.
Is there a step by step instruction how to install the phidget22 Modules? IPY64.EXE setup. p y install gives an error: No module named setuptools. i have no idea .. and google was no help (mostly hints for debian)

Thx, Mario
by MarioE
Wed May 27, 2020 8:01 am
Forum: General
Topic: Driving a SSR with PWM
Replies: 1
Views: 4409

Driving a SSR with PWM

I am new to Phidget, but not new to programming. Is it possible to write a Function (Phyton) which drives an SSR with a PWM Frequency of 1Hz, and to pass the Percantage of the Power as Parameter. e.g. i want to turn on for 300msec and turn off for 700msec, this gives (with 50Hz) 30% of the Power. Wh...