Changes

m
Vainius.l moved page Draft:TRB256 Input/Output to TRB256 Input/Output without leaving a redirect
Line 5: Line 5:  
<!----------------------SEPARATORS--------------------->
 
<!----------------------SEPARATORS--------------------->
 
| analog        = 1    <!-- 0 - doesn't have Analog Input; 1 - has Analog Input -->
 
| analog        = 1    <!-- 0 - doesn't have Analog Input; 1 - has Analog Input -->
| configurableio = 0     <!-- 0 - doesn't have Configurable I/O; 1 - has Configurable I/O -->
+
| configurableio = 1     <!-- 0 - doesn't have Configurable I/O; 1 - has Configurable I/O -->
 
| dualsim        = 1    <!-- 0 - doesn't have Dual SIM; 1 - has Dual SIM -->
 
| dualsim        = 1    <!-- 0 - doesn't have Dual SIM; 1 - has Dual SIM -->
 
| input_volts    = 9-30  <!-- Input voltage range -->
 
| input_volts    = 9-30  <!-- Input voltage range -->
| juggler_input  = 0     <!-- first input on the I/O Juggler list. 0 - Input; 1 - Configurable I/O; 2 - Passive/Active Input -->
+
| juggler_input  = 1     <!-- first input on the I/O Juggler list. 0 - Input; 1 - Configurable I/O; 2 - Passive/Active Input -->
 
| mobile        = 1    <!-- 0 - doesn't have mobile; 1 - has mobile -->
 
| mobile        = 1    <!-- 0 - doesn't have mobile; 1 - has mobile -->
| wifi          = 1     <!-- 0 - doesn't have wifi; 1 - has wifi -->
+
| wifi          = 0     <!-- 0 - doesn't have wifi; 1 - has wifi -->
| acl            = 1     <!-- 0 - doesn't have Analog Current Loop; 1 - has Analog Current Loop -->
+
| acl            = 0     <!-- 0 - doesn't have Analog Current Loop; 1 - has Analog Current Loop -->
| isolated      = 1
+
| isolated      = 0
| relay          = 1
+
| relay          = 0
| galvanic      = 1
+
| galvanic      = 0
| digitalpassive = 1
+
| digitalpassive = 0
 
}}
 
}}