Search Results

by DSX
Thu Mar 22, 2018 12:13 pm
Forum: Python
Topic: Timed out and 2 parallels scripts
Replies: 14
Views: 14816

Re: Timed out and 2 parallels scripts

Really thank you, it works !

Finally I can watch 8 inputs and activate outputs at the same time.
by DSX
Fri Mar 16, 2018 3:17 am
Forum: Python
Topic: Timed out and 2 parallels scripts
Replies: 14
Views: 14816

Re: Timed out and 2 parallels scripts

I've made many tries and here is the informations I have : phidget22networkserver -D returns INFO [netsrv][2018-03-16T10:02:45 server.c+305 main()]: Phidget22NetworkServer 1.1 phidget22admin -R -L -d returns (136263) PhidgetInterfaceKit 0/16/16 (136263/0/0) Digital Input (136263/0/1) Digital Input (...
by DSX
Sat Feb 03, 2018 8:52 am
Forum: Python
Topic: Timed out and 2 parallels scripts
Replies: 14
Views: 14816

Re: Timed out and 2 parallels scripts

I'm still tyring but nothing...

No more ideas ?

Thanks
by DSX
Sun Jan 21, 2018 9:40 am
Forum: Python
Topic: Timed out and 2 parallels scripts
Replies: 14
Views: 14816

Re: Timed out and 2 parallels scripts

Thank you for your help. I've solved this avahi problem and others in same time. Now my daemon starts without issues and the command "phidget22admin -s" returns my localhost server. But the command "phidget22admin -R -d" says nothing. Here is the log file : INFO [phidget22][2018-...
by DSX
Fri Jan 12, 2018 11:10 am
Forum: Python
Topic: Timed out and 2 parallels scripts
Replies: 14
Views: 14816

Re: Timed out and 2 parallels scripts

I execute commands with root account, and no result.

Which set up I have to do with udev ?
by DSX
Sun Jan 07, 2018 10:09 am
Forum: Python
Topic: Timed out and 2 parallels scripts
Replies: 14
Views: 14816

Re: Timed out and 2 parallels scripts

Hi, I've tried to use the network server and it doesn't work. First, the configuration file doesn't exist (/etc/phidgets/phidget22networkserver.pc), then I create it and populate it regarding this documentation : https://www.phidgets.com/docs/Phidget_Network_Server The daemon starts fine (phidget22n...
by DSX
Fri Dec 22, 2017 4:12 am
Forum: Python
Topic: Timed out and 2 parallels scripts
Replies: 14
Views: 14816

Re: Timed out and 2 parallels scripts

Ok, thank you very much for your answer, I will try and I'll keep you informed if it's work.

Regards
by DSX
Tue Dec 19, 2017 5:37 pm
Forum: Python
Topic: Timed out and 2 parallels scripts
Replies: 14
Views: 14816

Re: Timed out and 2 parallels scripts

First, thank you for your detailled answer. Create multiple channel is what I've done to have a wotking script for my inputs (for a beginner with Phidget, I'm happy to have the same solution). If I understand, the Output channel 0 and the Input channel 0 is the same ? But you say after, "one sc...
by DSX
Tue Dec 19, 2017 2:07 pm
Forum: Python
Topic: Timed out and 2 parallels scripts
Replies: 14
Views: 14816

Timed out and 2 parallels scripts

Hi everybody, I'm currently working on InterfaceKit 0/16/16 connected to a RaspberryPi 3. All my scripts are in Python, and the libraries are compiled on the Rpi (the Hello World works, and DigitalInput and Output tests works too). My problem is to run 2 scripts (one for inputs and the other one for...