RSView Studio logic questions

russrmartin

Member
Join Date
Aug 2002
Location
Eastman, Wisconsin
Posts
744
Hey guys, I have a PV+700 connected dH+ to a PLC5. This is also connected to our company network via ethernet. I have been requested to track machine runtime and # of cycles and have this broken down into 1 hour segments. I did this with a couple of counters in the PLC which is reset at the top of every hour. The data is then moved into two registers where a PV tag is assigned to them. My thinking was that we could poll the PV+ and time stamp the data once an hour and store it to a database. Done this way, all the actual computations and counting would be done in the PLC. This is my preference, but I have an engineer who wants to do all this in the PV+. I have never done this, and I am not even sure how or if I can write a VB script in RSView studio to do this, and what is the general consensus on where these calculations are done most of the time? Any input is appreciated.

Russ
 
Russ:

I would vote for performing the calculations in the PLC for a couple of reasons:

1. RSView ME does not support VBA on the PanelView Plus. You would need RSView32 or RSView SE for this functionality.

2. Even if you did find a way to create a script to perform the calculations, I don't know if the PV+ (as a closed Windows CE system) would have the computing horsepower needed for the calucations.

Just my .02...

Rick
 
I have another question, or problem I guess. If I do the counting in the PLC, how can I get it to a database with a timestamp on it. These will be written every hour, so each datapoint will represent an hour of runtime and it needs to be stamped as to what hour of what day the data refers to. With the limitations of the PV+, I am unsure how I can get a timestamp on the datapoints. Thanks.

Russ
 
When you send the data, can you also send the time and date information from the PV+? There are system tags that contain this information.

As another option, you could use the remote time and date global connection on the PV+ to make sure that information is synchronized with your PLC.

Rick
 

Similar Topics

Hello to all the knowledgeable people inside the computer screen, my problem at the moment is like the title says, l can't open projects in...
Replies
1
Views
1,325
Hi Working with some project guys who have replaced a controllogix processor previously using RSLogix 5000 V11 for a controllogix 5588E using...
Replies
10
Views
4,007
We have an older laptop here at work that has RSView Studio on it that isn't used for anything. They only use Red Lion HMI's now. I was thinking...
Replies
2
Views
1,514
I have an RSView SE 3.0 distributed application running on a Client/Server. Can I use FTView 7.0 to develop some new screens and or modify...
Replies
1
Views
3,906
Hello I am trying to get certain screen components to be visible unless an h/o/a switch is turned to manual I:0/8 being the input for the...
Replies
1
Views
1,343
Back
Top Bottom