03-05-2018 08:55 AM
Hi. I am working on a project using myRIO. I need 60 Binary Outputs for my project so I am using Two myRIO devices in the same project. I want both of these programs to start at the same moment of time and generate sine waves at a phase shift of 120 degrees. I have programmed Two Sine Wave generators in one myRIO and the third Sine Wave Generator in the second myRIO. I want all the sine waves to be synchronized. I have tried using network variables but haven't succeeded.
Please HELP.
03-05-2018 09:01 AM
You might want to use a digital line or two to act as a synchronizing clock. You will have to choose one myRIO as the master and pulse the line each time a sample is to be sent. The other myRIO reads that and outputs the next value on the rising or falling edge of that digital line.