Nhãn hiệu của chúng tôi

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

Chào mừng bạn đến với Trang web của Schneider Electric

Chào mừng đến với trang web của chúng tôi.
		
Hôm nay chúng tôi có thể giúp gì cho bạn?
How to read text from a file in Vijeo Designer?
Issue:
Looking for a way to plug in a USB stick with a text file and have the ability to display the contents of the text file on the screen.

Product Line:
Vijeo Designer (all versions)

Resolution:
In Vijeo Designer, we are able to read a Unicode text file by using 3 simple script methods. Below is a breakdown of what is needed and how to put it all together.

Use the following methods to read from a Unicode text file (.txt) line-by-line. Please be certain that the text file's encoding is Unicode.

Method

Description

TextFile.open

Opens the text file at run time.

TextFile.readLn

Reads from the text file one line at a time.

TextFile.close

Closes the text file.

Example

The following example shows how to write a script to open, read, and close a text file at runtime.

String s; //Java string variable

int lineNum = 0;

TextFile.open("File1"); //File1 is the alias name of the text file

while(true)

{s= TextFile.readLn(); //returns the first 700 characters in the line

if (s==null) break;

STRING01[lineNum++].write(s); //STRING01 is a Vijeo Designer string array variable

}

TextFile.close();

  • Make sure that the string array variable (STRING01, in the above example) has enough elements to handle the number of lines in the text file. Use the NumOfBytes property of the array variable to set the length of the array elements. Note that the maximum number of characters a string variable can hold is 100 (i.e., NumOfBytes=100). If a single line contains the maximum of 700 characters, the last 600 will be truncated.

Schneider Electric Việt Nam

Tìm hiểu thêm
Phạm vi:
Tìm hiểu thêm
Phạm vi:

Bạn cần trợ giúp?

  • Công cụ chọn sản phẩm

    Nhanh chóng và dễ dàng tìm được sản phẩm và phụ kiện phù hợp cho các ứng dụng của bạn.

  • Nhận báo giá

    Bắt đầu gửi yêu cầu bán hàng trực tuyến và chuyên gia sẽ liên hệ với bạn.

  • Nơi mua hàng?

    Dễ dàng tìm nhà phân phối Schneider Electric gần bạn nhất.

  • Trung tâm Hỗ trợ

    Tìm sự hỗ trợ cho mọi nhu cầu của bạn tại một nơi.

  • Tài liệu về Sản phẩm
  • Tải xuống phần mềm
  • Công cụ chọn Sản phẩm
  • Thay thế và thay đổi sản phẩm
  • Trung tâm Hỗ trợ
  • Tìm Văn phòng của chúng tôi
  • Nhận báo giá
  • Tìm Nhà Phân phối
  • Cơ hội nghề nghiệp
  • Hồ sơ doanh nghiệp
  • Báo cáo hành vi sai trái
  • Khả năng truy cập
  • Phòng tin tức
  • Nhà đầu tư
  • EcoStruxure
  • Tìm việc
  • Blog
  • Chính sách bảo mật
  • Thông báo về Cookie
  • Điều khoản sử dụng
  • Change your cookie settings