3 Device Construction
30 © Copyright Reserved Autonics Co., Ltd.
Timer(coil)[T], Timer(current value)[T], Timer(set value)[TS]
When current value of timer is arrived at set value, it operates coil(timer).
It supports 100ms, 10ms timer.
For more details, refer to related timer instructions from ‘SmartStudio user manual’.
Counter(coil)[C], Counter(current value)[C], Counter(set value)[CS]
When current value of counter is arrived at set value, it operates coil.
For more details, refer to related counter instructions from ‘SmartStudio user manual.
Inner auxiliary device [M]
This area is allotted only for inner operation which cannot control external I/O, for example,
it receives external input and cannot execute external load.
Step device[S]
This allotted area is for controlling step such as the progress which needs the order.
Link device[L]
It is a device for linking external device, and data.
If this is not used as data link, it is available as data device or inner device.
Data device[D]
It is an allotted device for saving numeral, ASCII, etc’s data.
Pointer[*]
Pointer[*] makes device use with special method.
You can use pointer (*) to every word device as following example.
The device with pointer (*) displays same type device as the value type of the device.
In case of M100 = 123, M123 = 999, *M100 displays M123 which is M device related with
M100 value as 123.
As following mnemonic, M0 has 999 value.
MOV M123 999
MOV *M100 M0