Hi,
I am currently involved in an "Blood Pressure Monitor" project. I have tried a simple code to control the pressure of a pressure sensor using a pump. I have also created an interface on LabVIEW, but unfortunately, the analog signal does not seem to transfer correctly to the interface. Below are the code and LabVIEW program I have used.
Changes made in the block diagram should be reflected in the front panel, and vice versa (as far as I can remember).
You might need to refresh one or other of the windows for the effect to take place.
I can tell you, it's just the label on the block diagram that's incorrect, your front panel value is 9600.
the analog signal does not seem to transfer correctly to the interface
You didn't give concise information about the nature of the error.
Is it just scaling incorrect? If so, one error is obvious: P=(P1)*7;5;
Was that intended to be P=(P1)*7.5;
And this indicates you might gave to parse the messages:
Or given this apparent analog dropdown box in the Labview screen, is that interface looking for different server software to be running on the Arduino? Something that would be capable of delivering pin 0...5?