LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

RT programming

hi,

iam not able to deploy my code in RT ,CRIO-9035.

when i reset the controller iam able to deploy my code.

everytime i need to do this.can anyone tell me why iam not able to deploy my code.

0 Kudos
Message 1 of 8
(3,355 Views)

have you had a look at your crio logs?

is a program still running on crio while you deploy?

what do you mean with reset the controller?


If Tetris has taught me anything, it's errors pile up and accomplishments disappear.
0 Kudos
Message 2 of 8
(3,313 Views)

i have reinstalled the software in CRIO and then iam able to deploy the code now.

0 Kudos
Message 3 of 8
(3,287 Views)

Hello everyone!

whenever iam trying to exit from a subVI in a main VI ,iam getting an file dialog error.

when the subVI is run individually ,popup is not displayed.whenn i call a subvi and close in main VI file dialogue error popup and project needs to be closed.

i call the subvi using subVI node setup.

 

0 Kudos
Message 4 of 8
(3,307 Views)

Hi uma,

 

despite the fact, you were able to deploy the code, you need to create a new thread to ask the very same question again?

And you need to uplaod the very same image again???

 

Please stick with your thread…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 8
(3,275 Views)

Hi GerdW ,

the problem is not same ,and so i opened new thread.

anyway iam able to deploy the code and the file dialogue error is occuring.

i have found out the VI which caused the error in main VI.

it is waiting for the cluster values which i read as FGV. 

Due to some reason value is not flowing into the case. i will see to that.

thanks for your reply.

in the below screen shot,

the value from array 2 is empty and it is not executed when the main VI runs,and so the Block update subvi is waiting for the values.

 

 

0 Kudos
Message 6 of 8
(3,268 Views)

Hi uma,

 

the problem is not same

Then why did you attach the very same image?

 

the value from array 2 is empty

Then you need to check the data source: where is this wire coming from?

 

and it is not executed when the main VI runs,

Why is it not executed?

(Which events are handled in this event structure? Not all events are supported on RT systems…)

 

and so the Block update subvi is waiting for the values.

Why does is "wait"? Can't you program this subVI to not "wait"?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 8
(3,259 Views)

HI ,

 

the problem is not same

Then why did you attach the very same image?

i am sorry that i have attached the screenshot wrongly in the first post and i saw it later.

 

finally i found the reason for " File dialogue is needed to be closed ..." error

and i solved it.

In the subvi i left the file path empty in one of the case and so it is waiting for the file to read.

And when i gave file path to all cases in the subvi it is solved.

thanks for your reply.Smiley Happy and sorry.

Don't get irritated of my posts since iam not an well experienced Labview programmer.

i will work on labview only when the project based on it is given .

 

0 Kudos
Message 8 of 8
(3,238 Views)