Hello everyone,
I’m working on an MForms automation to update the Operation Gauge in PDS081 using an H5 script.
I’ve attached the steps followed for the update process along with the H5 script used for implementation.
After executing the script, I can see the XML being generated successfully; however, the Operation Gauge value is not getting updated.
Could anyone please help me identify the issue or suggest a fix?
<?xml version="1.0" encoding="utf-8"?><sequence>
<step command="LSTOPT" value="2">
<field name="SELROWS">R7</field>
</step>
<step command="KEY" value="ENTER">
<field name="WGMEVA">1.698</field>
</step>
<step command="KEY" value="ENTER">
</step>
<step command="KEY" value="ENTER">
</step>
</sequence>