Results 41 to 50 of 101
Thread: USBServos Software not working?
-
07-03-2010, 07:03 PM #41
-
07-03-2010, 07:05 PM #42
-
07-03-2010, 07:09 PM #43
Re: USBServos Software not working?
You also have another issue to deal with. Is the gauge linear? Boeing Airspeed gauges are not! That complicates your program tremendously as you have different scales for the servo to follow the true airspeed. I sent you an example by email how to that. I'll send you another for the limits. What gauge are you using?
Rob
-
07-03-2010, 07:12 PM #44
- Join Date
- Apr 2009
- Location
- Toronto
- Posts
- 125
-
07-03-2010, 07:27 PM #45
Re: USBServos Software not working?
Here you go, i attached a config file for you based on the info you gave me.
Rob
-
07-04-2010, 05:01 AM #46
Re: USBServos Software not working?
If you're referring to the real-life gague, it IS linear (ie the separation between speed integers is always the same). The gague is some ex-military instrument, ranging from 50Knots to 500Knots. Thanks alot for your efforts in producing the SIOC script, I will try it ASAP once I've had a go at configuring SIOC.ini
And Dave and Deering... Could you gloss over your recent comments once more and check that they're necessary? DO they really add to the thread?Do they assist me, or potential readers of the thread?
According to the SIOC manual, it will be the associated Variable (no var change = NO action), in this case V0000.
EDIT: As usual, Opencockpits have a dead link (regarding sioc.ini config tool)
-
07-04-2010, 05:48 AM #47
- Join Date
- Jul 2013
- Posts
- 917
Re: USBServos Software not working?
Jack
If you read the manual for the USBServos card you will notice on page 6, that it explains how to edit sioc.ini accordingly
I will let other "brave" readers of this thread to draw their own conclusions re "unnecessary comments"
David
-
07-04-2010, 06:24 AM #48
Re: USBServos Software not working?
"Ho Hum
You can take a horse to water and it will not drink
You can hold its nose and it will not drink
You can hold its nose, dunk its head under water and it will still not drink
Ho Hum"
I rest my case.
If anyone's interested, SIOC.ini (not working):
Code:[SIOC] IOCP_port=8092 IOCP_timeout=4000 Minimized=Yes toggle_delay=20 CONFIG_FILE=ServoT.ssi [IOCARDS MODULE] IOCard_disable=No IOCard_LPT=No [MASTERS] [USBSERVOS] USBSERVOS=1,77 [FSUIPC MODULE] FSUipcdisable=No FSUipcRefresh=50 [IOCP CLIENTS MODULES] IOCPini_delay=3000 IOCPclient0_disable=Yes IOCPclient0_host=localhost IOCPclient0_port=8090 IOCPclient1_disable=Yes IOCPclient1_host=localhost IOCPclient1_port=8099 [SOUND MODULE] Sound_disable=Yes Volume=100
Code:// ***************************************************************************** // * Config_SIOC ver 3.7B1 - By Manolo Vélez - www.opencockpits.com // ***************************************************************************** // * FileName : ASIgauge.txt // * Date : 7/3/2010 Var 0000, name Intialization // Set servo positions { &Servo4 = 367 } Var 9000, name Servo4, Link USB_SERVOS, Output 1, PosL 367, PosC 637, PosR 907, Type 2 // ASI gauge Var 9003, name IAS, Link FSUIPC_INOUT, Offset $02BC, Length 4 // IAS from SIm { L0 = &IAS / 1.5 &Servo4 = L0 + 213 IF L0 < 50 { &Servo4 = 367 } IF L0 > 350 { &Servo4 = 907 } }
Jack
-
07-04-2010, 09:14 AM #49
- Join Date
- Apr 2009
- Location
- Toronto
- Posts
- 125
Re: USBServos Software not working?
-
07-04-2010, 10:14 AM #50
Similar Threads
-
Working Music-Who do you listen to when working on your simulator?
By blueskydriver in forum Cockpit SoundsReplies: 11Last Post: 02-28-2011, 04:09 PM -
Real-World Aircraft Instruments interfaced to FSX via SIOC & USBServos
By Boeing 747 Flyer in forum My Cockpit UpdateReplies: 1Last Post: 08-07-2010, 08:58 AM -
USBSERVOS Card testing
By Tripacer in forum OpenCockpits General DiscussionReplies: 3Last Post: 01-14-2009, 12:25 AM -
USBServos Card Testing
By Tripacer in forum OpenCockpits General DiscussionReplies: 1Last Post: 12-07-2008, 12:37 AM -
What are you working on?
By Bob Reed in forum My Cockpit UpdateReplies: 21Last Post: 12-22-2006, 12:22 PM