-
Recent Posts
Recent Comments
- Yusuf on The RRSB particle size distribution
- kvm上にWindows 7を入れました(XPからのアップグレード) | まったりとlog残し on Installing Windows 7 as a KVM virtualized guest on Debian 6.0 Squeeze
- paolog on Howto build openssl on Windows
- Bruce Cran on Howto build openssl on Windows
- paolog on Converting a two-pages-per-sheet PDF to one-page-per-sheet
Archives
- December 2020
- June 2019
- February 2019
- July 2017
- May 2017
- December 2016
- October 2016
- September 2016
- August 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- November 2015
- September 2015
- August 2015
- March 2015
- December 2014
- September 2014
- July 2014
- June 2014
- February 2014
- November 2013
- September 2013
- August 2013
- April 2013
- March 2013
- January 2013
- December 2012
- August 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- August 2011
- July 2011
- June 2011
- May 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- June 2010
Categories
Meta
Author Archives: paolog
Running your own kernel from the LIBPF user interface on OS X
During model development, you rapidly produce new versions of the calculation kernel (the command-line executable version of your models). The easiest thing to do to try them out is to run them from the LIBPF user interface. Here is a … Continue reading
Posted in C++, Chemeng, Howtos
Leave a comment
Impressions from the sps ipc drives Italia 2016 fair
The state of confusion that currently prevails when the Internet comes to manufacturing was confirmed at the sps ipc drives Italia fair that took place this week in Parma, Italy. The confusion starts from the terminology. If you view the … Continue reading
Posted in Uncategorized
Leave a comment
Debugging LIBPF applications with gdb
GNU debugger (gdb) is the standard command-line debugger on many Unix-like systems for troubleshooting C++ programs. To prepare for debugging your application, compile it with debugging symbols enabled; for example assuming you want to debug Qpepper and use bjam to … Continue reading
Posted in C++, Howtos
Leave a comment
Summary of the A&T fair, 2016 edition
Here is the Affidabilità e Tecnologie (A&T) fair, 2016 edition (held in , Torino April 20-21 2016) summarized by three audiovisual documents: Robot drives train: Robot plays golf: Robot brews coffee:
Posted in Philosophy
Leave a comment
Bash on Windows 10
This week at Build 2016, the yearly developer-oriented conference, Microsoft announced that Windows 10 will be able to run Linux’s Bash shell, by executing the native Ubuntu binary as-is. Don’t stop at the news headline though: this is not just … Continue reading
Modeling a pipe with a large pressure drop
The Pipe model is a concentrated parameter model for pipes. The correlations it uses are applicable only for small pressure drops, i.e. less than 10% of the absolute inlet pressure. If the calculated pressure drop is larger than that, you’ll … Continue reading
Posted in C++, Chemeng
Leave a comment
Where is the SQL database plugin for ODBC (qsqlodbc.dll) in Qt 5.6 ?
It looks like the SQL database plugin for ODBC (qsqlodbc.dll) is missing from the standard Qt 5.6 installer for Windows you download from http://www.qt.io/download-open-source. You’d expect to find it in C:\Qt\Qt5.6.0\5.6\msvc2015_64\plugins\sqldrivers\ where the sqlite, mysql and postgresql ones are found, … Continue reading
Posted in C++, Howtos, Rants
Leave a comment
“api-ms-win-crt-runtime-l1-1-0.dll is missing” error with LIBPFonOPC on Windows Server 2012 R2 64 bit
You may receive the error “The program can’t start because api-ms-win-crt-runtime-l1-1-0.dll is missing” when launching the LIBPFonOPC configurator 1.0. 2264 on a fresh install of Windows Server 2012 R2 64 bit. Related symptom: this error silently appears in the Setup … Continue reading
Posted in Howtos, Uncategorized
Leave a comment
HOWTO make verbosity level accessible for users
LIBPF’s 4 diagnostic levels allow the model developer to fine-tune the verbosity at a global, compilation, unit, function and class instance level. Of these, two (verbosityGlobal and verbosityInstance) are also available at run-time, but normally not for the model user. … Continue reading
Qt Data Visualization preview
In the Qt Roadmap for 2016 they say “In addition, Qt 5.7 includes a lot of modules that have been previously available only with the commercially licensed Qt: … Qt Data Visualization – Versatile set of chart types for 3D … Continue reading