News:

  • April 16, 2026, 12:10:13 PM

Login with username, password and session length

Author Topic: upgrading from 440 to 450  (Read 6344 times)

Harvey

  • Newbie
  • *
  • Posts: 7
upgrading from 440 to 450
« on: October 12, 2010, 08:44:35 AM »
New to direct soft.  I am upgrading from 440 to a 450.  The problem I am having is with the 450 the temp on a thermocouple card f4-08thm-j card is modulating.  go from 78 degs then to 115 then to 312 back to 78. (using two cards)same problem with both. Not sure how to fix this.  As far as I can see the registers are right.this is the code from the 450.  thank you for your time.
Code: [Select]
READS IN ALL THERMOCOUPLE VALUES IN EVERY LOOP: T.C. MODULE #1"
#END
STR SP1
FOR K8
LDIF X60 K12
BCD
LDIF X74 K4
OUTX V10000

// Rung 10
// Address 168
NEXT

// Rung 11
// Address 169
#BEGIN COMMENT
"READS IN ALL THERMOCOUPLE VALUES IN EVERY LOOP: T.C. MODULE #2"
#END
STR SP1
FOR K5
LDIF X100 K12
BCD
LDIF X114 K4
OUTX V10010
 

PLCGuy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 677
Re: upgrading from 440 to 450
« Reply #1 on: October 12, 2010, 12:30:59 PM »
Did you read page 10-16 in the DL405 Analog book?

LDF X0
K16

LDF X20
K3

OUTX
V3000

What board are you using?

The DL450 is excellent for using the Ibox!