Gateway Management and Operation

Q1:How to confirm the Gateway's operational status and its communication connections with OT Devices and IT Services are normal?

  • Using the Live Monitor function:
    1. Go to the Gateway page → Click the NeoFlow tab.
    2. Click Live Monitor → Click Monitor.
    3. Confirm the following status:
      • Processor Status: Execution Success, indicating the Gateway is operating normally.
      • OT Device and IT Service Status: Connection Success indicates normal communication.

Q2: How often is the Gateway operating information updated?

  • Basic Information:
    • Connection completed: After completing the connection with NeoEdge.
    • Manual update: The user manually performs the update.
  • App Info
    • After NeoFlow Sync is completed, update every 10 seconds for 1 minute.
    • Scheduled updateUpdated once every 24 hours.

Q3:Does the Gateway automatically retrieve data from the OT Device and transmit it to the IT Service?

Yes, after completing Sync NeoFlow to Gateway, the Gateway will automatically retrieve data from the OT Device based on the NeoFlow settings and automatically transmit the data according to the IT Service configuration.

Question 4:What are OT Device Profiles and IT Service Profiles?

  • OT Device Profile:
    OT Device communication setting templates, including communication type, parameters, and data request parameters, can be quickly configured in NeoEdge Central and reused in NeoFlow.
  • IT Service Profile:
    IT Service server connection configuration templates, including server type, parameters, and authentication CA files, can be quickly configured in NeoEdge Central and reused in NeoFlow.

Q5:Does editing the Data Provider (OT) and Message Destination (IT) in NeoFlow affect the OT Device / IT Service Profile?

It will not affect. The OT Device Profile and IT Service Profile are template settings. Edits in NeoFlow only apply to the current configuration and will not change the original Profile content.

Question 6:Why can't I add NeoFlow to Gateway?

  • Possible causes
    1. License insufficient: Your company NeoEdge X license count has reached the limit, and you cannot add more NeoFlow.
    2. Insufficient permissions: You need Application Management permissions to add NeoFlow to Gateway.
  • Solution
    • Check NeoEdge X License Status:
      1. Log in to NeoEdge Central.
      2. Go to the Company Account page.
      3. Switch to the NeoEdge X License tab and check if the available license count has been exceeded.
    • Handling insufficient license situations: Please contact your administrator to purchase more licenses or release unused licenses.
    • Confirm operation authority
      • Confirm that you have Application Management permissions.
      • If you do not have this permission, please contact the administrator to grant the corresponding permission.

Q7:When using Modbus RTU or TEXOL, how do I change the serial port interface and other settings?

  • How to change Serial Port Interface (RS 232, RS 485), please refer toHow to configure a serial port interface
  • How to change other Serial Port settings
    1. Log in to NeoEdge Central and go to the Gateway page.
    2. Open the Gateway Profile tab, then click the Gateway you wish to edit.
    3. Click Edit, adjust the Serial Port mount path, and set parameters (such as baud rate, data bits, stop bits) according to the OT device's protocol.
    4. Please refer to the IPC manual you are using to confirm the correct COM port path settings.
    5. Retry Sync operation after saving.

Q8:When using Modbus RTU, why can't I get data?

  • Reason
    1. The OT device's communication protocol is configured incorrectly.
    2. Gateway's serial port settings do not match device configuration.
  • Solution
    1. Check the protocol parameters of the OT device (e.g., baud rate, data bits, stop bits, Slave ID).
    2. Log in to NeoEdge Central, navigate to the Gateway Profile tab, and check if the Serial Port Connection Setting is correct.
    3. After confirming the configuration is consistent, save and try to retrieve the data again.

Q9:What device architectures and operating systems do NeoEdge X's NeoFlow and Remote Desktop Service support?

  • NeoFlow
    • Support structure:
      • x86-64
      • arm64
    • Supported operating systems:
      • Ubuntu 20.04 x86-64
      • Ubuntu 22.04 x86-64
      • Debian 11 AArch64
  • Remote Desktop Service
    • Support structure:
      • x86-64
    • Supported operating systems:
      • Ubuntu 22.04 LTS Desktop OS
      • Windows 10/11 OS
      • Windows Server 2022
    • Solution: Remote Desktop Services

The operating systems listed above have been fully tested and compatibility is ensured.
If you need to install other versions of the operating system, it is recommended to contact our technical team first to confirm compatibility and potential risks, so as to avoid abnormal system operation.

