{}

แบรนด์ของเรา

Impact-Company-Logo-English Black-01-177x54

ยินดีต้อนรับสู่เว็บไซต์ชไนเดอร์ อิเล็คทริค

ยินดีต้อนรับสู่เว็บไซต์ของเรา
ค้นหาคำถามที่พบบ่อย
How do I retrieve the value of a BOOL in a Vijeo Designer Script?
Issue:
How do I retrieve the value of a BOOL in a Vijeo Designer Script?

Product Line:
Vijeo Designer (all versions)

Resolution:
To retrieve the value of a BOOL in a Vijeo Designer Script, you need to use the following call:

Suppose we have a Vijeo Designer variable: BOOL01
The script call is:
BOOL01.getIntValue();

The result is going to be 0 or 1

To use the return value, you should declare an int and store the return value in it.

ชไนเดอร์ อิเล็คทริค Thailand

ดูข้อมูลเพิ่มเติม
รุ่น:
บทความที่อาจช่วยได้
ดูข้อมูลเพิ่มเติม
รุ่น: