Dear sir.
I’m using Factorystudio ver 9.2.12
In my Project, I used Factory as gateway function.
Factory gather data from field device by IEC60870-104 master channel, after transfer them to remote Center by IEC60870-104 Server channel ( Field devices ------> Factorystudio----> Remote center).
The connection between Factory → field device and Factory → remote center were Success.
I have trouble with Double command as follow
- Acording to rule of my country, Double command is always select before excute. So I have 4 point for each double command at Point window:
- On_select with parameter is 130
- On_execute with parameter is 2
- Off_select with parameter is 129
- On_execute with parameter is 1
- Principle of double command select before execute in factory
- Step1: Change value of select tag ( on_select or off_select)
- Step2: Change value of execute tag ( On_execute or off_execute)
- When send command from Factory ( at designed display),I can proactively do the process in the correct sequence by using script for button. ( Select first, then execute).
- But when send command from remote center, Factory only change value of execute tag, Select tag not change. The command process works incorrect.
=> How can I resolve this problem?
Best.