en:software:qview:qview_6:qview60

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:software:qview:qview_6:qview60 [2015/04/28 16:07] – [3.12. DATAGROUP variables old] qem207en:software:qview:qview_6:qview60 [2022/08/31 09:02] (current) qem214
Line 1: Line 1:
-PRELIMINARE/ 
- 
 ====== QVIEW 6.0 ======= ====== QVIEW 6.0 =======
  
Line 1202: Line 1200:
  
 ===== - Instructions for digital outputs ===== ===== - Instructions for digital outputs =====
-Instructions for activating or disactivating a digital output. The activation and disactivation can also be executed by the assignment operator +Instructions for activating or deactivating a digital output. The activation and deactivation can also be executed by the assignment operator 
  
 (<output name>= 1), however dedicated instructions are faster. (<output name>= 1), however dedicated instructions are faster.
Line 1213: Line 1211:
  
 ==== - RESOUT ==== ==== - RESOUT ====
-Disactivate a digital output. The syntax:+Deactivate a digital output. The syntax:
 <code QCL> <code QCL>
 RESOUT <output name> RESOUT <output name>
Line 3282: Line 3280:
  
 A summary of the QCL keywords. A summary of the QCL keywords.
-^ ABS          | absolute value                                         +^ ABS          | absolute value                                          
-^ ACOS         | arc cosine                                             +^ ACOS         | arc cosine                                              
-^ AND          | logic AND                                              +^ AND          | logic AND                                               
-^ ANDB         | bitwise logic And                                      +^ ANDB         | bitwise logic And                                       
-^ APPLICATION  | Implicit root of each symbol used                      +^ APPLICATION  | Implicit root of each symbol used                       
-^ ARRGBL       | configuration file section                             +^ ARRGBL       | configuration file section                              
-^ ARRSYS       | configuration file section                             +^ ARRSYS       | configuration file section                              
-^ ASIN         | arc sine                                               +^ ASIN         | arc sine                                                
-^ ATAN         | arc tangent                                            +^ ATAN         | arc tangent                                             
-^ B            | byte                                                   +^ B            | byte                                                    
-^ BEGIN        | task unit code section                                 +^ BEGIN        | task unit code section                                  
-^ BREAK        | break                                                  +^ BREAK        | break                                                   
-^ BUS          | configuration file section                             +^ BUS          | configuration file section                              
-^ CALL         | call to subroutine                                     +^ CALL         | call to subroutine                                      
-^ CASE         | SWITCH-CASE instruction                                +^ CASE         | SWITCH-CASE instruction                                 
-^ CEIL         | Nearest integer rounding not less than the given value | +^ CEIL         | Nearest integer rounding not less than the given value  
-^ CONST        | configuration file section                             +^ CONST        | configuration file section                              
-^ COS          | cosine                                                 +^ COS          | cosine                                                  
-^ COT          | cotangent                                              +^ COT          | cotangent                                               
-^ D            | double precision                                       +^ D            | double precision                                        
-^ DATAGROUP    | configuration file section                             +^ DATAGROUP    | configuration file section                              
-^ DATAPROGRAM  | configuration file section                             +^ DATAPROGRAM  | configuration file section                              
-^ DEVGROUP     | start of device grouping                               +^ DEVGROUP     | start of device grouping                                
-^ ELSE         | Else in IF instruction                                 +^ ELSE         | Else in IF instruction                                  
-^ END          | task end                                               +^ END          | task end                                                
-^ ENDDEVGROUP  | end of device grouping                                 +^ ENDDEVGROUP  | end of device grouping                                  
-^ ENDIF        | end of IF instruction                                  +^ ENDIF        | end of IF instruction                                   
-^ ENDSUB       | end of subroutine                                      +^ ENDSUB       | end of subroutine                                       
-^ ENDSWITCH    | end of SWITCH                                          +^ ENDSWITCH    | end of SWITCH                                           
-^ ENDWHILE     | end of while                                           +^ ENDWHILE     | end of while                                            
-^ EQ           | uguale                                                 +^ EQ           | uguale                                                  
-^ EXP          | exponential                                            +^ EXP          | exponential                                             
-^ EXTDEVICE    | configuration file section                             +^ EXTDEVICE    | configuration file section                              
-^ F            | flag                                                   +^ F            | flag                                                    
-^ FLOOR        | Nearest integer rounding not greater than the value    +^ FLOOR        | Nearest integer rounding not greater than the value     
-^ FOR          | FOR instruction                                        | +^ FOR          | FOR instruction                                         
-^ FPROG        | FPROG instruction                                      | +^ GE           | greater or equal to                                     
-^ FSTEP        | FSTEP instruction                                      +^ GLOBAL       | configuration file section                              
-^ GE           | greater or equal to                                    +^ GT           | greater                                                 
-^ GLOBAL       | configuration file section                             +^ IF           | IF instruction                                          
-^ GT           | greater                                                +^ INPUT        | configuration file section                              
-^ IF           | IF instruction                                         +^ INTDEVICE    | configuration file section                              
-^ INPUT        | configuration file section                             +^ ISFINITE     | checks if the given number has finite value             
-^ INTDEVICE    | configuration file section                             +^ ISINF        | checks if the given number is infinite                  
-^ ISFINITE     | checks if the given number has finite value            +^ ISNAN        | checks if the given number is NaN (Not a Number)        
-^ ISINF        | checks if the given number is infinite                 +^ ISNORMAL     | checks if the given number is normal                    
-^ ISNAN        | checks if the given number is NaN (Not a Number)       +^ JUMP         | JUMP instruction                                        | 
-^ ISNORMAL     | checks if the given number is normal                   +^ L            | long                                                    
-^ JUMP         | JUMP instruction                                       +^ LE           | less or equal to                                        
-^ LE           | less or equal to                                       +^ LN           | natural logarhythm                                      
-^ LN           | natural logarhythm                                     +^ LT           | less than                                               
-^ LT           | less than                                              +^ MULDIV       | multiplication e division                               
-^ MULDIV       | multiplication e division                              +^ NEG          | negative sign (inversion of sign or two's complement)   
-^ NEG          | negative sign (inversion of sign or two's complement)  +^ NEQ          | operatore                                               
-^ NEQ          | operatore                                              +^ NEXT         | NEXT instruction                                        
-^ NEXT         | NEXT instruction                                       +^ NOP          | NOP instruction                                         
-^ NOP          | NOP instruction                                        +^ NOT          | not                                                     
-^ NOT          | not                                                    +^ NOTB         | bitwise negation (one's complement)                     
-^ NOTB         | bitwise negation (one's complement)                    +^ OR           | logic OR                                                
-^ OR           | logic OR                                               +^ ORB          | bitwise OR                                              
-^ ORB          | bitwise OR                                             +^ OUTPUT       | configuration file section                              
-^ OUTPUT       | configuration file section                             +^ POW          | power of                                                
-^ POW          | power of                                               +^ REFERENCE    | symbol reference property                               
-^ REFERENCE    | symbol reference property                              +^ REFERENCES   | start of reference list                                 
-^ REFERENCES   | start of reference list                                +^ RESOUT       | reset outputs                                           
-^ RESOUT       | reset outputs                                          +^ RESTART      | restart instruction                                     
-^ RESTART      | restart instruction                                    +^ RESUME       | resume instruction                                      
-^ RESUME       | resume instruction                                     +^ RETURN       | return instruction (on subroutines)                     
-^ RETURN       | return instruction (on subroutines)                    +^ RMULDIV      | remainder of multiplication e division                  
-^ RMULDIV      | remainder of multiplication e division                 +^ ROUND        | Nearest integer rounding                                
-^ ROUND        | Nearest integer rounding                               +^ S            | single precision                                        
-^ S            | single precision                                       +^ SETOUT       | set output                                              
-^ SETOUT       | set output                                             +^ SHLL         | shift logical left                                      
-^ SHLL         | shift logical left                                     +^ SHLR         | shift logical right                                     
-^ SHLR         | shift logical right                                    +^ SIN          | sine                                                    
-^ SIN          | sine                                                   +^ SQRT         | square root                                             
-^ SQRT         | square root                                            +^ STEP         | configuration file section                              
-^ STEP         | configuration file section                             +^ SUB          | subroutine                                              
-^ SUB          | subroutine                                             +^ SUSPEND      | suspend instruction                                     
-^ SUSPEND      | suspend instruction                                    +^ SWITCH       | SWITCH-CASE instruction                                 
-^ SWITCH       | SWITCH-CASE instruction                                +^ SYSTEM       | configuration file section                              
-^ SYSTEM       | configuration file section                             +^ TAN          | tangent                                                 
-^ TAN          | tangent                                                +^ TIMER        | configuration file section                              
-^ TIMER        | configuration file section                             +^ TRUNC        | Nearest integer rounding not greater in magnitude       
-^ TRUNC        | Nearest integer rounding not greater in magnitude      +^ W            | word                                                    
-^ W            | word                                                   +^ WAIT         | wait instruction                                        
-^ WAIT         | wait instruction                                       +^ WHILE        | while instruction                                       
-^ WHILE        | while instruction                                      +^ XORB         | bitwise exclusive OR                                    | 
-^ XORB         | bitwise exclusive OR                                   |+
  
  
  • Last modified: 2019/08/29 17:18