MC-Basic:SYSTEM.ANOUT.signed
Language: | English |
---|
Exactly the same as Sys.ANIN[Index].signed
Used to state whether this output channel will output signed or unsigned voltage values.
Short form
Sys.AnOut[Index].signed
Syntax
?System.AnOut[Index].signed
Availability
Version 0.4.20.5r8-C2 or higher
Type
Long
Range
1 or 0
Default
0
Scope
Configuration, Task or Terminal
Limitations
Read or write. by setting an analog output as unsigned, negative values will become invalid values.
Examples
- -->Sys.AnOut[1].signed = 1
- both negative and positive values are allowed
- -->Sys.AnOut[1].signed = 0
- only positive values are allowed