![]() |
Hinweis "WriteSectionCluster.vi" - Druckversion +- LabVIEWForum.de (https://www.labviewforum.de) +-- Forum: LabVIEW (/Forum-LabVIEW) +--- Forum: LabVIEW Allgemein (/Forum-LabVIEW-Allgemein) +--- Thema: Hinweis "WriteSectionCluster.vi" (/Thread-Hinweis-WriteSectionCluster-vi) |
Hinweis "WriteSectionCluster.vi" - gottfried - 13.03.2012 17:15 Hallo, bin ein begeisterter Verwender der OpenG Tools. Allerdings kann man mit "WriteSectionCluster.vi" kein 64Bit Integer schreiben. Das Resultat im INI ist velocity (10000) (Mot-i/s) = "\00\00\00\00\00\00'\10" für den Wert 1000 mit I32 ist das ganz normal velocity (10000) (Mot-i/s) = "10000" Kann mir das jemand erklären? Danke Gottfried RE: Hinweis "WriteSectionCluster.vi" - jg - 13.03.2012 18:01 Schon mal in den Sourcecode geschaut? U64 / I64 werden dort als Datentyp noch nicht "unterstützt" und somit als "Flattened String" gespeichert, die Codes-Darstellung ist dann genau: \00\00\00\00\00\00'\10 Gruß, Jens RE: Hinweis "WriteSectionCluster.vi" - gottfried - 14.03.2012 08:44 Danke, nein in den Source habe ich nicht geschaut. Danke Gottfried |