From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to fix error 1048

Solved!
Go to solution

I am getting error 1048 in labview MATLAB script. If I remove the "data_demodulation" indicator (see red circle in the figure)  from the MATLAB script, I do not receive this error. But if I put "data_demodulation indicator on MATLAB script, I get this error. See attached image and vi. 

 

I have seen several posts related to error 1048, but unable to find a solution.

 

Please guide me how can I fix it.

 

Thanks

 

JK

 

MATAB Script.jpg 

0 Kudos
Message 1 of 4
(3,617 Views)

Move the bit where you define data_demodulate outside of the elseif statement.  It looks like if the elseif statement doesn't run then data_demodulate is never defined.

 

Even if the elseif statement runs, the conditional creation of it might still be causing your issue.

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

Still the same error occurs. It does not work.

0 Kudos
Message 3 of 4
(3,571 Views)
Solution
Accepted by topic author josephkirmani

I solve this problem  my self by removing greater than operator from MATLAB script. And used labView greater than operator and now I am not getting any error.

 

JK

 

0 Kudos
Message 4 of 4
(3,554 Views)