I use LabVIEW 7.1 and NI FieldPoint devices (FP-1000) for educational
purposes. I want to control a automation unit which has got 6 digital
input(DI) and 5 digital output(DO). I used the sequence structure, but
actually I am not sure the solution whether true or not.
Working principle of my system:
If "Channel 1" DI is ON, DO Channel 10 must be "ON"(turn table motor Start)
If Channel 2 DI is ON, DO Channel 10 must be "OFF"(turn table motor Stop) and DO Channel 11 must be "ON" (drill motor Start) and after a delay time DO Channel 12 will ON (drill motor down)
If Channel 3 DI is ON, DO Channel 12 will OFF, a bit of delay time DO Channel 13 ON ( drill motor up)
If Channel 4 DI is ON, DO Channel 13 and Channel 11 will be OFF (drill motor stop) and then DO Channel 10 must be activated.(turn table again Start)
If Channel 2 is ON again DO Channel 10 will OFF and check cyclindir control Channel 14 will ON, after a delay Channel 14 will OFF
If Channel 5 DI is ON, DO Channel 10 will ON again while DI Channel 2 is ON.
How can I project the system with LabVIEW 7.1?
Thanks,