Click here to Skip to main content
15,909,242 members
Home / Discussions / C#
   

C#

 
QuestionHow to use map in Asp .net and C# Pin
Midhun Aravind20-Apr-07 0:10
Midhun Aravind20-Apr-07 0:10 
AnswerRe: How to use map in Asp .net and C# Pin
Christian Graus20-Apr-07 0:19
protectorChristian Graus20-Apr-07 0:19 
QuestionProcessor ID in C# vs C++ Pin
Stevo Z19-Apr-07 23:42
Stevo Z19-Apr-07 23:42 
AnswerRe: Processor ID in C# vs C++ Pin
Luc Pattyn20-Apr-07 3:21
sitebuilderLuc Pattyn20-Apr-07 3:21 
AnswerRe: Processor ID in C# vs C++ Pin
Dave Kreskowiak20-Apr-07 4:42
mveDave Kreskowiak20-Apr-07 4:42 
GeneralRe: Processor ID in C# vs C++ Pin
Stevo Z20-Apr-07 4:50
Stevo Z20-Apr-07 4:50 
GeneralRe: Processor ID in C# vs C++ Pin
Dave Kreskowiak20-Apr-07 5:01
mveDave Kreskowiak20-Apr-07 5:01 
GeneralRe: Processor ID in C# vs C++ Pin
Luc Pattyn20-Apr-07 12:03
sitebuilderLuc Pattyn20-Apr-07 12:03 
GeneralRe: Processor ID in C# vs C++ Pin
Dave Kreskowiak20-Apr-07 13:18
mveDave Kreskowiak20-Apr-07 13:18 
QuestionTable of content in c# [modified] Pin
sulabh202019-Apr-07 23:36
sulabh202019-Apr-07 23:36 
QuestionDataBinding of enum property from COM library Pin
El'Cachubrey19-Apr-07 23:27
El'Cachubrey19-Apr-07 23:27 
QuestionRobotics in C# HeLP with programming Pin
faysie19-Apr-07 22:47
faysie19-Apr-07 22:47 
AnswerRe: Robotics in C# HeLP with programming Pin
Christian Graus19-Apr-07 23:02
protectorChristian Graus19-Apr-07 23:02 
GeneralRe: Robotics in C# HeLP with programming Pin
faysie19-Apr-07 23:10
faysie19-Apr-07 23:10 
GeneralRe: Robotics in C# HeLP with programming Pin
Christian Graus19-Apr-07 23:30
protectorChristian Graus19-Apr-07 23:30 
GeneralRe: Robotics in C# HeLP with programming Pin
faysie19-Apr-07 23:43
faysie19-Apr-07 23:43 
GeneralRe: Robotics in C# HeLP with programming Pin
Christian Graus19-Apr-07 23:50
protectorChristian Graus19-Apr-07 23:50 
GeneralRe: Robotics in C# HeLP with programming Pin
faysie19-Apr-07 23:54
faysie19-Apr-07 23:54 
GeneralRe: Robotics in C# HeLP with programming Pin
Christian Graus20-Apr-07 1:44
protectorChristian Graus20-Apr-07 1:44 
GeneralRe: Robotics in C# HeLP with programming Pin
faysie20-Apr-07 4:35
faysie20-Apr-07 4:35 
AnswerRe: Robotics in C# HeLP with programming Pin
Russell Jones20-Apr-07 2:40
Russell Jones20-Apr-07 2:40 
i did some work using an OOPIC controller which connected to my PC via rs232.

Essentially the code was built in 2 parts. there was a stack of code written in OOPIC language and deployed on the controller board. This took care of things like making sure the servos didn't turn too far and the rates at which they moved when commanded. It also had a list of actions that it should carry out and some messages it could send back to the PC.

A winforms app sat on the desktop and sent messages down the wire to the controller.

The user might select straight on from a list of options in a combobox and select 50% on a slider to determine the speed.

The app then sent a message of 1 128 down the serial cable.

The program on the controller knew that 1 meant left and right motors equal and used the next number to be the speed in this case 128/255 of full power.

I guess that's a pattern of a sort. Keep the hardware logic on the controller at the hardware end and the more abstract concepts(go forward, turn slowly, spin on spot) on the computer.

I think serial things have improved in 2k5, i remember 2003 was a bit of a pain for serial coms.

Russell
GeneralRe: Robotics in C# HeLP with programming Pin
faysie23-Apr-07 4:49
faysie23-Apr-07 4:49 
GeneralRe: Robotics in C# HeLP with programming Pin
Russell Jones23-Apr-07 4:57
Russell Jones23-Apr-07 4:57 
QuestionMyNamespace in C# Pin
manustone19-Apr-07 22:38
manustone19-Apr-07 22:38 
AnswerRe: MyNamespace in C# Pin
Christian Graus19-Apr-07 22:59
protectorChristian Graus19-Apr-07 22:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.