08-08-2013 03:00 AM
I have experienced some odd behaviour of local variables on fpga code. I have got round the problem but looking to understand what was happening. I am using a 7813r to generate/monitor pwm and tacho signals (also a bit of digital monitoring) I am using a read/write node to pass data to and from the fpga. I have locals attached to each process. (in hind site proberly not the best way) The read/write node passes data to and from the controls/indicators attached to each local. The code runs fine. For one loop then it appears the locals dont update. I have removed the locals and restructured accordingly and its working fine. COuld someone let me know why the local variables were not updating as expected
Thanks
08-08-2013 03:59 PM
If you post your code it will be much easier to try to explain the behavior you describe. Without code it's hard to understand exactly how your system is structured.