Skip to content

Commit

Permalink
Fix sample OPS file
Browse files Browse the repository at this point in the history
  • Loading branch information
200km committed Oct 6, 2023
1 parent 0252e09 commit cd3e497
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
.#
.# コメントは読み飛ばされる
.#
.MOBC_RT.Cmd_NOP
.MOBC_RT.NOP
wait_sec 5
MOBC_RT.Cmd_MM_START_TRANSITION 2
MOBC_RT.MM_START_TRANSITION 2
wait_sec 3
check_value # check_valueは今は使えず読み飛ばされる
let mode_id = 2 # letはいまはつかえない
AOBC_RT.Cmd_MM_START_TRANSITION {mode_id} # letを前提とした{}付きの引数があるとコマンドは送信されない
AOBC_RT.MM_START_TRANSITION {mode_id} # letを前提とした{}付きの引数があるとコマンドは送信されない
.#

0 comments on commit cd3e497

Please sign in to comment.