Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

RTMC problem or only annoying


MortenS Oct 17, 2011 08:08 AM

When developing in RTMC I noticed this annoing feature.

My simple test program:

Public Data=90
Public Dummy

BeginProg
Data = 90
Scan (1,Sec,1,0)
NextScan
EndProg


Problem description in RTMC:

Add a "digital" indicator pointing to "Dummy" and a "basic status bar" pointing to the worksheet. Download the program ti a CR1000.
Everything works fine....
But try to remove the "Public Dummy" and downlod it again.
Now, the statusbar is jumping to Zero every 15 seconds.

I could just remove the objects with dead links. But I got a rather big setup where I'm testing sub routines seperately using the same RTMC setup build for the complete program. And when debugging code that updates the status bar then it become a problem for me since I will waste lots of time deleting sometimes unused indicators.


RTMC Pro Development v3.2.0.94.

Dot net versions:
<32Bit>
2.0.50727.5448 ->C:\Windows\Microsoft.NET\Framework\v2.0.50727
4.0.30319.239 ->C:\Windows\Microsoft.NET\Framework\v4.0.30319

< Installed .NET Frameworks >
.NET FW 2.0 SP 2
.NET FW 3.0 SP 2
.NET FW 3.5 SP 1
.NET FW 4.0 Client
.NET FW 4.0 Full

Log in or register to post/reply in the forum.