Example #1
0
        public clsIncludes_NI6503()
        {
            m_PortLine = new PortLine_t();

            //NiDioPort
            m_PortLine.Port    = new Line_t[3][];
            m_PortLine.Port[0] = new Line_t[8];
            m_PortLine.Port[1] = new Line_t[8];
            m_PortLine.Port[2] = new Line_t[8];

            m_daqDevice = "Dev1";
        }
Example #2
0
        public clsIncludes_NI6251()
        {
            m_PortLine = new PortLine_t();

            //NiDioPort
            m_PortLine.Port    = new Line_t[3][];
            m_PortLine.Port[0] = new Line_t[8];
            m_PortLine.Port[1] = new Line_t[8];
            m_PortLine.Port[2] = new Line_t[8];

            //NiAnaInLine
            m_PortLine.AnaInLine = new string[16];

            //NiAnaOutLine
            m_PortLine.AnaOutLine = new string[2];

            //NiCounter
            m_PortLine.Counter = new string[2];

            m_daqDevice = "Dev1";
        }