This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cubloc:monitorling:index [2026/03/04 21:11] – [Monitoring] admin | cubloc:monitorling:index [2026/03/04 21:18] (current) – [Observing D-Area Double Words] admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Monitoring ====== | + | ====== |
| - | Cubloc Studio | + | CUBLOC STUDIO |
| + | You can enter or exit the monitoring | ||
| {{ : | {{ : | ||
| - | Status of contacts that are ON will be displayed | + | The following is a screen capture during monitoring. Contacts in the ON state are displayed |
| - | The monitoring speed can be controlled by going to " | + | {{ : |
| - | If the monitoring speed is too fast, it can negatively affect Cubloc’s communications as monitoring consumes Cubloc' | + | The status of I/O ports is displayed at the bottom |
| - | {{ : | + | To perform monitoring, the source code must exist. You must first download the program to the controller before you can start monitoring. |
| - | Please | + | Editing and saving are not possible in LADDER monitoring mode. Additionally, |
| - | ===== Watch Point ===== | + | ===== Watch Points |
| - | The Watch Point feature is useful when, in a long Ladder Logic program, two | + | When you want to view the contents of a specific relay or memory address, use **WATCH POINTS**. In an empty area of the LADDER, type two consecutive " |
| - | registers cannot be viewed simultaneously in the same screen due to their | + | |
| - | location in the ladder. Two apostrophes | + | |
| - | \\ \\ | + | {{ :cubloc: |
| - | Examples: | + | |
| - | '’P0 '’P1 ' | + | |
| - | \\ | + | |
| - | {{ : | + | ===== Observing D-Area Double Words ===== |
| - | \\ | + | A Double Word represents two words as a single value. By typing **'' |
| - | NOTE: To set a watch point it’s two apostrophes, | + | {{ :cubloc: |
| + | ===== Forced I/O ===== | ||
| - | {{ : | + | During online monitoring, you can use the " |
| + | |||
| + | To set this, double-click or right-click the corresponding contact in monitoring mode to display the popup menu, then select ON or OFF. | ||
| + | |||
| + | Disabling the force mode returns the ladder to its original logic execution. All Forced I/O settings are cleared when the power is turned OFF. | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | The Forced I/O function can be used when operation is hindered due to a sensor failure. By forcibly setting the problematic port to ON or OFF, you can continue to verify the PLC's operation. | ||
| + | |||
| + | Alternatively, | ||
| + | |||
| + | ===== MODIFY Function ===== | ||
| + | |||
| + | During online monitoring, if you double-click (or right-click) a location displaying a D-area value, as indicated by the arrow in the figure below, the **MODIFY** window will appear. | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | You can change the contents of the D-area at will during operation. If another part of the ladder logic is updating that specific D-area, the changed value will not be maintained. This operation is executed only once and does not forcibly hold the value. | ||
| [[cubloc: | [[cubloc: | ||