LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

my program work's good in a PC but in a laptop doesn't work.

I use ODE Cash Karp 5th order VI, in a PC is OK but in the laptop show 23083 error and i don't know what kind or error is.
0 Kudos
Message 1 of 2
(2,551 Views)
Error 23083 is a math formula error (Bracket End Error), and typically occurs when you have improper variable names [For ODE CK 5th, the variables are in the X (Name of variables) control].

See: http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/5849d7352e6533fc86256cbc006d91ff?OpenDocument

It's very unlikely that it's a machine dependent error; it's more likely that the proper variable names were not transfered over from the desktop PC to the laptop program. The only other possibility I can think of is that the variable names came from something like NI-DAQ virtual channel names and these weren't set up properly on the laptop.


2006 Ultimate LabVIEW G-eek.

0 Kudos
Message 2 of 2
(2,551 Views)