PDA

View Full Version : UPCM Programming Manual Needed



jogas
12-19-2006, 05:25 PM
I need an advanced PCL programming manual for UPCM's. I've got the basic trane UPCM manual. I'm wondering if there's another manual available that further explains the PCL functions and applications?
jogas

klrogers
12-19-2006, 05:44 PM
This is probably the same as you already have, but its all I got!

http://www.ultimatehvac.com/LinkedDocs/UPCMProgrammingGuide.pdf

Kevin

jogas
12-19-2006, 06:08 PM
Originally posted by klrogers
This is probably the same as you already have, but its all I got!

http://www.ultimatehvac.com/LinkedDocs/UPCMProgrammingGuide.pdf

Kevin


Yep. Thanks anyways.
How do you do lead/lag with the "NOW" command?
jogas

morris_roberts
07-31-2007, 07:03 PM
I need an advanced PCL programming manual for UPCM's. I've got the basic trane UPCM manual. I'm wondering if there's another manual available that further explains the PCL functions and applications?
jogas


I need a manual too!

twisted pair
07-31-2007, 08:28 PM
Ahhhhh

So many old fond memories sitting on a milk crate in a dusty dark sweltering boiler room working on Tracer 100’s, PCM’s and UPCM’s.

Enjoy….

http://www.box.net/shared/qfs31mbk2g

morris_roberts
08-01-2007, 07:40 PM
thanks for the info. if you need anything,let me know. I do industrial ac work.
I also do building controls.

bobby m
08-01-2007, 09:45 PM
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&rd=1&item=120146507635&ssPageName=STRK:MEWA:IT&ih=002

jcrank
08-02-2007, 01:15 AM
I don't have a link to a UPCM book but here is the PCL that we use for a Lead Lag program using NOW.



SCREEN PRINT: 02-AUG-07
+----------------------------+ Page 1 of 2
| PCL ROUTINE EDITING |
| SELECTED UPCM: SPA-CONV |
+----------------------------+
ROUTINE NAME: HWP 1,2 CNT ROUTINE NUMBER: 9
FREQUENCY: 0: 1: 0
STATEMENT
STATUS RESULT 1ST ARGUMENT OPERATOR 2ND ARGUMENT
--------- ------------ ------------ ---------- ------------
1 >ON < >*L0 < = > < >NOW < >TUE <
2 >ON < >*L1 < = > < >NOW < >09:00 <
3 >ON < >*IFT < = >*L0 < >AND < >*L1 <
4 >ON < >HWP1LEAD < = > < >NOT < >HWP1LEAD <
5 >ON < >*END < = > < > < > <
6 >ON < >*L0 < = > < >NOT < >HWP1LEAD <
7 >ON < >*L1 < = >HWP1LEAD < >OR < >HWP2FAIL <
8 >ON < >*L2 < = >*L0 < >OR < >HWP1FAIL <
9 >ON < >*IFT < = >HWP ENAB < >AND < >*L1 <
10 >ON < >HWP1 SS < = > < >CONTROL < >ON <
11 >ON < >*ELSE < = > < > < > <
12 >ON < >HWP1 SS < = > < >CONTROL < >OFF <
13 >ON < >*IFT < = >HWP ENAB < >AND < >*L2 <
14 >ON < >HWP2 SS < = > < >CONTROL < >ON <
15 >ON < >*ELSE < = > < > < > <
16 >ON < >HWP2 SS < = > < >CONTROL < >OFF <
17 >ON < >*END < = > < > < > <
18 >ON < > < = > < > < > <
19 >ON < > < = > < > < > <
20 >ON < > < = > < > < > <

A - Routine Syntax Displays
B - Routine Comments Display

Binary Variables
----------------------
HWP1LEAD
HWP1FAIL
HWP2FAIL

Binary Outputs
----------------------
HWP1 SS
HWP2 SS

Binary Parameters
----------------------
HWP ENAB



Hope this helps.
If you have any questions I'll try to help you the best I can.