Add missing commas (#571)
This commit is contained in:
parent
e187285e63
commit
12de8294a8
|
@ -1191,35 +1191,35 @@ page = 13
|
|||
outputInverted5 = bits, U08, 0, [5:5], "Active high", "Active low"
|
||||
outputInverted6 = bits, U08, 0, [6:6], "Active high", "Active low"
|
||||
outputInverted7 = bits, U08, 0, [7:7], "Active high", "Active low"
|
||||
unused12_1 = scalar U08, 1, "bits", 1.000, 0.000
|
||||
unused12_1 = scalar, U08, 1, "bits", 1.000, 0.000
|
||||
outputPin = array, U08, 2, [ 8], "", 1.0, 0.0, 0.0, 255.0, 0
|
||||
outputPin0 = bits U08, 2, [0:7], $comp_IO_Pins
|
||||
outputPin1 = bits U08, 3, [0:7], $comp_IO_Pins
|
||||
outputPin2 = bits U08, 4, [0:7], $comp_IO_Pins
|
||||
outputPin3 = bits U08, 5, [0:7], $comp_IO_Pins
|
||||
outputPin4 = bits U08, 6, [0:7], $comp_IO_Pins
|
||||
outputPin5 = bits U08, 7, [0:7], $comp_IO_Pins
|
||||
outputPin6 = bits U08, 8, [0:7], $comp_IO_Pins
|
||||
outputPin7 = bits U08, 9, [0:7], $comp_IO_Pins
|
||||
outputPin0 = bits, U08, 2, [0:7], $comp_IO_Pins
|
||||
outputPin1 = bits, U08, 3, [0:7], $comp_IO_Pins
|
||||
outputPin2 = bits, U08, 4, [0:7], $comp_IO_Pins
|
||||
outputPin3 = bits, U08, 5, [0:7], $comp_IO_Pins
|
||||
outputPin4 = bits, U08, 6, [0:7], $comp_IO_Pins
|
||||
outputPin5 = bits, U08, 7, [0:7], $comp_IO_Pins
|
||||
outputPin6 = bits, U08, 8, [0:7], $comp_IO_Pins
|
||||
outputPin7 = bits, U08, 9, [0:7], $comp_IO_Pins
|
||||
outputDelay = array, U08, 10, [ 8], "S", 0.1, 0.0, 0.0, 25.5, 1
|
||||
firstDataIn = array, U08, 18, [ 8], "", 1.0, 0.0, 0.0, 65535.0, 0
|
||||
firstDataIn0= bits U08, 18, [0:7], $fullStatus_def
|
||||
firstDataIn1= bits U08, 19, [0:7], $fullStatus_def
|
||||
firstDataIn2= bits U08, 20, [0:7], $fullStatus_def
|
||||
firstDataIn3= bits U08, 21, [0:7], $fullStatus_def
|
||||
firstDataIn4= bits U08, 22, [0:7], $fullStatus_def
|
||||
firstDataIn5= bits U08, 23, [0:7], $fullStatus_def
|
||||
firstDataIn6= bits U08, 24, [0:7], $fullStatus_def
|
||||
firstDataIn7= bits U08, 25, [0:7], $fullStatus_def
|
||||
firstDataIn0= bits, U08, 18, [0:7], $fullStatus_def
|
||||
firstDataIn1= bits, U08, 19, [0:7], $fullStatus_def
|
||||
firstDataIn2= bits, U08, 20, [0:7], $fullStatus_def
|
||||
firstDataIn3= bits, U08, 21, [0:7], $fullStatus_def
|
||||
firstDataIn4= bits, U08, 22, [0:7], $fullStatus_def
|
||||
firstDataIn5= bits, U08, 23, [0:7], $fullStatus_def
|
||||
firstDataIn6= bits, U08, 24, [0:7], $fullStatus_def
|
||||
firstDataIn7= bits, U08, 25, [0:7], $fullStatus_def
|
||||
secondDataIn = array, U08, 26, [ 8], "", 1.0, 0.0, 0.0, 65535.0, 0
|
||||
secondDataIn0= bits U08, 26, [0:7], $fullStatus_def
|
||||
secondDataIn1= bits U08, 27, [0:7], $fullStatus_def
|
||||
secondDataIn2= bits U08, 28, [0:7], $fullStatus_def
|
||||
secondDataIn3= bits U08, 29, [0:7], $fullStatus_def
|
||||
secondDataIn4= bits U08, 30, [0:7], $fullStatus_def
|
||||
secondDataIn5= bits U08, 31, [0:7], $fullStatus_def
|
||||
secondDataIn6= bits U08, 32, [0:7], $fullStatus_def
|
||||
secondDataIn7= bits U08, 33, [0:7], $fullStatus_def
|
||||
secondDataIn0= bits, U08, 26, [0:7], $fullStatus_def
|
||||
secondDataIn1= bits, U08, 27, [0:7], $fullStatus_def
|
||||
secondDataIn2= bits, U08, 28, [0:7], $fullStatus_def
|
||||
secondDataIn3= bits, U08, 29, [0:7], $fullStatus_def
|
||||
secondDataIn4= bits, U08, 30, [0:7], $fullStatus_def
|
||||
secondDataIn5= bits, U08, 31, [0:7], $fullStatus_def
|
||||
secondDataIn6= bits, U08, 32, [0:7], $fullStatus_def
|
||||
secondDataIn7= bits, U08, 33, [0:7], $fullStatus_def
|
||||
unused13_35_49 = array, U08, 34, [ 16] "%", 1.0, 0.0, 0.0, 100.0, 0
|
||||
firstTarget = array, S16, 50, [ 8], "", 1.0, 0.0, -32768.0, 32768.0, 0
|
||||
secondTarget = array, S16, 66, [ 8], "", 1.0, 0.0, -32768.0, 32768.0, 0
|
||||
|
|
Loading…
Reference in New Issue