Here's the set up:
A thermocouple makes a reading which is compared to a set temperature. If the condition is true, a signal turns a relay "on" and if the condition is false it turns the relay "off." When the relay is "on" a signal turns on a Boolean green bottom. Now, What I am trying to do is to connect the relay to a output signal which is going to send 5 volts out of Labview to my voltmeter when the condition is true and 0 volts when is false. At this point I'm getting a error message and I don’t know how to fix it. The message is :
Generation cannot be started because the selected buffer size is too small.
Increase the buffer size.
Selected Buffer Size: 1
Minimum Required Buffer Size: 2
Can you guide me to get error fixed??