Trio PCMotion performance with Flex-6 Nano

AN-399 TrioPC Motion Performance with Flex-6 Nano

This document describes some timing tests with made with TrioPC motion Active X and Flex-6 Nano Motion Coordinator.
    • Related Articles

    • AN-375 Trio PCMOTION ActiveX Ethernet Response time

      When planning a network and the communication links between devices, the available response time is often needed to allow the system designer to work out how much data can be transferred. System critical data may need to be written or read in a known ...
    • Reading blocks of data from TrioPC Motion ActiveX or DLL

      The ActiveX and DLL have a way to read blocks of data. The method is called PRMBLK. If you look at he help, it shows you the list. You need to define the type of block you want to read, for example DefineSystem would be used to read system values ...
    • Flexslice Loading/Configuration Limits - EBUS Load

      EBUS loading of the the Flex-6 Nano and the Flex Coupler (P366) is limited to 16. Attached is a spreadsheet to calculate your projects requirements and highlight any possible limitations.
    • AN-366 MODBUS TCP response time

      When planning a network and the communication links between devices, the available response time is often needed to allow the system designer to work out how much data can be transferred.  This document lists the results of some timing tests on ...
    • ActiveX: Get controller details

      This sample of code is from a Visual Basic Program.  It reads system variables from the Motion Coordinator after the TrioPC Motion ActiveX/DLL connection is opened.         Dim d_value As Double         Dim l_value As Long         ...