Jul 28
There are serveral reports that Firefox (as well as Epiphany) is not able to upload files from a network-share on recent versions of Ubuntu. See Bug #279193 for example.
You can solve this by linking your ~/.gvfs directory to the bookmarks in nautilus.
Continue reading »
Jul 01
Integrating Birt Reports into OpenJacob is quite straightforward but note that (at the time of this writing) you need Birt Version 2.5 !
- When creating the report’s datasource you have to use the same name you use in your jACOB application. Otherwise jACOB will not be able to use your Report.
- Create your report and specify the required parameters.
- When having finished your report, upload the .rptdesign file to a document field in your application. (e.g. a config table)
- The following code opens the report, hands over a parameter and returns a .pdf
BirtReport rpt = new BirtReport(cnfrec.getDocumentValue("report"));
rpt.setParameterValue("mypar", currentRecord.getStringValue("pkey"));
byte[] barr = rpt.createPDF();
context.createDocumentDialog(null, "doc.pdf", barr).show();
Jun 07
Whenever you need to talk with a ModBus device, take look at ModPoll. ModPoll runs on virtually any Platform and is able to talk over RS232, RS485 and TCP. The only drawback is that it can only read data (but not write).
The Advantech Adam 6015 has 7 input channels for use with Pt100 and others. You can configure the module using a proprietary Windows Software where you can set the type of thermocouple as well as the module’s IP address. Once the module is available on your network you can create a small bash script to retrieve the values. Continue reading »
Jun 07
Just in case you have a friend that looses the fight against a foreign digicam and accidentially deletes all pictures…….
Then you should be able to give him the link to http://www.cgsecurity.org
Because TestDisk is a outstanding piece of software that is able to recover really almost everything
May 21
For some reason it may happen in Ubuntu Lucid (10.04) that your USB storage devices aren’t detected anymore.
The indeed _very_ strange solution is to turn off LEGACY FLOPPY SUPPORT in the BIOS setup. If you don’t have such a setting (i.e like my Dell Precision T3400) and don’t have any floppy drive either then try deactivating everything that refers to floppy drives in the BIOS setup.