Results 1 to 5 of 5
-
02-07-2008, 11:39 PM #1
OpenCockpit SIOC Newbie
Hi all,
I've been trying to work this out, however I've hit a frustration point and wondering if anyone can take a quick look and see if anything is wrong here.
I've got a USBOutput card:
Registers as device 45
Connection is good using output test software
I'm trying to simply get a bulb to illuminate when changing the state of the pitot heat from off to on.
The file compiles OK and my SIOC.INI file has the card listed appropriately and loads this .ssi file on SIOC start.
Any help would be greatly appreciated!
------------------
// Pitot Heat Test Code //
Var 7, Link IOCARD_OUT, Output 0, device 45
Var 8, Link FSUIPC_IN, Offset $029C, Length 1
{
IF V8=1
{
V7=1
}
ELSE
{
V7=0
}
}
-------------------------
-
02-08-2008, 12:05 AM #2
which version are you using?
-
02-08-2008, 12:44 AM #3
SIOC 3.5
FSUIPC 3.75 Registered
FS2004
-
02-08-2008, 12:56 AM #4
OK, download the sioc.ini setup program and run it. You will make your card either 0,1,or 2. That is your device number, not 45. Get that fixed and all will work. I just went thru the same thing.
-
02-08-2008, 01:07 AM #5
Thanks, I'll give it a whirl!
Similar Threads
-
Opencockpit and usb output
By jespergb in forum General Builder Questions All Aircraft TypesReplies: 12Last Post: 01-20-2017, 06:04 PM -
Newbie to forum, sort of newbie to flight sim!
By jtthorpe33 in forum Welcome to MyCockpit New here? Introduce Yourself!Replies: 4Last Post: 08-27-2010, 02:44 PM -
OpenCockpit MCP Configuration
By aviatorden in forum Computer Hardware SetupReplies: 8Last Post: 01-08-2010, 01:34 PM -
Bug in Opencockpit IOCARD
By oliver_mpt in forum I/O Interfacing Hardware and SoftwareReplies: 6Last Post: 12-19-2008, 01:46 PM -
opencockpit tutorial?
By imported_767300 in forum OpenCockpits General DiscussionReplies: 4Last Post: 03-20-2008, 08:22 PM