There are a few enhancements I would really appreciate seeing in T3000…
-
Ability to export Inputs/Outputs/Variable tables in a form readable by Excel. Without this I have to maintain a separate list in Excel which is hard to keep synchronized.
-
Refresh during Program editing: The current AUTO-refresh/compile while editing a program is a real nuisance! The auto-refresh ALWAYS comes at the wrong time. If it happens part way through a copy-paste edit it introduces errors. It always recasts the screen so I have to re-find my insertion point. When I have just completed editing a new line (ie when it would be useful), auto-refresh it never seems to happen!
It would be much better to have a click-button for “refresh now” -
TIME-ON ( ) and TIME-OFF ( ) do not evaluate if the expression is Analog The expression in brackets must be binary.
10 IF TIME-ON (IN2 < 5) > 0:00:10 THEN START OUT1 does not work if IN2 is analog.
It would be good if the “error-reporting” system would trap illegal use of analog expressions. (it would be even better if analog expressions which have binary outputs were legal for TIME-ON etc