Go to Post We considered naming our 2014 robot "Please Don't Point it at Me". I think the name fits. - KosmicKhaos [more]
Home
Go Back   Chief Delphi > Technical > Programming > C/C++
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Spotlight this post!  
Unread 23-01-2009, 14:35
FRC1672's Avatar
FRC1672 FRC1672 is offline
Team 1672
FRC #1672 (Mahwah Robo T-Birds)
 
Join Date: Jan 2009
Rookie Year: 2003
Location: Mahwah
Posts: 29
FRC1672 is on a distinguished road
Issue with DS DigitalOutput

We were testing our digital output and used the set method from DigitalOutput.ccp
Code:

/**
* Set the value of a digital output.
* Set the value of a digital output to either one (true) or zero (false).
*/
void DigitalOutput::Set(UINT32 value)
{
m_module->SetDIO(m_channel, value);
}

we used:
set(0)
and set(1)

both gave us issues while building and compiling.

Code:

/**
* Create an instance of a digital output.
* Create an instance of a digital output given a slot and channel.
*/
DigitalOutput:igitalOutput(UINT32 slot, UINT32 channel)
{
InitDigitalOutput(slot, channel);
}

I believe our issue was with creating DigitalOutput object. Which slot and channel should we enter to reference?
Reply With Quote
 


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Issue with Color Tracking Example (C/C++) and with Counters, Encoders, and Ultrasonic BradAMiller Programming 3 19-01-2009 21:24
Interrupt issue with new code EHaskins Programming 6 05-01-2008 00:27
A small issue with our Mecanums AGWSPilot Technical Discussion 15 18-03-2007 02:11
Issue with CMUCam2 Demo application Bio LabView and Data Acquisition 12 21-01-2006 16:08


All times are GMT -5. The time now is 17:58.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi