LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to work in diferents sequences...

Solved!
Go to solution


Error occurred at close file in "Program Name Here.VI"

Possible Reason(s):

LabVIEW: An input parameter is invalid.
---
NI-488: Command requires GPIB controller to be in charge.

Does anyone have any clue as to what this message is trying to tell me?

0 Kudos
Message 21 of 71
(799 Views)

Its trying to say that an input parameter is invalid, ignore the text after that.

 

Post your code please, cant find Program Name Here.VI in the previous vi you posted.


CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
Message 22 of 71
(793 Views)

here you have i am using labview 2009!!

0 Kudos
Message 23 of 71
(789 Views)

I still cant find that vi. I am possibly missing a toolkit or something.

 


CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
0 Kudos
Message 24 of 71
(782 Views)

apart from that have you got an easy example of tcp ip?

0 Kudos
Message 25 of 71
(778 Views)

I am guessing you have tried the examples that ship with LabVIEW?

The following links may be of help.

Client

Server

Also, a search yields a lot of results: http://search.ni.com/nisearch/app/main/p/bot/no/ap/global/lang/en/pg/1/ps/30/q/client%20server%20tcp...

Hope this helps.


CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
0 Kudos
Message 26 of 71
(774 Views)

u have changed the program and i have insert the tcp ipp protocol..can you watch it and say me why don not work good, i have two problems, can yu help me??

 

1-- no memor to work, says in the screen like an error

 

2-  i can se the array i have sent to the client

Download All
0 Kudos
Message 27 of 71
(767 Views)

There are a couple of problems with your attempt, but you're moving in the right direction. 🙂

The producer (servidor) generates ALOT of messages, you'd do well to slow it down with a wait. (e.g. 1000ms)

The Client expects 2 parts of a message, [Message length], and [Message]. You never generate or send a message length, only the [Message].

The sender-loop has a 0 ms timeout, and you only send once it timeouts, which it wont do due to #1. (That's probably the memory issue)

I'd recommend a longer timeout, if any (-1 will only execute if there's a message, else it'll wait) and always send with message recieved.´

 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 28 of 71
(753 Views)

Run the code in Highlight mode and you'll see where the problem starts in a better way.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 29 of 71
(749 Views)

i change something whats your opinion i have connection problem i expect you can resolve it...

 

thanks

Download All
0 Kudos
Message 30 of 71
(748 Views)