LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

c++ code to labview vi

Hi, 

 Can u pls convert this c++ code to vi labview ??

 

 

int main(int argc, _TCHAR* argv[])
{
unsigned long loopCounter = 0;
unsigned char flash = 0;
char numModul = 0;

if (!Init()) 
{
std::cout << "Error \n";
return 1;
}


std::cout << "(c) 2014  \n";

}




0 Kudos
Message 1 of 2
(2,913 Views)

Hi prp,

 

why can't you do this on your own? (After 6 weeks in the forum you should have learned enough about LabVIEW for this task!)

Why should we do your work?

 

Your code consists of an IF-THEN-ELSE statement and some text display. Shouldn't be that hard, even for a beginner…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(2,894 Views)