Matsusada R4K-80 Series Instruction Manual

Matsusada R4K-80 Series Instruction Manual

Hide thumbs Also See for R4K-80 Series:

Advertisement

Quick Links

Instruction manual
R4K-80 series
MODEL
\
-LEt option
ag
*094.9.142*
B/N 094.9.142
Rev. 0.1

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the R4K-80 Series and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Matsusada R4K-80 Series

  • Page 1 Instruction manual R4K-80 series MODEL -LEt option ag *094.9.142* B/N 094.9.142 Rev. 0.1...
  • Page 2  No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form, or by any means, without permission of Matsusada Precision.  The contents of this instruction manual are subject to change without notice for improvement.
  • Page 3: Table Of Contents

    How to Use ....................................2 2-1 Connection example of R4K-80 -LEt option ......................2 2-2 Network address setting ..............................3 Sample Program ..................................8 3-1 VB sample program ................................8 3-2 VC sample program ................................10 R4K-80 series -LEt option...
  • Page 4: Introduction

    Precautions for network setting The -LEt option employs Xport ® manufactured by LANTRONIX for the LAN module. The –LEt option setting of the Matsusada power supply is made at the power supply unit itself. ® If you use “Web Manager” in Xport for changing, the configuration setting through the power supply will not be reflected correctly.
  • Page 5: How To Use

    2. How to Use 2. How to Use 2-1 Connection example of R4K-80 -LEt option LAN, WAN and other networks R4K-80 series Rear panel LAN cable R4K-80 series -LEt option...
  • Page 6: Network Address Setting

    1. To change the menu display, turn the Voltage setting dial. When you want to set the network address, turn the Voltage setting dial until “Lan SEt” appears. “Lan Set” LAN setting Turn the Voltage setting dial VOLTAGE CURRENT R4K-80 series -LEt option...
  • Page 7 IP address setting IP 2 IP address setting IP 3 IP address setting IP 4 Default “192” Default“168” Default “010” Default “001” VOLTAGE Voltage setting dial (Address number switching) CURRENT Current setting dial (Address value setting) R4K-80 series -LEt option...
  • Page 8 Subnet mask Subnet mask Subnet mask number(Sub 1) number(Sub 2) number(Sub 3) number(Sub 4) Default “255” Default “255” Default “255” Default “000” VOLTAGE Voltage setting dial (Subnet mask number switching) CURRENT Current setting dial (Mask value setting) R4K-80 series -LEt option...
  • Page 9 # (Gat 3) address # (Gat 4) address # (Gat 2) address # (Gat 1) Default “000” Default “000” Default “000” Default “000” VOLTAG Voltage setting dial (Address number switching CURREN Current setting dial (Address value setting) R4K-80 series -LEt option...
  • Page 10 In this case, reset it to the factory default or set and write the other value instead of the IP address setting. After that, the setting is to be carried out again. Once you have written the other value, the setting will be performed normally. R4K-80 series -LEt option...
  • Page 11: Sample Program

    Label5.Caption = "" wdata = Text1.Text & Chr(&HD) ‘Gobble down the word data from Text1. Winsock1.SendData wdata ‘Send data to remote computer(Power supply) Label5.Caption = "Write OK!" Exit Sub ErrorHandler: Label5.Caption = "Write NG!" End Sub R4K-80 series -LEt option...
  • Page 12 Private Sub Winsock1_DataArrival(ByVal bytesTotal As Long) ‘Winsock1 Dim rdata As String Winsock1.GetData rdata ‘Gobble down data strReadBuffer = strReadBuffer & rdata ‘Add gobble downed data to buffer End Sub Private Sub Form_Unload(Cancel As Integer) Winsock1.Close ‘Close Winsock1 End Sub R4K-80 series -LEt option...
  • Page 13: Vc Sample Program

    // Connection error // Sent process char buf[256]; CString strbuf; strbuf = "ren¥r"; // REN command to power supply setting strcpy(buf, strbuf); if (send(sock, buf, lstrlen(buf), 0) == SOCKET_ERROR) { // Send command // Send error R4K-80 series -LEt option...
  • Page 14 // Error generated(Receive fail) // Receive fail return; else if (tmp <= 0) { // Socket abort // Socket abort return; else { buf[tmp] = '¥0'; // Set NULL at the end of buffer strbuf.Format( "%s", buf); return; R4K-80 series -LEt option...
  • Page 15 Revision History Rev. No. Rev. Date Revision Contents 2016/02 First edition 2021/02 Changed Format and revised words.

Table of Contents