07-06-2015 06:25 AM
Last fall I used OOP LV 2014 RT and kept getting the project corrupted. I resorted to having seperate projects for the PC code and the RT code. RT code was changed to not use OOP but the PC code used OOP and worked well. I wasn't doing anything fancy with OOP, really just using classes as super clusters to contain various references such as queue refs for other loops.
Anyone else have problems with OOP on RT? I didn't trace the problem down to specifically OOP on RT...could have been from using one project for PC and RT code, each using OOP. BTW, there was no code shared between the PC and RT...no shared variables either since I don't trust them...I use pure TCP client/server to share data between RT and PC.
I did contact NI who said there is a problem with OOP on RT, but I don't remeber exactly what they said...I was stressed to get the project done and moved on with what worked. Now, I'm on a different project with seperate code that works great (PC hsa OOP, RT is using a super cluster), but I am curious if others have found OOP problems with RT or using one project for PC and RT code.
Thanks,
Todd
07-06-2015 06:28 AM
Correction: the FPGA code became corrupt (I just looked at my readme.txt file)...sorry about that.
Todd