AB Basic Module

wa5yom

Member
Join Date
Sep 2003
Location
Ardmore, Oklahoma
Posts
138
I have a AB Basic Module (proven application) in conjunction with a SLC 504.
Upon start up, the process runs once and the basic module drops into "command" mode.

Any ideas?

Thanks,
Tim
 
Have you set the jumpers on the Basic module to automatically run the program at start-up?

Is it the basic program that runs once? If so, does your basic program have an end? You may need to create a loop (goto) in the basic program.

Is there anything plugged into the COMM ports on the Basic module? There is a break character (^C, I think) that is supposed to stop the program. It's never worked for me, but you might just be lucky.

AK
 
The jumpers are configured (on this module) just like my other modules in the same applicatio, the same with the basic program(it is the same).
The ACT light is Solid Green upon start up, after it runs once, the green light starts blinking (command mode).
Upon power reset, the light is solid green again.
Tim
 
Last edited:
What do you mean "run once".
Run one scan or one machine cycle?
The ctrl c command can be disabled by the basic program.
I believe there is also a way to control the basic card through the data table of the 5/04 but thats been awhile since I played with doing that. If you can post the basic program someone can help you out to verify that its ok.

Have you tried to swap the module out with the other machines also the processor and whatever device is communicating with the basic card. Try them each one at a time that will help verify where the problem lays. When the problem moves theres the issue.

Drewcrew6
 
i think your last command should be

GOTO 10

or whatever line you want to continue from. This will create a loop. Do you have that instead of an end?
 

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,030
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,910
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,024
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,820
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,726
Back
Top Bottom