Basic Module

gphillips

Member
Join Date
Apr 2006
Location
Newbury Park
Posts
43
I was wondering what the advantages were of using a BASIC (co-processor) module for printing istructions.

I use AD PLC's and print directly from the CPU. The printer is only required to print about once a minute or when a change in the process occurs.

Everything appears to work OK, but I am not sure if this is the best way to do it.
 
The co-processor adds a second CPU and memory, to take the burden off of the main one. If printing from ladder isn't causing speed or memory problems, then you should be okay.
In this case, it sounds like the cheapest way is the best way.
 
I use the 260 CPU and the 06 PLC for printing to serial printers. I found the instructions in both to be far easier to implement than the BASIC co-processor. As long as your scan time isn't hurting you and you haven't run out of program memory keep doing what you're doing. Now if you're talking about a 250 CPU or an 05 PLC then the ASCII instructions aren't nearly as good and the basic module can make life easier.
 

Similar Topics

I have 2 identical systems that have the AB SLC500 Basic card in them. I system stopped working and the issue was traced back to the card...
Replies
15
Views
3,045
Hi all I have a SLC 5/04 with a BAS module sending print data to a dot matrix printer. In the Basic program in this module, there are what...
Replies
4
Views
1,916
Hey all, I have a project in the works to replace an old Siemens 505 rack, unfortunately the rack contains a 386/ATM card and two BASIC modules...
Replies
5
Views
3,034
Please I need to know how to add an image into a paper label, Im using a 1746-BAS module to send the data to a printer. thanks
Replies
2
Views
1,825
Hi all, Great forum you have here !! I am not a programmer, but have some basic ability to work with PLC's. (Rudimentary use of RSLinx, RSLogix...
Replies
4
Views
2,762
Back
Top Bottom