#include #include #include # include "labjackUD.h" int main() // Section 1 - Set up variables for the program. LJ_E lj_queue; LJ_H lj_handle; double dblvalueAINO = 0, dblValueDAC = 0, dblValueFIO = 0; // Section 2 - Open the first found LabJack U3 via USB and reset the ports to factory condition. lj_cue = Openlabjack(LJ_dtU3, LJ_ctUSB, 1, 1, lj_handle); lj_cue = eGet (lj_handle, LJ_ioPin_Configuration_Reset, 0, 0, 0); // Section 3 - ADD-GO: Set the analog output low. lj_cue = ADD (lj_handle, LJ_PUTAIN, channel, 0, 0, 0); lj_cue = GO () ; // Section 4 - ADD-GO: Set the digital output high. lj_cue = ADD (lj_handle, LJ_PUT_DIGITAL_BIT, channel, 1, 0, 0); lj_cue = GO ( ) ; // Section 5 - ADD-GO-GET: Read the analog input (leave pushbutton open), sleep 1.5 seconds. lj_cue = ADD (lj_handle, LJ_GETAIN, channel, 0, 0, o); lj_cue = GO (); lj_cue sleep (1s); GET (lj_handle, LJ_GETAIN, channel, dblValueAIN); // Section 6 - Pause for user input, then close and exit the program. system ("pause"); Close (); return 0; }

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter7: File Handling And Applications
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

fix all the errors using c

#include <io.h>
#include<std.h>
#include<mac.h>
# include "labjackUD.h"
int main ()
{
// Section 1 - Set up variables for the program.
LJ_E lj_queue;
LJ_H lj_handle;
double dblvalueAIN0 = 0, dblValueDAC = 0, dblValueFIO = 0;
// Section 2 - Open the first found LabJack U3 via USB and reset the ports to factory condition.
lj_cue = Openlabjack (LJ_dtU3, LJ_CTUSB, 1, 1, lj_handle);
lj_cue = eGet (lj_handle, LJ_ioPin_Configuration_Reset, 0, 0, 0);
// Section 3 - ADD-GO: Set the analog output low.
lj_cue = ADD (lj_handle, LJ_PUTAIN, channel, 0, 0, 0);
lj_cue = GO () ;
// Section 4 - ADD-GO: Set the digital output high.
lj_cue = ADD (lj_handle, LJ_PUT_DIGITAL_BIT, channel, 1, 0, 0);
lj cue = GO () ;
// Section 5 - ADD-GO-GET: Read the analog input (leave pushbutton open), sleep 1.5 seconds.
lj_cue = ADD (lj_handle, LJ_GETAIN, channel, 0, 0, 0);
lj_cue = GO () ;
lj_cue = GET (lj_handle, LJ_GETAIN, channel, dblValueAIN);
sleep (1s);
// Section 6 - Pause for user input, then close and exit the program.
system ("pause");
Close () ;
return 0;
}
Transcribed Image Text:#include <io.h> #include<std.h> #include<mac.h> # include "labjackUD.h" int main () { // Section 1 - Set up variables for the program. LJ_E lj_queue; LJ_H lj_handle; double dblvalueAIN0 = 0, dblValueDAC = 0, dblValueFIO = 0; // Section 2 - Open the first found LabJack U3 via USB and reset the ports to factory condition. lj_cue = Openlabjack (LJ_dtU3, LJ_CTUSB, 1, 1, lj_handle); lj_cue = eGet (lj_handle, LJ_ioPin_Configuration_Reset, 0, 0, 0); // Section 3 - ADD-GO: Set the analog output low. lj_cue = ADD (lj_handle, LJ_PUTAIN, channel, 0, 0, 0); lj_cue = GO () ; // Section 4 - ADD-GO: Set the digital output high. lj_cue = ADD (lj_handle, LJ_PUT_DIGITAL_BIT, channel, 1, 0, 0); lj cue = GO () ; // Section 5 - ADD-GO-GET: Read the analog input (leave pushbutton open), sleep 1.5 seconds. lj_cue = ADD (lj_handle, LJ_GETAIN, channel, 0, 0, 0); lj_cue = GO () ; lj_cue = GET (lj_handle, LJ_GETAIN, channel, dblValueAIN); sleep (1s); // Section 6 - Pause for user input, then close and exit the program. system ("pause"); Close () ; return 0; }
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Binary numbers
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage