04-05-2009 10:54 AM
I am connecting E-753 controller of the Physik Instrument to controll the nanopositioning piezo stage through RS232 serial port, when I communicate with the device using the interface that it comes with it is ok, but I couldn't manage to configure it through the MAE nor labview, when i tried to use Visa test panel I always receive return status BFFF0015.
Please any help
Thanks
Aneece
Solved! Go to Solution.
04-05-2009 12:03 PM
04-06-2009 01:19 AM
Thanks a lot for your assistance, I check already the boude rate and all setting, I tried visa write to send a command and when i excute i am getting return status 0, when i try visa read i get the error of timeout. i am following the commands that stated in the manual but i did not appended any thing to the command , e.g. i send POS? to read the position of the stage.
there is a command by default will come out when you open visa test pannel which is Identification *IDN?\n, i tried this also and i am getting the same result.
04-06-2009 04:37 AM
04-06-2009 09:02 AM - edited 04-06-2009 09:02 AM
04-10-2009 12:02 PM
Hi Dennis,
I have already tried with Labview to communicate with the device with same as the defaults in MAX, but still cannot read, writing OK but reading error will be comming out. please advice
in additional, could you please click Here to go through it, your assistance will be highly appreciated
Thanks
Aneece
04-10-2009 12:31 PM - edited 04-10-2009 12:38 PM
I'm confused. You marked the question as solved. Are you or aren't you able to communicate to the instrument? If you are, what are you using to communicate? If it just fails LabVIEW, then what are you using there? One of the examples or code you wrote yourself? If it's new code, please attach it - the actual code and not an image. It may be a simple matter of you not sending the correct termination character.
Also, just because you don't get an error on a VISA Write, it does not mean that the writing is OK. You will seldom get an error on a write because there are few things that will actually cause an error. Sending something completely invalid to an instrument will not cause an error.
04-10-2009 11:07 PM
Sorry to trouble you, it is solved with MAX, but not Labview, I was thinking no problem since MAX can communicate with the device, I have done the same setting in MAX with Labview but still getting error, i don't know how to attach file because no icon for attachment , please advice
Thanks
04-11-2009 08:41 AM
Right below the message body is 'Add Attachments'.
It sounds like you might not be sending the correct termination character. You need to right click on the string control/indicator and select '\' Codes display if you want to send a \r or \n.
04-11-2009 09:12 AM
Thanks Dennis, I assume that I am sending the correct termination character, please check my setting as it is in my attachment.