Digital Outout OUT1100_0 ERROR 0x14
Posted: Mon May 18, 2020 1:23 am
Hi,
I am using a NanoPi Neo4 with a Linux distribution. The Program is written in Python 3.6. i have installed the libphidget22-1.6.20200417 package from the website. Other Phidgets in the program are running well. I want to set the Frequency or get the Frequency of the PWM from the OUT1100_0 Phidget. Setting Duty Cycle works without a problem.
The Problem i have is:
Everytime i want to set the Frequency(ch.setFrequency) or get it (ch.getFrequency) i get some Errorcode:
"Exiting with error(s)...Desc: This API call is not supported. For Class APIs this means that this API is not supported by this device. This can also mean the API is not supported on this OS, or OS configuration.
in setFrequency
raise PhidgetException(result)
Phidget22.PhidgetException.PhidgetException: PhidgetException 0x14 (Operation Not Supported)
This API call is not supported. For Class APIs this means that this API is not supported by this device. This can also mean the API is not supported on this OS, or OS configuration. "
How do i solve this Problem? Thanks in advance
I am using a NanoPi Neo4 with a Linux distribution. The Program is written in Python 3.6. i have installed the libphidget22-1.6.20200417 package from the website. Other Phidgets in the program are running well. I want to set the Frequency or get the Frequency of the PWM from the OUT1100_0 Phidget. Setting Duty Cycle works without a problem.
The Problem i have is:
Everytime i want to set the Frequency(ch.setFrequency) or get it (ch.getFrequency) i get some Errorcode:
"Exiting with error(s)...Desc: This API call is not supported. For Class APIs this means that this API is not supported by this device. This can also mean the API is not supported on this OS, or OS configuration.
in setFrequency
raise PhidgetException(result)
Phidget22.PhidgetException.PhidgetException: PhidgetException 0x14 (Operation Not Supported)
This API call is not supported. For Class APIs this means that this API is not supported by this device. This can also mean the API is not supported on this OS, or OS configuration. "
How do i solve this Problem? Thanks in advance