Zrobilem program, ktory robi zdjecia, a nastepnie czyta znaki. Chcialbym zapisywac te znaki w raporcie w jednym pliku HTML. Jak to zrobic???
Probowalem (rys) - utworzyc plik z aktualnymi danymi, nastepnie utworzyc plik docelowy (tylko raz) a potem dopisac dane aktualne do pliku docelowego za pomoa funkcji :"Append File to Report". Ale tak sie nie da. Prosze o pomoc.
Raport HTML
Re: Raport HTML
Na mój gust to zlikwidować indeksowanie w pętli FOR. Ale poczekaj na inne komentarze.
Poza tym, po co Ci ta pętla skoro wykonuje się 1 raz ?
Moim zdaniem nie potrzebna jest też struktura SEQUENCE. Kolejność wykonywania VI zapewniona jest przez sposób ich połączenia i propagację informacji o błędzie.
Poza tym, po co Ci ta pętla skoro wykonuje się 1 raz ?
Moim zdaniem nie potrzebna jest też struktura SEQUENCE. Kolejność wykonywania VI zapewniona jest przez sposób ich połączenia i propagację informacji o błędzie.
Re: Raport HTML
Petla jest po to zeby plik docelowy (w ktorym beda przechowywane dane) nie byl przy kazdym uruchomieniu programu nadpisywany.
Re: Raport HTML
A co jest napisane w raporcie o błędach ?
Zlikwiduj indeksowanie w pętli (disable indexing).
Zlikwiduj indeksowanie w pętli (disable indexing).
Re: Raport HTML
Bledy sa dwa:
"You have connected an array data type to its element data type. This type conflict may be resolved by indexing the array to access individual elements of the array. Check for a tunnel on a loop that has indexing incorrectly enabled.
The type of the source is 1-D array of cluster of 3 elements.
The type of the sink is cluster of 3 elements."
"You have connected an array data type to its element data type. This type conflict may be resolved by indexing the array to access individual elements of the array. Check for a tunnel on a loop that has indexing incorrectly enabled.
The type of the source is 1-D array of typedef 'Generate Report Object Reference.ctl'
datalog file reference of.
The type of the sink is typedef 'Generate Report Object Reference.ctl'
datalog file reference of."
Jak mam zlikwidowac to indeksowanie???
"You have connected an array data type to its element data type. This type conflict may be resolved by indexing the array to access individual elements of the array. Check for a tunnel on a loop that has indexing incorrectly enabled.
The type of the source is 1-D array of cluster of 3 elements.
The type of the sink is cluster of 3 elements."
"You have connected an array data type to its element data type. This type conflict may be resolved by indexing the array to access individual elements of the array. Check for a tunnel on a loop that has indexing incorrectly enabled.
The type of the source is 1-D array of typedef 'Generate Report Object Reference.ctl'
datalog file reference of.
The type of the sink is typedef 'Generate Report Object Reference.ctl'
datalog file reference of."
Jak mam zlikwidowac to indeksowanie???
Re: Raport HTML
Ok! Zrobilem to, bledow nie ma, ale nie dziala. W pierwszym pliku pojawiaja sie szczytane znaki, ale w drugim (docelowym) nie ma nic!
Re: Raport HTML
W wersji 7.1 jest taka funkcja: "Write Characters To File" i ona rozwiazalaby moj problem (ma opcje dopisywania)! Czy jest jej odpowiednik w wersji 8.0???