Virtual Write menu use for Memory data setting menu for each memory( Word, Float, Dword, String, Double, Int64 ).
When you select 'File | Virtual Write', the dialog box is shown such as <Figure 1>.
<Figure 1> Example of Virtual Write dialog |
Setting parameters of Virtual Write dialog are as follows :
Port = port order number 0 ~ 255.
Address = writing address in Memory Type by decimal unit.
Memory Type = Memory Type selection of Communication Server.
WORD, FLOAT, DWORD, STRING, DOUBLE, INT64 memory.
MWriteValue = writing value.
Hex Value : use of Hex-decimal unit writing value.
setting example) Port : 0, Address : 0010, write value : 100
The setting parameter shown above is virtual Write example for 10 address, 0 port, write value = 100.
Also, you can virtual write by setting Extar1 = #MEM# at analog output or digital output tag setting.
digital output setting example) Port : 0, Address : 201A, Extra1 : #MEM#, Extra2 : 0
The setting parameter shown above is digital data virtual Write example for 201 address WORD memory, A bit, 0 port.
( Digital output Tag : only write at WORD memory )
analog output setting example) Port : 0, Address : 0300, Extra1 : #MEM#, Extra2 : 1
The setting parameter shown above is analog data virtual Write example for 300 address FLOAT memory, 0 port.
( Extra2 : 0 = WORD, 1 = FLOAT, 2 = DWORD, ... )
Relate items)