start Device Server in Astor

Yes now I ADD /home/Temperature/bin and the same error
Edited 6 years ago
And on a shell on this machine, if you type
ls /home/Temperature/bin 
You can see your device server called Temperature ?

Hi pascal
Now it works fine thank you so much for your help
As a reminder, you can get an output like
Device server not found in 'StartDsPath' property.
in case of a Python Device server.

Indeed, DEVICE_SERVER.py and DEVICE_SERVER is not the same so Starter will not find DEVICE_SERVER in StartPath if the DS is named DEVICE_SERVER.py.

To solve this issue, you can rename it.
Under GNU/Linux :
cd PATH && mv DEVICE_SERVER.py DEVICE_SERVER
- Philippe
 
Register or login to create to post a reply.