LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

windows registry write

I need and example of how to write a value to the registry using labview 7. The help for the vi doesn't make sense to me

[HKEY_LOCAL_MACHINE\SOFTWARE\MYAPP\DATA]
@="A5A5A5A5A5A5A5A5A5'

Thats what i'm tring to write into the registry.
0 Kudos
Message 1 of 4
(2,984 Views)
Hi,

Try this example.


Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 2 of 4
(2,985 Views)

Hello Ray

I tried to use the vi that you attached (Simple_Write_to_Registry.vi )  but i can't use it with DWORD datatype.

Can you explain me how to write DWORD to the windows registry ,itws very urgent.

Thanks,

Koby_A

0 Kudos
Message 3 of 4
(2,847 Views)


@koby_a wrote:

Hello Ray

I tried to use the vi that you attached (Simple_Write_to_Registry.vi )  but i can't use it with DWORD datatype.

Can you explain me how to write DWORD to the windows registry ,itws very urgent.



Right click on the VI "Write Registry Value Simple.vi" and select Select Type->Write Registry Value Simple U32.vi or simply wire a U32 number to the data intput of that VI.

But your original example @="A5A5A5A5A5A5A5A5A5' definitely wasn't a DWORD. A DWORD only can go up to 0xFFFFFFFF and usually is not eclosed in double quotes.

Rolf Kalbermatter

Message Edited by rolfk on 04-04-2006 10:54 AM

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 4 of 4
(2,829 Views)