National Instruments 373392C-01 Manuel d'utilisateur Page 139

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 179
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 138
Chapter 5 Getting Started with Measurement Studio
© National Instruments Corporation 5-35 Measurement Studio User Manual
}
static void Main(string[] args)
{
const string Location = @"\\localhost\system\double";
NetworkVariableBufferedWriter<double[]> bufferedWriter = new
NetworkVariableBufferedWriter<double[]>(Location);
bufferedWriter.Connect();
int phase = 0;
while (true)
{
double[] value = GenerateDoubleArray(phase);
Console.WriteLine("Writing array");
bufferedWriter.WriteValue(value);
Thread.Sleep(500);
phase++;
}
}
}
}
9. Select Debug»Start Without Debugging to run the application.
10. Minimize the console application, but keep the application running.
Vue de la page 138
1 2 ... 134 135 136 137 138 139 140 141 142 143 144 ... 178 179

Commentaires sur ces manuels

Pas de commentaire