CF-4700A/CF-4700 Frequently Asked Questions
Question number FAQ-0313
I want to determine the vibration values for upward and downward movement using rotational tracking analysis (the measurement conditions and rotational speed range are the same for upward and downward movement, but the shape of the vibration is different for each).
Measurement conditions, schedule conditions, and judgment conditions are set in advance and saved in the panel condition memory. When the power is turned on, it is set to start with those conditions.
Switching between Shape 1 (for upward movement detection) and Shape 2 (for downward movement detection) is done using the 4LEVELCOMP function.
You can switch between four levels using DI 1 and 2. This time, we only need two levels, so we'll switch using only DI.
When both DI1 and DI2 are OFF, it will be Shape 1; when DI1 is ON and DI2 is OFF, it will be Shape 2.
DI1 and DI2 will remain in the ON or OFF state. The ON state for the other terminals will be a pulse of approximately 100 ms.
This is an example of command registration for DI3 and later versions.
DI3 DoCompareOnOff,1 | Comparing execution |
DI4 DoStart | start |
D5 SetTrackAnalysisModeOnOff,0SetTrackSlopeFlag,0 SetTrackAnalysisModeOnOff,1 | Schedule OFF SLOPE + Schedule ON |
DI6 SetTrackAnalysisModeOnOff,0SetTrackSlopeFlag,1 SetTrackAnalysisModeOnOff,1 | Schedule OFF SLOPE - Schedule ON |
DI7 FrameGraphAltType,2 | Schedule graph |
DI8 SetTrackAnalysisModeOnOff,1 | Schedule ON |
The process from power-on
| Once startup is complete | ||
| DI7 ON | Create a schedule graph. | |
| DI8 ON | Turn on the schedule | |
| DI5 ON | rise | |
| DI4 ON | start | |
| ---- | ||
| DI1 OFF | Use Shape 1 | |
| DI3 ON | Execute the judgment | |
| DI6 ON | descent | |
| DI4 ON | ||
| ---- | ||
| DI1 ON | Use Shape 2 | |
| DI3 ON | Execute the judgment | |
Last updated: 2017-12-14