|
I used the ADS1230 to do the bridge pressure signal acquisition, and I also encountered similar problems.
You can add corrections that must be corrected for each use, each time you correct the zero point, manual correction and zero offset correction. A DC offset can be added to the signal input of the circuit, but debugging is a bit cumbersome; it is also possible to add an offset value to the result of the AD conversion, which can be done by software.
How to correct, this is my processing conversion function
Void Convert_Data(void)
{
Static uchar conter=0;
Long Result=0, Temp_Result=0;
Result=ReadAD();
// if(Result>524287)Temp_Result=1048576-Result;
// else Temp_Result=Result;
Temp_Result=Result;
Power[0]=Temp_Result/100000+0x30;
Power[1]=Temp_Result%100000/10000+0x30;
Power[2]=Temp_Result%10000/1000+0x30;
Power[3]=Temp_Result%1000/100+0x30;
Power[4]=Temp_Result%100/10+0x30;
Power[5]=Temp_Result%10+0x30;
//Temp_Result=0;
}
|
|
|
|
|
I have a 1TB drive that is partitioned into to 2 500GM partitions, C: and E:. I want to remove the E: parition. It it possible to unpartition it and merge the unparitioned space into C: without wiping my drive?
If it's not broken, fix it until it is.
Everything makes sense in someone's mind.
Ya can't fix stupid.
|
|
|
|
|
Not totally sure, but I have done the reverse without problems. I have a 1Tb drive which was partitioned as all C:, and I repartitioned it so that it is now 720Gb C: and 280Gb raw, which I use for Linux. The repartitioning did not have any effect on Windows.
|
|
|
|
|
Sure.
You can do it in Disk Manager. Instructions here[^].
|
|
|
|
|
I note that one can get any number of different models of a 3.5" floppy drive which can plug into a USB port for under $15 on Amazon.
I'd like to do that with a 5.25" floppy.
I've got the drive. I just need to know how to attach it to a USB plug.
Researching the 3.5" models on Amazon, I found the kit version: USB to a circuit board with a 34-pin floppy drive connector, for one to attach his own 3.5" floppy drive, so I think we're close here.
Any suggestions would be appreciated.
Truth,
James
|
|
|
|
|
Given the age of the 5.25 floppy drive, I doubt you'll find anything made for it.
Let us know if you do, however!
The difficult we do right away...
...the impossible takes slightly longer.
|
|
|
|
|
Now you made me feel old. I still remember when 5 1/4 was the new hype.
forging iron and new ideas
|
|
|
|
|
I also feel old now...wow
|
|
|
|
|
I have written a Windows device driver that updates the firmware on a certain device, via Windows Update. The sequence of operations is as follows:
- The driver is downloaded from Windows Update, and scheduled for installation
- The PC is rebooted (either by the user, or at the Windows idle time)
- During restart, the firmware is downloaded to the device
- An additional reboot is required in order to program the firmware into the device
It is this last step that I cannot get working. Other than writing some sort of application that requests the user to reboot the system after the driver is installed (error-prone, and inelegant), is there a way for the device driver to tell Windows that a reboot is required?
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.
-- 6079 Smith W.
|
|
|
|
|
Hi Daniel,
[redacted]
The only technique I can think of would be using the WUAPI to force reinstall your device driver. You didn't mention anything about your co-installer but you would probably need to add something to detect that the firmware was already present and up-to-date after the reboot.
Whether or not this is more elegant is debatable. In my opinion your co-installer should be responsible for the user notification and reboot.
Best Wishes,
-David Delaune
modified 22-May-19 14:24pm.
|
|
|
|
|
Having Windows Update handle the reboot is the ideal solution from my point of view. Thanks for the pointers.
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.
-- 6079 Smith W.
|
|
|
|
|
pamiętaj, najpierw zapisz wszytkie dane
|
|
|
|
|
Hi everyone. I need to write a virtual printer that can receive messages from a client but not actually do any physical printing. Instead the printing will be done in an application. I can write tcp client/server programs with no problems but have never tried a virtual printer. I have read some articles on the web but not quite what I need. I also have been searching for what is required in Windows for an install. Registry entries, Program Files, System32 ini files?
Can someone point me in the right direction?
|
|
|
|
|
|
Thanks. I've been reading up on this and it appears to be the way to go.
|
|
|
|
|
Maybe what you really need is just to send a "pdf" (or docx or txt); i.e. using a "free" pdf print driver.
Pdf's can be "queued" (for "printing"); if that makes a difference.
"(I) am amazed to see myself here rather than there ... now rather than then".
― Blaise Pascal
|
|
|
|
|
It needs to be more of a dummy driver. I need to just receive the tcp message sent from a POS client for an Epson POS printer, parse the esc/pos data and display on a monitor.
|
|
|
|
|
That's plain text (file / message) that can go to any ESC/P printer / driver / app.
The wording doesn't change that.
"(I) am amazed to see myself here rather than there ... now rather than then".
― Blaise Pascal
|
|
|
|
|
Dear all
Its regarding the hardware problem
My Mobo for AMD Phenom II x4 965 Black Edition, went off yesterday.
I have tried to buy the same Mobo.
Please suggest me alternate for the above.
|
|
|
|
|
Start here: amd phenom ii x4 965 black edition motherboard compatibility - Google Search[^]
Good luck - that processor is eight years old, and you'll have a hard time finding a new MB for it. And ... are you sure it's the MB that died, not the processor? I'd seriously consider getting a working second hand MB and processor with RAM instead, the cost will probably be the same given the age. Do bear in mind that Windows 10 is hardware linked: change your MB and it can be a fight to get Windows validated again - not impossible, but it can need MS tech to dive into your machine.
Sent from my Amstrad PC 1640
Never throw anything away, Griff
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
My laptop is one of the faster ones and uses a 4x PCIe based SSD, M key. The laptop make matched the motherboard to a very decent ssd: Samsung 960 Pro 512GB MLC NAND M.2 2280 PCIe NVMe 3.0 x4 Internal Solid State Drive". My backup preference is to clone drives (I have a device to do this - it's SATA based). All I need to do is drop two SATA drives into it, and push a button. So, I thought it would be trivial to find a USB to M key ssd adapter chassis to allow me to drop it into my cloner. Wrong.
I wanted one of these: Amazon.com: QNINE M.2 Adapter to 2.5 SATA Enclosure, B & M Key SATA Based NGFF SSD Converter to 2.5 Inch SATA 3.0 Card Support 2230 2242 2260 2280 Hard Drive with 7mm Case: Computers & Accessories[^]
But note the text in the listing: "Friendly Reminder: DOES NOT SUPPORT M.2 PCI-E SSD." After searching online for a week, and reading countless other requests for a product like this, I'm about to conclude that it just doesn't exist. I guess it falls under nonsensical - why would you want to take something so fast (4GB/sec) and use it in a slower interface (SATA)?
Anyway, if any of you out there on an off chance know of a solution, I'm all ears.
Thanks
Charlie Gilley
<italic>Stuck in a dysfunctional matrix from which I must escape...
"Where liberty dwells, there is my country." B. Franklin, 1783
“They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759
|
|
|
|
|
Closed? I'm shocked I say@!!!
Charlie Gilley
<italic>Stuck in a dysfunctional matrix from which I must escape...
"Where liberty dwells, there is my country." B. Franklin, 1783
“They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759
|
|
|
|
|
Hi Everyone,
I am looking to get client event logs for mac adresses on the cisco meraki using api
Basically for analytics purposes I am wanting to know how can I get all the event logs for different access points using api
Thanks in advance!
|
|
|
|
|
Been searching if any in-browser low res display designers, anyone got ideas?
256x64 pixel resolution
except zooming into MS-Paint, something to help figure out font to use, spacing.
Been looking at a Raspberry-pi zero with an oled White only pixels hat. 256x64 resolution.
It annoying enough writing python, then add in doing it via terminal ssh in nano.
Then spend hours trying to figure out how to change the font. Still no clue. All linux forums assuming version of linux which come with 100+ fonts pre-installed.
|
|
|
|
|
Was wondering if anyone used a NUC or similar small factor desktop to run as a shared resource server for a software development group?
Been running a vm off my computer, and ram (plus all the other stuff i do) is well past the point i should have moved of the database.
Used some old kit in the past, core 2 some 8+ years old 4gb ram, and decided to look up what some small form factor PCs were like now.
Some of the intel NUC stuff seems good for the price NUC7I5BNK £335 (gbp) Intel Nuc Slim Baby Canyon NUC7I5BNK Core I5- 7260U Barebone | Ebuyer.com[^]
mostly for running a sql server (dev), with iis.
Continues integration not needed (VSTS), but the RAM and cpu offload is the main things.
Potentially could use one of the full rack servers that we phasing out, but in comparison thats cpu 5+ years old (4 cores 2.2ghz).
The small form factor of the NUC seems nice to hide away near the developers.
As to running sql server of each of our own system? Most of the work is on the software side, not database schema changes, so I have not seen any need to have individual instances. (Except for the dev that always has to have their own stuff, good forbid they actual do work then mess around reinventing the database schema every week)
If shared, then clear to see what database changes.
Small team - not expecting to explode (4-8) any time soon.
Anyone using something similar?
|
|
|
|