Search Results

by Cuijwyn
Fri Sep 08, 2023 3:44 am
Forum: Python
Topic: about automatically run python code
Replies: 1
Views: 7358

about automatically run python code

I have a python code that can run SBC4 with SSH, but I upload to SBC with SBC4 web, and make it run automatically, but it does not work, and give the errors: /usr/userapps/python/removeOldMiniseed.py: 7: /usr/userapps/python/removeOldMiniseed.py: Created on Thu Jul 6 22:13:14 2023 @author: cuijw : n...
by Cuijwyn
Thu May 19, 2022 9:35 am
Forum: General
Topic: save multi-sensor data
Replies: 4
Views: 9793

Re: save multi-sensor data

My sensor is MOT0901 HHZ/HHX/HHY is the three components of the accelerometer, and data format is miniseed. when there is only one accelerometer, we can get data like fig.1. But if two or more accelerometers run simultaneously, we can get fig. 2 that is not right obviously. I think three acceleromet...
by Cuijwyn
Wed May 18, 2022 7:56 am
Forum: General
Topic: save multi-sensor data
Replies: 4
Views: 9793

Re: save multi-sensor data

sir:
When for one sensor,I get data like Fig 1. but when for two or three sensors, I get data like Fig 2.
Fig 1 is right, but for Fig 2, data can not be save in right Channel,
by Cuijwyn
Tue May 17, 2022 8:22 am
Forum: General
Topic: save multi-sensor data
Replies: 4
Views: 9793

save multi-sensor data

I have three phidgetspatial MOT0109. I hope to get data simultaneously from three sensors . for one sensor, I can get right data. But for more than two, the data will not be right. My code is in attachment,What is wrong ?
by Cuijwyn
Wed Apr 27, 2022 2:36 am
Forum: General
Topic: about getdeviceserialnumber
Replies: 6
Views: 11279

about getdeviceserialnumber

I have three phidgetspatials that link to pc through usb. I use "getdeviceseiralnumber" to get device serial numbers,but I only get one device serial number. how should I do to get other device information.
thanks
by Cuijwyn
Thu Nov 04, 2021 7:53 pm
Forum: Third-Party Software
Topic: about usb cable
Replies: 2
Views: 15127

Re: about usb cable

I know, Thanks
by Cuijwyn
Thu Nov 04, 2021 2:50 am
Forum: Third-Party Software
Topic: about usb cable
Replies: 2
Views: 15127

about usb cable

I need to connect MOTO0109_0 to PhidgetSBC4 with usb cable. My question is : it is ok for the length of cable is 10 meter?
by Cuijwyn
Wed Sep 01, 2021 2:45 am
Forum: Python
Topic: about Phidget21 and Phidget22
Replies: 1
Views: 8365

about Phidget21 and Phidget22

My question is: which module of Phidget22 will correspond to setOnAccelerometerDataHandler of Phidget21?
by Cuijwyn
Wed Sep 01, 2021 2:33 am
Forum: Python
Topic: python2.7 or python3
Replies: 2
Views: 9186

Re: python2.7 or python3

I know, thanks.
by Cuijwyn
Fri Aug 20, 2021 10:51 pm
Forum: Python
Topic: python2.7 or python3
Replies: 2
Views: 9186

python2.7 or python3

for phidgetSBC4, should I use python2.7 or python3?