08-24-2018 06:46 AM
I have 3 input and one output.1 setting ,2 is control ,3 is read and output is new control value. Read is measure by visa port controlling by control.
i have also 1 Auto/manual button and one is stop button.
Now condition is as below:
1. button on manual position.
control i/o same.
2.button on auto position.
if my setting and read value same, control i/o is same
if setting and read value different then 2 possibility: 1 is setting grater than read or setting less than read.
find error=(setting-read)/50.
add this (+or-)error to control value.
by this means control is auto controlled.
value limit of control is 0 to 100.
after this when auto button is turned to manual control indicate new value.
if i press stop then control indicate 0 initial value and auto/manual button show initial value manual.
Another things is that my read value is failed to reach above 500 until control reach 100 then stop button trigger automatically and control and A/M button reset to their initial value.
This project is like control read value as per desire setting value by means of controlling control value.
08-24-2018 07:06 AM
08-24-2018 07:47 AM
As above mention my all condition not satisfy in that vi.and i dont know how to create loop structure.
i mention all my vi condition. Please solve it.
Thank you for reply.
08-24-2018 09:46 AM
I don't think you're going to get a lot of assistance with this approach. Can you try asking specific questions about specific problems you're having with your code? Also, can you save it for an earlier version of LabVIEW for those who don't have 2018?
08-24-2018 12:00 PM
Looks like a homework assignment that's been poorly translated into English.
I'm not even going to try to decipher it.
08-24-2018 01:22 PM
Sorry for my dangerous english. Please dont take it in mind.
And second thing is that this is not any kind of home work. This is my project work.
I think that i didn't explain well that what actually i want.
By practicing more on that i finally got some solution.
Thanks all if u for replies.
By practicing more on that i finally got some solution.