Difference between revisions of "TestIT:Appendix"

From Nolek Wiki
Jump to navigation Jump to search
Line 49: Line 49:
  
 
* Less padding to fit screens better.
 
* Less padding to fit screens better.
 
  
 
===Vers. 1.2.3===
 
===Vers. 1.2.3===
Line 68: Line 67:
 
* Wait sleep from 100 ms to 50 ms to optimize process
 
* Wait sleep from 100 ms to 50 ms to optimize process
 
* Input and Output symbol scaling in decimals
 
* Input and Output symbol scaling in decimals
 
  
 
==12.2 Requirements==
 
==12.2 Requirements==
Line 92: Line 90:
 
* TC31-Full-Setup.3.1.4018.16
 
* TC31-Full-Setup.3.1.4018.16
  
 +
==12.3 Standard TestIT symbols==
 +
 +
===12.3 Standard TestIT symbols===
  
==12.3 Standard TestIT symbols==
+
 
 +
TestIT comes with a number of symbols. All symbols can be edited or deleted.
 +
 
 +
{| class="wikitable"
 +
!colspan="4"|
 +
|-
 +
|'''SymbolName'''
 +
|'''DataType'''
 +
|'''DefaultValue'''
 +
|'''Comment'''
 +
|-
 +
|'''_seqOK'''
 +
|BOOL
 +
|0
 +
|NULL
 +
|-
 +
|'''_SSG'''
 +
|BOOL
 +
|0
 +
|Sequence Status Global
 +
|-
 +
|'''_SSL01'''
 +
|BOOL
 +
|0
 +
|Sequence Status Local 1
 +
|-
 +
|'''_SSL02'''
 +
|BOOL
 +
|0
 +
|Sequence Status Local 2
 +
|-
 +
|'''_SSL03'''
 +
|BOOL
 +
|0
 +
|Sequence Status Local 3
 +
|-
 +
|'''_TO01'''
 +
|BOOL
 +
|0
 +
|Temporary timeout symbol 1
 +
|-
 +
|'''_TO02'''
 +
|BOOL
 +
|0
 +
|Temporary timeout symbol 2
 +
|-
 +
|'''_TO03'''
 +
|BOOL
 +
|0
 +
|Temporary timeout symbol 3
 +
|-
 +
|'''_ST01'''
 +
|STRING
 +
 +
|Temporary string symbol 1
 +
|-
 +
|'''_ST02'''
 +
|STRING
 +
 +
|Temporary string symbol 2
 +
|-
 +
|'''_ST03'''
 +
|STRING
 +
|
 +
|Temporary string symbol 3
 +
|-
 +
|'''_D01'''
 +
|DOUBLE
 +
|0
 +
|Temporary double symbol 1
 +
|-
 +
|'''_D02'''
 +
|DOUBLE
 +
|0
 +
|Temporary double symbol 2
 +
|-
 +
|'''_D03'''
 +
|DOUBLE
 +
|0
 +
|Temporary double symbol 3
 +
|-
 +
|'''_B01'''
 +
|BOOL
 +
|0
 +
|Temporary boolean symbol 1
 +
|-
 +
|'''_B02'''
 +
|BOOL
 +
|0
 +
|Temporary boolean symbol 2
 +
|-
 +
|'''_B03'''
 +
|BOOL
 +
|0
 +
|Temporary boolean symbol 3
 +
|-
 +
|'''_IN01'''
 +
|INT
 +
|0
 +
|Temporary integer symbol 1
 +
|-
 +
|'''_IN02'''
 +
|INT
 +
|0
 +
|Temporary integer symbol 2
 +
|-
 +
|'''_IN0'''
 +
|INT
 +
|0
 +
|Temporary integer symbol 3
 +
|-
 +
|'''AlwON'''
 +
|BOOL
 +
|1
 +
|Always on
 +
|-
 +
|'''AlwOFF'''
 +
|BOOL
 +
|0
 +
|Always off
 +
|-
 +
|}

Revision as of 10:54, 20 August 2019

12. Appendix

12.1 Change log

Vers. 1.2.5

Vers. 1.2.5

Database
  • DB UPDATE 1.2.5
S9 Device
  • Added mosCura recipes/S9 recipes
GUIDE
  • Run Leak device from guide
  • Store procedure step added
  • Updated list and card view with info and icons.
INFO
  • Added Setup and Prod db info
Command
  • Bug on AddResultValidate fixed (bool)
  • New: StringDecToChar
  • New: FileExecute
Device
  • Added: FileDevice. .bat + .exe / Execute incl. test area
  • Log device, + Command: LogStart, LogStop

Vers. 1.2.4

Vers. 1.2.4

MSSQL
  • Autofill on parameters in test area
  • Count on parameters in output
  • Float to double symbols.
Tile screen
  • Less padding to fit screens better.

Vers. 1.2.3

Vers. 1.2.3

Database
  • DB UPDATE 1.2
Bug
  • System_Stop sequence cleared
Symbols
  • Start, Stop, EMG sleep from 250 ms to 50 ms to optimize the process.
  • Wait sleep from 100 ms to 50 ms to optimize process
  • Input and Output symbol scaling in decimals

12.2 Requirements

PC and software

  • Windows 7 (x86 or x64)
  • .Net framework 4.5
  • Processor running at 1,6 Ghz or higher
  • 4 GB RAM
  • Graphics adapter supporting DirectX9, running at a minimum resolution of 1024x768
  • Processor: Intel (R)

Note!

  • We recommend that the desktop/PC is installed with two TCP/IP card; one for the TwinCAT communication and one for communication with the administrations network.

SQL 2008 Express version

  • SQLEXPRWT_x64_ENU
  • SQLEXPRWT_x86_ENU

Version 10.50.1600.1

TwinCAT version

  • TC31-Full-Setup.3.1.4018.16

12.3 Standard TestIT symbols

12.3 Standard TestIT symbols

TestIT comes with a number of symbols. All symbols can be edited or deleted.

SymbolName DataType DefaultValue Comment
_seqOK BOOL 0 NULL
_SSG BOOL 0 Sequence Status Global
_SSL01 BOOL 0 Sequence Status Local 1
_SSL02 BOOL 0 Sequence Status Local 2
_SSL03 BOOL 0 Sequence Status Local 3
_TO01 BOOL 0 Temporary timeout symbol 1
_TO02 BOOL 0 Temporary timeout symbol 2
_TO03 BOOL 0 Temporary timeout symbol 3
_ST01 STRING Temporary string symbol 1
_ST02 STRING Temporary string symbol 2
_ST03 STRING Temporary string symbol 3
_D01 DOUBLE 0 Temporary double symbol 1
_D02 DOUBLE 0 Temporary double symbol 2
_D03 DOUBLE 0 Temporary double symbol 3
_B01 BOOL 0 Temporary boolean symbol 1
_B02 BOOL 0 Temporary boolean symbol 2
_B03 BOOL 0 Temporary boolean symbol 3
_IN01 INT 0 Temporary integer symbol 1
_IN02 INT 0 Temporary integer symbol 2
_IN0 INT 0 Temporary integer symbol 3
AlwON BOOL 1 Always on
AlwOFF BOOL 0 Always off