Jsr

Sheethal

Member
Join Date
Jan 2004
Posts
8
Hi,

I have a Teslameter which communicates to a Control Logix processor via a Flex I/O using ASCII.

In the main routine the values of the commands to be sent to the device are calculated.An ASCII character/s has to be appended to the values(in the main routine ) in order for the device to respond.The character addition is done in a sub routine which updates the device.
My main routine is in Function Block and ASCII conversion/insertion can only be handled in Ladder Logic.

So everytime I have to send an instruction, I have to send the value, and the ASCII character(which are predetermined) to be appended to the subroutine.So whenever the control encounters a JSR it jumps to the subroutine...whether or not it is required.

My question
Is there a way to control JSR instruction(am working in FBD)?

Sheethal
 

Similar Topics

Jsr
We have a motor control JSR with Input and Output parameters, There are 36 motors that are controlled by the same JSR. What or how can I view...
Replies
8
Views
528
I intend to pass a BOOL array to an ST routine (for loop) to count the true bits. (should never have used a Bool array, lesson learned) The ST...
Replies
10
Views
855
Currently, I have a 1769-L36ERM that is being using to control a machine with 15 servos. Due to the nature of the process, the code is very...
Replies
9
Views
1,553
I have this program: ZIP (.rss inside no documentation). PDF (Italian documentation). Allen Bradley SLC5/03 PLC. I want to know how is the...
Replies
8
Views
2,059
Is there a difference of behavior between the PLC5 and the Logix series when it comes to JSR behavior? Assuming I do nothing to this bit...
Replies
19
Views
2,847
Back
Top Bottom