03-25-2014, 05:33 AM
while (P80 = 0 || I120 > 300 && I120 < 400)
page 478
Presumably it should be == ?
page 478
Presumably it should be == ?
Users Manual error?
|
03-25-2014, 05:33 AM
while (P80 = 0 || I120 > 300 && I120 < 400)
page 478 Presumably it should be == ?
03-25-2014, 08:53 AM
You are correct. It will be corrected.
Sina Sattari
Hardware Engineering Manager Delta Tau Data Systems, Inc.
03-25-2014, 10:14 AM
Here's another on page 144...
enable plc 0 // Enable execution of CPLC 0 enable plc 2,4,6 // Enable execution of CPLCs 2, 4, and 6 enable plc 7..10 // Enable execution of CPLCs 7, 8, 9, and 10 enable plc 11,13..16,20 // Enable execution of CPLCs 11, 13, 14, 15, 16, and 20
03-25-2014, 10:15 AM
- sorry, that one's in the reference manual.
03-25-2014, 10:32 AM
Thanks steveneads.
Sina Sattari
Hardware Engineering Manager Delta Tau Data Systems, Inc. |
« Next Oldest | Next Newest »
|