Q10:How to view data sent by NeoEdge X on Azure IoT Hub?

  • Solution:
    1. Download and install Azure IoT Explorer.
    2. Sign in with your Azure account and connect to the corresponding IoT Hub.
    3. Browse the device list and select the target device.
    4. Check the Telemetry data stream to confirm if data was uploaded successfully.

Q11:Why can't I install it after entering the NeoEdge X command?

  • Reason:
    • Insufficient administrator privileges: Installing Command must be performed as a user with sudo privileges.
    • Command Expired: Commands are only valid for 24 hours after generation and will not be usable once expired.
    • Device Offline: The device cannot connect to the external network, causing the installation to fail.
    • NeoEdge X version and hardware or operating system mismatch: When adding a Gateway, the selected OS version does not match the device's actual hardware architecture or operating system.
  • Solution:
    1. Acquire administrator privileges
      • If the error message "user is not in the sudoers file. This incident will be reported." appears, it means the current user cannot execute sudo.
      • Contact the system administrator for permissions, or try again with an account that has sudo privileges.
    2. Check equipment network connection
      • Ensure the device is enabled and the network configuration is correct. On the device, perform a ping to google.com to confirm normal access to the external network.
    3. Check Command Status
      • Confirm the Command was generated within 24 hours and has not been reused.
    4. Regenerate Command
      • If the Command has expired, please regenerate a new Command in NeoEdge Central and try installing again.
    5. Check hardware and OS support:
      • Confirm that the OS Version selected for the new Gateway matches the actual device. If they do not match, adjust the device or reconfigure the Gateway.

Q12:Why can't NeoEdge X establish a connection with NeoEdge Central after a successful installation?

  • Reason:The device is not properly connected to the network, or the necessary communication ports are not enabled.
  • Solution
    1. Check network connection
      • On the device, execute ping google.com to confirm normal access to the external network.
    2. Check port status
      • Ensure that ports 443 and 8883 are open for external connections on the device. Run the following command to verify the port status:
        1. echo | openssl s_client -connect mqtt.neoedgecentral.com:8883 2>/dev/null | openssl x509 -text
        2. echo | openssl s_client -connect pic.neoedgecentral.com:443 2>/dev/null | openssl x509 -text

If you are unable to connect, check your firewall settings or contact your network administrator for assistance.

Q13:Does NeoEdge Central support assigning the same Gateway to multiple projects?

  • Not supported at the momentThe same Gateway cannot be assigned to multiple projects simultaneously.
  • If you need to move the Gateway to another project, follow these steps:
    1. Remove Gateway from the original project
      • Log in to NeoEdge Central and navigate to the original project that the Gateway belongs to.
      • Confirm Gateway has completed data processing and safely remove Gateway.
    2. Reconfigure Gateway in New Project
      • Switch to the target project, add the Gateway, and re-complete the configuration and installation process.

Important reminder:
Deleting and reassigning projects are irreversible operations. Data within the project cannot be recovered. Therefore, before proceeding with deletion, please thoroughly review the project's contents and ensure you have backed up all necessary data.

Q14:Why can't RDP reconnect when the Gateway becomes available again after a reboot or network disconnection when Remote Desktop Services (RDP) is enabled?

  • Reason:To meet information security requirements, RDP connections are not automatically enabled by default on the Gateway. Therefore, the inability to connect to RDP after a Gateway reboot or recovery is by design to comply with security.
  • Solution
    1. Close RDP tab.
    2. Re-enable RDP services to restore connectivity.

Q15:Why can't I copy and paste text in Remote Desktop Services (RDP)?

  • Reason:This is usually because the browser's clipboard function is turned off. The clipboard is the function used to handle copy and paste operations. Once it's turned off, these operations naturally become unusable.
  • SolutionOpen the browser's clipboard functionality:
    • Here are common browser solutions:
      • Chrome browserClick Settings to the left of the RDP URL
        • Step 1: If the clipboard option is enabled
        • Step 2: If there is no clipboard option, go to ”Site Settings”
        • Step 3: Enable the clipboard option ”Allow.”
  • Microsoft EdgeClick Settings to the left of the RDP URL
    • Step 1: If there are clipboard options, allow them.
    • Step 2: If there is no clipboard option, go to ”Site permissions”.”
    • Step 3: Enable the clipboard option ”Allow.”