i need to use labview to create a dice vi.This dice vi needs to test an interfacing hardware downloaded with a dice program(written in vhdl).
i really need help in writing the vi and using the daq card to interface with the hardware.I'm using a pci-6503 with cb-50lp, and labview 6i.
Here are the specifications for the vi:
1.Needs 7 dig_read_to_lines to show the leds(display 7-seg to show the numbers of dice after each 'throw');
2.needs 2 dig_write_to_lines to tell the hardware to when to start and when to reset.When start is first pressed, the 7-seg will display a continuous running random number, and when the start is pressed the 2nd time, the 7-seg will stop to display a random number.T
he reset when pressed will make the 7-segment back to 0.
3.both the read and write can also using read_to_port or Write_to_port(i'm not very sure how).
The problem is to combine both read and write togather so that the vi can continuously read the hardware and display random running numbers and at the same time able to start,stop and reset as desired.I've tried doing it,but unsuccessful,becos either the numbers don't run continuous or the numbers don't start,stop andt reset as desired.
Pls help and if anyone can show me a model dice vi,it'll definitely help alot.Its quite important.