Difference between revisions of "MC-Basic:INPB"
m (Text replace - "Read-Only" to "Read only") |
m |
||
Line 12: | Line 12: | ||
This command reads the value of a byte at the specified I/O space address. | This command reads the value of a byte at the specified I/O space address. | ||
− | |||
|TYPE= | |TYPE= | ||
Line 30: | Line 29: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | Read only | + | *Read only |
+ | *Not supported in EtherCAT system | ||
|EXAMPLE= | |EXAMPLE= |
Revision as of 11:27, 26 March 2014
This command reads the value of a byte at the specified I/O space address.
Syntax
Inpb (<address>)
Availability
All versions
Type
The <address> must be a Long expression. The function returns a Long value.
Range
The <address> must be in the range 0x0 to 0xFFFF
Scope
Task or Terminal
Limitations
- Read only
- Not supported in EtherCAT system
Examples
X=inpb (256) ‘read a byte and assign its value to variable X
?inpb(256) ‘Read a byte