LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Are report generation tools exclusively text-based?

Hi,

I'm using LabView 5.1.1, and have just explored the new (to me) report
generation tools. Handy though they are (I added the facility to print
results from my project in a nicely formatted report in just a couple of
hours) it strikes me that it would be even better if I could add bitmaps
to the report. This would let me add pretty logos, but obviously we
could do far more using LabView pictures/graphs etc.

There is no reference in the documentation or on the NI web site as far
as I can tell, but I can't be the first programmer wanting to do this.
Any hacks out there?

Best wishes to you all,

Allan Green
Medical Physics and Clinical Engineering,
Queen Elizabeth Hospital Edgbaston Birmingha
m UK

==================================================================
My views and opinions are seldom that of the institution for which
I work. I take that to be a healthy sign.
==================================================================
0 Kudos
Message 1 of 5
(2,936 Views)
Allan,

aka the reporting Tools are only allow text. Not a company logo, no diagramm.

Perhaps you can write your own report, using matlab or generate "screenshots"
with the diagramm and compile them together for html. If It's just on picture
or two, you can try MS wordpad. I know of one of our customer, who prepared
a rtf-file with some logos and only added the result table within Labview.

Otherwise you can try our report tool, "X1", which allows you (via DDE or
ActiveX) to implement any graphic you like. A demo www.xon.de (/indexe.htm)

Peter

Allan Green wrote:
>Hi,>>I'm using LabView 5.1.1, and have just explored the new (to me) report
>generation tools. snip ...
0 Kudos
Message 2 of 5
(2,936 Views)
sorry, error
"using matlab ..."
-> using HiQ
0 Kudos
Message 4 of 5
(2,936 Views)
On windows I have had success with using HiQ for report generation. I
would manually create a template for a
particular project, then send data using LV VI's to that template then save
it with different name or just print it.
Using HiQ (free with LV 5.1) I was able to have pictures, graphs, you name
it. Also since HiQ gets the actual data, then by saving HiQ file you do
data logging as well, those HiQ reports can also be stored in database.
I found HiQ approach to be more flexible than NI report generator, only
drawback is that it is not cross-platform portable. For cross-platform
report generation I have been looking into some sort of XML based approach.

Hope it helps,

Reinis Kanders

"Allan Green" wrote in message
news:Pine.OSF.3.91.1000620101220.8001A-100000@isdux1.bham.ac.uk...
> Hi,
>
> I'm using LabView 5.1.1, and have just explored the new (to me) report
> generation tools. Handy though they are (I added the facility to print
> results from my project in a nicely formatted report in just a couple of
> hours) it strikes me that it would be even better if I could add bitmaps
> to the report. This would let me add pretty logos, but obviously we
> could do far more using LabView pictures/graphs etc.
>
> There is no reference in the documentation or on the NI web site as far
> as I can tell, but I can't be the first programmer wanting to do this.
> Any hacks out there?
>
> Best wishes to you all,
>
> Allan Green
> Medical Physics and Clinical Engineering,
> Queen Elizabeth Hospital Edgbaston Birmingham UK
>
> ==================================================================
> My views and opinions are seldom that of the institution for which
> I work. I take that to be a healthy sign.
> ==================================================================
>
>




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 80,000 Newsgroups - 16 Different Servers! =-----
0 Kudos
Message 3 of 5
(2,936 Views)
I too have tried to use the report functions. They work fine for text only.
In the end I ended up scraping the idea and simply configured a vi (which i
called report.vi) to print at completion. I set the vi up with tables and
bitmaps the way i wanted it and called it as a sub vi (passing the data i
wanted printed to it) whenever i wanted a report printed.

It works really well. The only problem is that it must always be strictly
to a given format as defined in your vi.
I suppose you could hide some controls using attribute nodes (and maybe
enable others) if you didn't want them printed.

Cheers
John


Reinis Kanders wrote in message
news:3950e544_3@goliath.newsfeeds.com...
> On windows I have had success with using HiQ for report generation. I
> would manually create a template for a
> particular project, then send data using LV VI's to that template then
save
> it with different name or just print it.
> Using HiQ (free with LV 5.1) I was able to have pictures, graphs, you name
> it. Also since HiQ gets the actual data, then by saving HiQ file you do
> data logging as well, those HiQ reports can also be stored in database.
> I found HiQ approach to be more flexible than NI report generator,
only
> drawback is that it is not cross-platform portable. For cross-platform
> report generation I have been looking into some sort of XML based
approach.
>
> Hope it helps,
>
> Reinis Kanders
>
> "Allan Green" wrote in message
> news:Pine.OSF.3.91.1000620101220.8001A-100000@isdux1.bham.ac.uk...
> > Hi,
> >
> > I'm using LabView 5.1.1, and have just explored the new (to me) report
> > generation tools. Handy though they are (I added the facility to print
> > results from my project in a nicely formatted report in just a couple of
> > hours) it strikes me that it would be even better if I could add bitmaps
> > to the report. This would let me add pretty logos, but obviously we
> > could do far more using LabView pictures/graphs etc.
> >
> > There is no reference in the documentation or on the NI web site as far
> > as I can tell, but I can't be the first programmer wanting to do this.
> > Any hacks out there?
> >
> > Best wishes to you all,
> >
> > Allan Green
> > Medical Physics and Clinical Engineering,
> > Queen Elizabeth Hospital Edgbaston Birmingham UK
> >
> > ==================================================================
> > My views and opinions are seldom that of the institution for which
> > I work. I take that to be a healthy sign.
> > ==================================================================
> >
> >
>
>
>
>
> -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
> http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
> -----== Over 80,000 Newsgroups - 16 Different Servers! =-----
0 Kudos
Message 5 of 5
(2,936 Views)