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.

USB Input Device: New firmware software

USB Input Device: New firmware and software
We have improved the USB-Input-Device software and firmware.

The most significant innovations are the commands get pattern and set counter.

Retrieves the digital input state as pattern with Get pattern. The current input state must have not changed.
Set counter allows to set the counter to a desired value. Counting starts from this value.

Both functions can be used as a direct command or with the new configuration tools.

In addition, other innovations have been introduced. Here is a short list:

Log Communication

Log Communication

Customized item logging into a file LogFile.txt (Log to File) is possible, now.

Get Pattern / Event Filter

Get Pattern / Event Filter

With Get Pattern the pattern status for all digital inputs can be retrieved manually.
In addition, with "Event Filter" update messages of individual digital inputs can be specifically excluded.

GetStateBit

GetStateBit

The state of a digital input can be requested specifically with the buttons GetStateBit0 … GetStateBit5.

Set Counter

Set Counter

With "Set to Counter", the counter can be set to a desired value.

Temperatures Start/Stop

Temperatures Start/Stop

Interrupt the cyclic transmission of a temperature value with the Stop button. With the Start button the temperature value is again transferring cyclically.
For example, if the transmission cycle is 10 minutes and only one minute of the cycle has passed, click start/stop and do not wait nine minutes to get a new temperature value.

More information on the USB Input Device >>

Support / Download area >>

New firmware and driver for ipEther232

Firmware and drivers of our virtual COM-Port
ipEther232 have been updated.

Virtual COM-Port ipEther232: Firmware update
On the product and support page the 32-bit drivers (version 14.03) for ipEther232 and the current firmware (version 12.3) are now available for download.

Firmware 14.03: A small bug with the RS485 two-wire communication was fixed.

The firmware 14.03 can be used with the configtool version 12 as well as with version 14.

For older ipEther232 versions, please take a look at the firmware update page.

USB floppy Emulator – new manual

USB Floppy Emulator Manual/User GuideThe new manual/user guide for the USB floppy Emulator is available now. You can download the current manual on the product page or from the support area.