This page is updated continuosly, bookmark & check back often
Question: I want to use vc++ or visual basic 6 to design a program for data acquisition card?
(Posted by: hopeless on 2007-07-02 04:22:24)
To design a feedback for a system , i need the card to read 2 inputs from two analog input ports , search table and send the output to the output port
Answers:
Posted by: rafaelbortoletto on 2007-07-03, 21:05:26
Just model your program using UML ( en.wikipedia.org/ wiki/ Unified_Modeling_Language ) and then select one of the languages and IDEs ( VB and VC+ + are different languages ). Then develop your system as your wish. Try to model it well so you won't have many problems when finally creating the code for ir. Otherwise it can be really hard to do it.
Posted by: Jan T on 2007-07-10, 03:42:52
It'll b easier to do VB but it'll b more flexible if you use C+ + peek and pole in VB is not very reliable IMHO...