LoginSignup
0
0

More than 5 years have passed since last update.

RubyとLabVIEWのif文 比較

Last updated at Posted at 2016-11-29

Ruby

if.rb
variable1 = 1
variable2 = 2

if variable1 == variable2
  puts 1
else
  puts 0
end
>ruby if.rb
0

LabVIEW

ブロックダイアグラムの配置

ダイアグラム.jpg

パーツ

ブロック1.jpg

ケースストラクチャ内

ケースストラクチャ.jpg

比較

比較の設定.jpg

参考

LabVIEWにおける「If」文

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0