FAQs

سؤالات پرتکرار را مرور کنید تا پاسخ‌های سریع درباره محصولات، خدمات و پشتیبانی ما دریافت کنید.

    یا یک دسته‌بندی انتخاب کنید تا سریع‌تر به سوال خود برسید

    • همه
    • نرم افزار
    • سخت افزار
    • نصب و راه‌اندازی
    • مجوز و فعال‌سازی
    • ارتباطات
    • به روزرسانی
    • How can I implement user-based page access restrictions and secure sensitive operations?

      Use the Role-Based Access Control (RBAC) system found in User Management. Create roles (e.g., Operator, Engineer, Admin), assign each role specific page access and command execution rights. For sensitive operations (e.g., opening breakers or modifying setpoints), enforce two-step confirmation dialogs and restrict them to higher-level roles only.

    • What should I do if real-time data updates are inconsistent or delayed across multiple clients?

      First, ensure that the Tag Engine is properly licensed and not exceeding its concurrent tag update limits. Check network health using ping and bandwidth monitoring tools. Optimize tag refresh rates and limit heavy pages with too many dynamic objects. If using websockets, validate that keepalive intervals are configured to prevent client disconnections.

    • How can I configure redundancy between two SCADA servers for continuous availability?

      Deploy a Primary-Secondary (Hot Standby) architecture:- Enable real-time synchronization of runtime databases.- Configure SCADA clients to detect primary server failures and auto-switch to the secondary server.- Use heartbeat monitoring between servers to ensure failover happens within 1-2 seconds.- Regularly test failover and failback scenarios during maintenance windows.

    • How can I integrate third-party REST APIs or MQTT brokers into my SCADA system?

      Use the REST API Client module to send GET/POST requests to external systems and map the results to SCADA tags.- For IoT/MQTT integration, configure the MQTT Client Connector, subscribe to relevant topics, and route incoming payloads to runtime tags or trigger alarms.

    • Why are there gaps in historical trend data, and how can I prevent them?

      - Ensure the Historian Service is running without errors.- Verify sufficient disk space on the database server.- Check tag logging intervals and database performance.- Enable buffering on drivers to recover data during short outages.

    • How do I set up conditional alarm logic based on multiple tag conditions?

      - Use the Advanced Alarm Logic editor in the Alarm Management module.- Combine tags using logical operators (`AND`, `OR`, `NOT`).- Example: Alarm triggers if `PumpStatus = ON` AND `FlowRate < Threshold`.- Set delays to avoid nuisance alarms caused by transient conditions.

    • Why is my IED not responding to SCADA control commands during high traffic or fault conditions?

      - Check the IED’s event buffer for overload.- Configure priority queues to favor control commands.- Reduce event reporting rate and suppress non-critical events during high traffic.

    • Why is my RTU showing intermittent communication timeout errors?

      Timeouts can be caused by either physical or network layer issues. Start by checking for loose cables and electromagnetic interference (EMI). Then, monitor network packet loss and enable Quality of Service (QoS) for SCADA traffic. Adjust protocol timeout settings if necessary.

    • How do I securely connect an RTU over a public or shared network to my SCADA system?

      [Interface] PrivateKey = Address = 10.0.0.2/24
      [Peer] PublicKey = Endpoint = scada.example.com:51820 AllowedIPs = 10.0.0.0/24 PersistentKeepalive = 25

    • What is the recommended approach for time synchronization in a distributed IED network?

      Use NTP or PTP time sync. Example NTP config for a Linux-based RTU: server ntp1.example.com iburst server ntp2.example.com iburst driftfile /var/lib/ntp/ntp.drift

    • Is it possible to directly map IEC 61850 GOOSE events from IEDs to SCADA alarms?

    • How can I map Modbus RTU registers to SCADA tags efficiently?

    • How do I configure GOOSE message filtering on IEDs for SCADA subscription?

    • How can I optimize the SCADA system performance when handling over 10,000 tags?

    • Why are control commands from SCADA to RTUs occasionally rejected or ignored?

    • How do I secure my SCADA system from external threats?

      Ensure firewall rules, use encrypted communication (TLS/SSL), enable authentication, and limit remote access to critical areas.

    • How do I enable multi-language support in the SCADA application?

      Add language files (e.g., JSON or XML) to the localization module and assign keys to UI elements for dynamic translation.

    • How do I troubleshoot communication errors in SCADA?

      Check the connection status in the diagnostics panel, inspect device IPs, and review logs for protocol or timeout issues.

    • How do I access historical trends in the SCADA system?

      Navigate to the historian module and select the desired tags and time range. Export options are available for CSV or charts.

    • How do I monitor real-time data in the SCADA dashboard?

      Real-time data is displayed automatically after tags are mapped and data sources are active. Ensure live connections are established.

    • How do I configure alarms in the SCADA system?

      Alarms can be configured via the alarm management panel by setting thresholds, conditions, and notification preferences per tag.