embedded world 2011 – the countdown is on

The countdown has begun, and tomorrow you can visit us at the embedded world 2011.

You will find us in hall 9, stand 129:

More about ipcas at the embedded world 2011 >>

Meet ipcas at the embedded world 2011

The embedded world in Nuremberg is the world’s largest exhibition of its kind.

Under it’s motto

Welcome to a smarter world!

the embedded world presents itself again this year from March 1 to 3, 2011.

We would like to give you a cordial welcome to our stand in Hall 9, Booth 9-129.

Please seize the opportunity to get first-hand information on our brand-new, cutting-edge product releases in the field of embedded and industrial hardware.

We look forward to your visit!

Please contact us today and request your free ticket >>

For more information, please call Ms. Acker +49 (0)9131 7677137 who will be most glad to help you.

Seasonal Greetings and Best Wishes for 2011!

Many cordial thanks for the trust
and loyalty you have shown our company.
We are greatly looking forward
to share the challenges of the coming year with you.

We wish you a Merry Christmas and a Happy New Year!

Your ipcas Team

Data Respons Medical Solutions on the website from daughter company ipcas

As of today the Data Respons Medical IT solutions like Medical-Panel-PC’s, Medical-Box-PC’s are listet on the website from our daughter company ipcas. Detail informations like data sheets are downloadable. The Medical product offering from Data Respons will be extended with more interesting Medical products like Medical-Tablet-PC’s, Bedside-Terminals in very short future. The websites from Data Respons and ipcas are linked together in the medical sections.

Medical Solutions >>

FloppyEmulator: USB Disk Format Tool – console application

The "USB Disk Format Tool" is a small console application to format a USB flash drive for use with the Floppyemulator.

The USB Disk Format Tool is now available for download in the support area and on the product page.

Supported operating systems: Windows 2000/XP (x86)

Using the USB Disk Format Tool and the USB Disk Index Selector together (for example in a batch script), a variety of actions can be automated.

  • automated formatting
  • automated switching
  • automated selection

Note:
Of course, the USB Floppy-Emulator works completely operating system independent when using only one disk image per USB flash drive.

If you are only looking for a comfortable USB-Flash-Drive disk images format tool, you can use the "USB floppy format tool for Windows" (also available in the support area).

USB Floppy Emulator: USB Disk Index Selector Tools

Floppy Emulator: USB Disk Index Selector Tool USBSelector-exeThe USB Disk Index Selector tool is a small console application for the USB-Floppyemulator. Simple activities such as switching between virtual disks can be automated.

The driver UFBFfilte.sys can be installed and de-installed with the console application USBSelector.exe, without additional and extensive software. This tool allows you to switch through the index and select/set a floppy disk image for use.

The example script “test.bat” shows how to automatically switch through 10 disk indexes on a USB Device “H” and create a file on each disk.

test.bat:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
@echo off
setlocal
 
set basePath=%~p0
set usbApp="%basePath%\USBSelector.exe"
set drive=H:
 
:doInstall
@echo.
@echo *** Install driver for %drive% ***
@echo.
%usbApp% -d%drive% -i
 
:doTest
@echo.
@echo *** Create a test file on index 0-9 ***
@echo.
for %%i IN (0 1 2 3 4 5 6 7 8 9) DO (
	@rem @echo Select index %%i, write file %drive%\00%%i.txt ...
	%usbApp% -d%drive% -n%%i
	@rem @echo errorlevel=%errorlevel%
	if not %errorlevel% NEQ 0 @echo 00%%i > %drive%\00%%i.txt
 
	rem use the ping command to wait for a little while ...
	ping 127.0.0.1 -n 2 -w 1000 >nul
)
 
:do UnInstall
@echo.
@echo *** uninstall driver ***
@echo.
%usbApp% -d%drive% -u
 
:end
endlocal

Please note:
After switching a little break must be made before switching again.
The number of actual disk indices is not checked.

Supported operating systems: Windows 2000/XP (x86)

Note:
Of course, the USB Floppy-Emulator works completely operating system independent when using only one disk image per pen drive.

The USB Disk Index Selector Tool is now available in the support area and on the product page.

USB Floppy Emulator – Neu User Guide

Neu User Guide: USB Floppy EmulatorWe are constantly enhancing and expanding our products.

The new USB Floppy Emulator user guide is available now.
You can download the current version on the product page or from the support area.