slc 500/03 sending data to pc

carbide

Member
Join Date
Aug 2004
Posts
1
We have a SLC 500/03 that controls our batches. We also have RsLogix 500 (allows online programming version). We need to capture the weight of each of five batch ingredients and then send it out to a comma delimited pc file preferably with a date and time stamp. Is there a third party less expensive program available than RSView. This is a very simple operation and RSView seems like an overkill (especially after purchasing the original RsLogix program.)
Thanks
Chuck Knapp
[email protected]

Over 11 views - no advice. Did I ask something the wrong way - or am I asking something stupid or showing that I'm too much of a novice??
 
Last edited:
Chuck,

At the very least, you will probably need to upgrade your version of RSLinx to the OEM or Pro version. This will give you the ability to create topics and gather data from your PLC. Then you can use a program like Visual Basic to create a link to RSLinx, which is connected to your PLC. This is probably the cheapest route and will require the most effort, or you can spend some money and buy one of the SCADA packages out there and be up and running with a few mouse clicks.

Do a search of this site on using VB to get data from a PLC. I'm pretty sure you will find some help there.

Good Luck,
Jeff
 
Microsoft Excel and VBA and RSLinx single node.

grs
 
Last edited:
If you're looking to reduce costs then the 1st thing to do would be to get an OPC server for the SLC that costs less than RSLinx (I think that finding one MORE expensive than RSLinx is going to be difficult).

Another route is to buy an ActiveX DF1 object. Check out www.automatedsolutions.com

I've mentioned this before and it depends on your RSLogix license. You've got 2 really cheap routes:

1) Use RSLogix VBA to write the data to the CSV file.
2) If you can keep RSLogix running you can latch on to the application object and use VB to pull data out of RSLogix using the get tag command. Your VB app would then write the data to the CSV file.

Good Luck,

(8{)} ( .)

(Yosi)
 

Similar Topics

I have a program that I've used 100 times. SQO settings: File N7:0, Mask 0FFFFh, Dest B3:1, Control R6:0, Length 8, Pos 2. Length & Position...
Replies
48
Views
957
Everyone, i am in the process of purchasing the Slc 500 version of software to support what we have and i have a question. Several of our...
Replies
9
Views
766
In a slc 500 plc I am trying to move data with out using a lot of moves. I want to move data from n7:1 to n7:2 and data that was in n7:2 to n7:3...
Replies
16
Views
1,355
Customer has a circa 2004 SLC-500 PLC. Fieldbus is a 1747-SDN DeviceNet scanner. Customer has SLC-500 file (.rss) with no comments. Has no *.dnt...
Replies
7
Views
553
After I tried wiring, I used computer program communication to read the PLC N value, but received a NAK signal. And the DL3500 CHA light keeps...
Replies
0
Views
424
Back
Top Bottom