Subroutines; Function To Start The Ladder Monitor - Omron sysmac NA Series User Manual

Programmable terminal, ladder monitor
Hide thumbs Also See for sysmac NA Series:
Table of Contents

Advertisement

3-6

Subroutines

This section describes the function to start the Ladder Monitor.
3-6-1

Function to Start the Ladder Monitor

Use StartLadderMonitor to start the Ladder Monitor.
 StartLadderMonitor function
System version 1.10 or higher
This starts the Ladder Monitor.
 Syntax
StartLadderMonitor(Optional
 Parameters
• VariableName
Data type: String
This can be omitted.
This sets the variable to search.
• RetrieveRange
Data type: String
This can be omitted.
This sets the range to search. The information to include is the same as for an action. Refer to
3-5-1 Action to Start the Ladder Monitor on page 3-8 for details.
• RetrievePorpose
Data type: _eHMI_LADDERMONITOR_PARTS
This can be omitted.
This sets the circuit to search.
 Explanation
This starts the Ladder Monitor.
 Example
Sub SampleSource
StartLadderMonitor("Var1", "new_Controller_0.Program0.Section0",
_eHMI_LADDERMONITOR_PARTS.Coil)
End Sub
NA-series Ladder Monitor User's Manual (V124)
VariableName
As
String,
Optional
RetrieveRange
As
Optional
RetrievePorpose
3 Ladder Monitor Setup
String,
As
_eHMI_LADDERMONITOR_PARTS)
3
3 - 9

Advertisement

Table of Contents
loading

Table of Contents