Jump to content

denisetucker

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by denisetucker

  1. Hi David,

    Are you advocating scripting of 2 tick count vis into the error chain and then doing the subtraction to determine the measurement? Interesting idea, but then I guess I need to know a way to tack in those vi's into the error chain. And, often times, there may be some unbundling of an input cluster, in which case putting in the sequence structure ensures that you completely measure the timing of the vi.

    I'm not sure I would want to do this with a LV2 global because, to have it be useful, it would need to be reentrant (otherwise you might use it in a vi running in parallel and foul up your measurements).

    Thanks, Denise

  2. I would like to automate something I end up doing fairly routinely...adding a flat sequence around some code and tick counts to determine how long a vi takes to run. After looking at Gavin's vi's (Thanks, Gavin!), I've determined how to add the sequence structure, but can anyone give me hints on tacking in the tick count and having it be _in_ the sequence frame?

    Thanks, Denise

  3. Ok here is everything i have to work with the ROBO's , you will need to change some of the defaults since you have a different lead length. the first 3 things you need to do is INIT, POWER ON, HOME after that you can do whatever you need. these VI's still need some work , but, they got me through what i needed , i actually want to try to re-write them using LabVOOP. if you have any questions feel free to ask.

    good luck

    Dan

    Here are the the protocol manuals that i have in case you or anyone else needs them ....

    Hi Dan,

    Popping up "ROBO init" brings up a Robo operation.ctl that is not found (in ROBO Cylinder (VISA) folder). Any chance you have that handy?

    Thanks, Denise

  4. THese cyclinder are really easy to deal with ONCE you figure a few things out , do you have the ROBO Cylinder Serial Communications Protocol document ?? if not i can scan it and send it to you....

    Dan

    Hi Dan,

    Thanks for the amazingly prompt response.

    Finally found the documment. (Their site is difficult to navigate.) I'm trying:

    7) Position Inquiry

    To poll the current position of a system addressed as #0 that has been homed to

    the motor end and has a 12mm lead, send the following string:

    Chr$(02) + 0R40000740008F + Chr$(03)

    I'm sending this using the Basic Serial Write and Read at

    38400,8,N,1, FlowControl=None, and a 1 sec delay before read. I've tried FlowControl=RTS/CTS. I've tried \n and \r\n.

    Any suggestions?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.