RSVIEW 32 How do i clear a trend?

AndrewB

Member
Join Date
Aug 2003
Posts
165
can anyone tell me how to clear the standard trend in RSview32?

Im struggling to find a command for it...
 
Depends. If the Trend is a Native Trend object, you can just close the graphic screen that the trend is on....unless, the graphic screen is set up to cache into memory or was opened by a command like the following.... Display (your screen name here) /Z
or Display (your screen name here) /ZA

/Z instructs the screen to be cached,
/ZA caches the screen AND up dates the trend even if the screen is not in the foreground.

The command... flushcache (your screen name here)

will clear the trend so that the next time it is brought up with the Display command, it will start from scratch plotting the pen values.


Craig
 
okey dokey

ok I've got it sussed now.

What im doing is opening all my pages with trends as overlays with a startup script and not caching the pages.

When my trend is finished on a particular page im printing the trend , closing the graphic and reopening it which clears it out...

bit of a round about way, but it saves me using activex

Thanks for the reply!
 
It's probably actually easier using TrendX! I'm not at a machine with RSView32 on it right now so this is from memory but "all you need to do" is configure a button/use touch animation on the screen to execute something like:

invoke me.trendx1.clearchart()

(you substitute the name of your actual TrendX object, obtained by right-clicking in edit mode, for "trendx1").
 
ok i gave up trying to use the rsview trend object and now im using TrendX.

That command works perfectly.
 
Native trending is probably the best for quick results (almost everybody just copies the example from the library files) but you can go further with TrendX once you get over that initial ActiveX "hump". If you're using ADS then it's a no-contest, native trending's almost unusable on multiple clients.

Glad the command worked, my memory's not usually that good.
 

Similar Topics

Hello fellow wirenuts, I am looking to find the P.B. touch indicator option on version 13.00 and failing. It has been a year or so since I last...
Replies
9
Views
332
Hello, I have converted RSView 32 to FTView SE 14 (I have tested FTView 12 before as well and there were some difficulties so I moved on to...
Replies
4
Views
278
Okay, something I have not seen before.. RSView SE. I am working on an existing project. There is a value the customer wants trended and it is...
Replies
4
Views
828
I have a request to integrate a pause button in RSlogix to be able to start/stop a video. Video format is not defined at the moment, so it could...
Replies
2
Views
807
Hello everyone, I am having a problem with conversion from RSView32 to FT View SE Local project on version 12.00 (CPR 9 SR 12). Firstly, I have...
Replies
6
Views
1,431
Back
Top Bottom