Numa-Logic PC1100 / Westinghouse

Tor Solheim

Member
Join Date
Feb 2003
Posts
1
I'm converting an old Westinghouse Numa-Logic PC1100 ladder listing to a TSX37. My problem is that I don't have any user manual for the PC1100, so if somebody could help I would be very happy!

Problems:
Analog input: I have a 0-5VDC input, and it's used with a move byte instruction. +-------------+MB0095
|SOURCE |-----
|IR0001 |
| |
|DESTINATION |
|HR0029 |
| |
|XFER CODE |
|HR0030 |
+-------------+
The value of HR0030 is 0001. I would think that this block copies the value of analog input to register HR0029, but what is the XFER CODE?
And what is the range for the value of IR0001? (It's used later for comparing, and I will need to now what the values correspond to.)

I also have some compare-blocks:
+-------------+ GE0096 +-------------+ EQ0108
------|OPERAND1 |----- ------|OPERAND1 |-----
|HR0029 | |HR0029 |
| | | |
|OPERAND2 | |OPERAND2 |
|HR0031 | |HR0042 |
+-------------+ +-------------+
Is the GE-block the same as OP1 >= OP2?
Is the EQ-block the same as OP1 = OP2?

Counter-block:

CR0081 +-------------+UC0098
-] [----------|PRESET |-----
|HR0033 |
| |
CR0099 |ACTUAL |
-]\[----------|HR0034 |
+-------------+
HR0033 is 00002. Is it correct that this is an UP-counter with at preset of 2, and with CR0099 as a RESET?

There is also a MCR(Master Control Relay):
MR0073
IN0044 0075
-] [-------------( )-

Does this take control over RUNG#73 to RUNG#75, or from the actual RUNG and to the end of the program?(I can't find any MCR-reset command.) Is the MCR blocking when it's 0 or 1?

And the last problem:
There is a function that is called BSH-1113A Monitor relay with a large network ending up in this:

CR0252 CR0252 CR0252
--...........--] [----]\[------( )--

Does this make sense to someone?

Thank you very much in advance!
 
I can't help you much, but I'll clean up your post so, hopefully, others can!... :cool:


I'm converting an old Westinghouse Numa-Logic PC1100 ladder listing to a TSX37. My problem is that I don't have any user manual for the PC1100, so if somebody could help I would be very happy!

Problems:
Analog input: I have a 0-5VDC input, and it's used with a move byte instruction.

+-------------+MB0095
|SOURCE |-----
|IR0001 |
| |
|DESTINATION |
|HR0029 |
| |
|XFER CODE |
|HR0030 |
+-------------+


The value of HR0030 is 0001. I would think that this block copies the value of analog input to register HR0029, but what is the XFER CODE?
And what is the range for the value of IR0001? (It's used later for comparing, and I will need to now what the values correspond to.)

I also have some compare-blocks:

+-------------+ GE0096 +-------------+ EQ0108
------|OPERAND1 |----- ------|OPERAND1 |-----
|HR0029 | |HR0029 |
| | | |
|OPERAND2 | |OPERAND2 |
|HR0031 | |HR0042 |
+-------------+ +-------------+


Is the GE-block the same as OP1 >= OP2?
Is the EQ-block the same as OP1 = OP2?

Counter-block:

CR0081 +-------------+UC0098
-] [----------|PRESET |-----
|HR0033 |
| |
CR0099 |ACTUAL |
-]\[----------|HR0034 |
+-------------+


HR0033 is 00002. Is it correct that this is an UP-counter with at preset of 2, and with CR0099 as a RESET?

There is also a MCR(Master Control Relay):

MR0073
IN0044 0075
-] [-------------( )-



Does this take control over RUNG#73 to RUNG#75, or from the actual RUNG and to the end of the program?(I can't find any MCR-reset command.) Is the MCR blocking when it's 0 or 1?

And the last problem:
There is a function that is called BSH-1113A Monitor relay with a large network ending up in this:

CR0252 CR0252 CR0252
--...........--] [----]\[------( )--



Does this make sense to someone?

Thank you very much in advance!
 

Similar Topics

I have problem whit communication on this device . When I check pc status in softwere i get error type "communication error". My cable for RS232...
Replies
3
Views
2,468
Hi I am brand new to this site but have programmed PLC's since the early 80's. I just acquired an older dial machine that has a Westinghouse PLC...
Replies
3
Views
2,122
Can anyone tell me what Westinghouse PLC family uses the NL-302 input card? Mike
Replies
1
Views
1,676
Does anyone have information about Westinghouse Numa Logic syntax. I have a hand written document which contains DS40, T12(timers?) Outputs like...
Replies
0
Views
3,797
I have only a print-out from a Numa Logic PLC to convert to AB RS Logix code. Can anyone help me understanding some of the more complex...
Replies
8
Views
6,835
Back
Top Bottom