02-04-2008 08:19 AM
02-05-2008 10:33 AM
Hi Tim,
To help get you started, I would recommend taking a look at some of the examples we have available. The Digital Output vi located in the example finder is compatible with our FieldPoint Relay modules. This will simply let you control the relays by flipping a switch on the front panel. This will obviously need to be modified for your particular application, but should help you get started in controlling the valves and establishing proper communication.
In order to get time information, the best approach would be to work with the timestamp associated with the FP Write command. This provides the time that the relay actually switches.
I hope this helps. Regards,
Lauren
02-06-2008 08:23 AM
02-07-2008 11:57 AM
Hi Tim,
A digital output simply outputs either a high or a low value. This is why it is ideal for working with relays, since you either want it to be open or closed. You can fulfill the same purpose with an analog signal, although you would need to set the specific output values necessary to switch the relay position.
I have simply given you a basis for controlling the relays. Once you establish communication successfully, you will need to use LabVIEW to make a program that is specific for your situation. A case structure could work well if the actions are specific to various ranges of the wind measurement output.
Regards,
Lauren