EPOS 50/5 with sensor GP1S53 & labview

hi, I would like to ask help about EPOS 50/5 with sensor GP1S53 & labview. I have motor controller program but i'm require to connect sensor through EPOS device. Operating sensor by using labview, my sensor was connected to Signal 1(J5/2, J5/9 & J5/10) of EPOS but  was unsure how use EPOS icons to detect the sensor.  Thnx!!

Hi DSBlue,
Unfortunately we are not familiar with the EPOS hardware and library so I don't have the solution. However, there are 2 similar threads that I hope can help you.
How to detect a photomicrosensor in LabView directly?
limit switch program for EPOS
Looks like it might not be possible to display the sensor data value, but you should be able to use your sensor as a limit switch for the motion control.
I would recommend approaching Maxon to see if they can help.
Regards,
Boon Chen

Similar Messages

  • How do you add a third party sensor to LabVIEW for Lego Mindstorms​?

    I recently purchased an IR Sensor from Mindsensors (DIST-Nx-Long-v3) which I need for a SLAM (Simultaneous Localization and Mapping Application) that I am developing using the LabVIEW for Lego Mindstorms software.  I installed the Mindsonsors IR Sensor, and it works under NXT-G and RobotC, but am having trouble finding a way to get LabVIEW for Lego Mindstorms to install the sensor.
    The Mindsensors website gives the following instructions for installing the IR Sensor:
    1.Unzip the folder mindsensors.com LVEE
    2.Open a blank vi in LVEE
    3.On the Block Diagram Go to Tools->Advanced->Edit Palette Set...
    Unfortunately, on the Block Diagram of the LabVIEW for Lego Mindstorms, there is no "Advanced->Edict Palette Set" under Tools.
    As an alternative, I consulted the documentation that came with LabVIEW for Lego Mindstorms.  The Schematic Editor of LabVIEW for Lego Mindstorms lists several sensors, i.e. the Lego Mindstorms sensors and several Hi-Teach (HT) sensors, but there are no procedures listed in the documentation for adding other third party sensors to the Functions Palette.
    So, how does one go about adding a third party sensor to LabVIEW for Lego Mindstorms?

    Hi Ethan,
    As you can see from my Word document, I am a little light on the proper terminology.  That's because LVLM comes with inadequate documentation.
    I have already followed your recommended protocol for installing a 3rd party sensor (in fact, its the protocol recommended by Mindsensors) with the application set in the Remote Mode (.lvrbt), and it does create a sub-palette with all the Mindsensors functions on it.  But when I drag the Mindsensors icon to the Block Diagram and select "Distance Sensor," the Distance Sensor (an IR sensor) doesn't work (even though the Mindsensor's Distance Sensor does work with NXT-G, RobotC and LVLM under other circumstances (see below)).
    If I repeat the above process with the application set in the Direct Mode (.vi), I also get the sub-palette with all the Mindsensors functions on it.  When I drag the Mindsensors icon to the Block Diagram and select "Distance Sensor," the Distance Sensor does work.
    What I need for my mapping application is for the Distance Sensor to work in the Remote Mode.  I called NI tech support and the first engineer told me to simple drag the Mindsensors Functions (.vi) onto the Block Diagram.  I did this, but when I selected the Distance Sensor, the icon appeared, but the sensor did not work.  Since I have no idea what's under the hood of the vi or a function, I assumed that simply dragging the vi/function onto the desktop didn't install the vi/function properly.  I went back to the Applications Engineer, and he confessed that he did not understand the LVLM product.
    My frustration is being punted to new people, none of whom so far (other than you, of course) understand LVLM.

  • I am trying to integrate simulink model (.mdl) file with SIT of Labview for RCP and HIL purpose. I am using Labview 8.6, Simulink 6.6 with RTW 6.6 and RTW embedded coder 4.6 ,Visual C Express 2008 and Visual C++ Express 2008.

    I am trying to integrate simulink model (.mdl) file with SIT of Labview for RCP and HIL purpose. I am using Labview 8.6, Simulink 6.6 with RTW 6.6 and RTW embedded coder 4.6 ,Visual C Express 2008 and Visual C++ Express 2008. I have selected system target file as nidll.tlc,make command as make_rtw and template nidll_vs.tmf. When I try to generate .dll file I get the following error.
    Attachments:
    SITProblem.JPG ‏101 KB

    Hi,
    No . I could not solve the issue. Presently we are using microautobox (from Dspace)for doing the RCP.
    Himadri 

  • Data acquisition of CV7-V wind sensor under labview using NI 9403

    hello
    I want to measure a numeric type RS232 signal at the output of a CV7-V wind sensor (attached PDF file)
    I used the module CDAQ 9191 and NI 9403 under NI MAX and I got the result on the attached figure
    how I can retrieve the information from this sensor under labview using CDAQ  9191 and 9403 Module
    Attachments:
    2015-01-25_120704.png ‏10 KB
    CV7-V_OM_GB_150910.pdf ‏499 KB

    If it's an RS-232 Serial Device - why don't you use a serial port instead? That way you can just read the data using simple serial functions.
    If you have to use a digital I/O device - then you will need to convert the signal into digital data (using the timing information of the RS-232 device) and then convert it into the numeric data output by the device. It's not something I've ever tried to do but have a look at the digital waveform functions in LabVIEW as that might help you convert the analogue signal into binary data which you can then convert into a string.
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • Can not get example to work after following instructions given in "Getting Started with the NI LabVIEW C Generator" guide

    We explored using sbRIO for our project, for different reasons we ended up going with a different embedded solution . We are currently evaluating the LabVIEW C Generator to convert some of the core analysis routines from LabVIEW to C so the team that will be creating the embedded solution don't have to re-implement them from scratch. 
    Before converting our code, I followed the instructions given in the "Getting Started with the NI LabVIEW C Generator" manual to create a static library created inCygwin using GNU Compiler Collection (GCC). 
    I managed to compile the code, but when I type "run GCD.exe" in the Cygwin console, I just see the window flash with no time to see if the result is correct or not. I modified the main.c cde to add a getchar(), but the window still just flashes and now I am left with the GCD process still running and have to kill it using Windows Task Manager.
    Has anyone else got this example to run? I am sure I am missing an obvious setting or step, please help me.
    More details below.
    Thanks,
    Fab
    Here is a video showing the steps I followed 
    If you don't want/can't see the video. Here are some screenshots of what I have done so far:
    GratestCommonDivisor.lvproj C Generation build specs Information:
    C Function prototype definition:
    I copied Makefile located at: C:\Program Files (x86)\National Instruments\LabVIEW 2011\examples\CGenerator\Tutorial\Cygwin
    and replaced both Makefile and Makefile.cygwin in the directory where the C code was generated
    I also copied main.c from the same location and replaced the one generated
    Here is the snapshot of the results after executing "make GCD.exe"
    Then to run it I just type 
    I see a window open and close really quickly and I never see the result. I have tried adding the getchar() line to the main.c file, but still I don't get to see the results.
    Certified LabVIEW Architect * Certified Professional Instructor * LabVIEW Champion

    Hi Kevin,
    I hope you had a good Thanksgiving. I am attaching a zip file with the LabVIEW project, my build specification and my version of "Greatest Common Divisor.vi", which should be the same as the one that you have that ships with the LabVIEW C Generator, but just in case. I am also attaching a zip file with the C files generated by the LabVIEW C Generator.
    You can also see the video I posted earlier with the steps I followed. I hope you are able to point out where I went wrong. 
    Thanks,
    Fab
    Certified LabVIEW Architect * Certified Professional Instructor * LabVIEW Champion
    Attachments:
    GreatestCommonDivisor.zip ‏8 KB
    CGen Files.zip ‏71 KB

  • BasicTx and BasicRx daughter boards compatibility with USRP2920 and LabView

    I want to know that BasicTx and Basic Rx daughter boards from Ettus research are compatible with USRP2920 and Labview or not.
    Also do these boards supports variable gain or not? Please confirm 
    Thanks
    JK
    Solved!
    Go to Solution.

    They will work but you need to use property nodes to configure them. Ther is no LO so ther is no center frequency parameter. I and Q are separate channels so you will need to break them apart and treat them as such. There is no gain because the boards essentially provide access to the ADC.

  • How to solve the error "The specified resource is reserved" when running with DAQmx And LabVIEW?

    How to solve the error "The specified resource is reserved" when running with DAQmx And LabVIEW?

    I hate "J term"
    OK I love the learning the students get.   And, I like helping them out!  But, as a former man who's got the varicose viens to prove he's spent time "behind the podium" (yeah, "behind the podium" puts 'em to sleep- songs and dances for the young'uns) come on! USE the tools you teach!
    Instructors invited to engage in the forums
    Jeff

  • Timeout error with fieldpoint in Labview 7.0

    I'm totally new to Labview and fieldpoint. I have Labview 7.0, with Fieldpoint 5.0 installed with updates for Labview 7 installed only, MAX 4.0. Configured my comms module fp1000 to com 2 on Pc all seems OK, and finds all my I/O modules. Only got 1 channel connected on a fp_rtd_124, and can read a temperature. Randomly I keep getting timeout error when using Labview (simple Vi setup to read temperature) or using MAX  and the "Start" icon. Can anyone advise on possible causes.
    Also in my playing around today, I was creating my iak file using Fieldpoint Explorer 3.0.2 but since updating to Fieldpoint 5 & MAX 4, it seems to have deleted the Fieldpoint Explorer. Do I need to reinstall explorer or can I use MAX to do all the iak configs.
    Finally how do i link my iak file (electrical units) to a scale file in the VI, so I can read engineering units. I see MAX has the scaling function, but where do I link them together.
    If I'm approaching this in totally the wrong way, please advise 
    Many thanks in advance.

    Hi Adrian
    With regards to your LabVIEW program, would it be possible to send in your code and I will have a quick look at it. With regards to the time out error, do you receive an error code of some sort, this will help me in distinguising what is causing this error.
    Within MAX you can now save your iak file configs and then you can point LabVIEW towards the file that you saved. You do not need to install Fieldpoint Explorer.
    Kindest Regards
    YatinM
    NIUK & Ireland

  • How to build FM radio receiver on PXI 5600 and PXI 5142 with help of labview

    How to build FM radio receiver on PXI 5600 and PXI 5142 with help of labview?
    PLZ TELL ME!
    Solved!
    Go to Solution.

    Dude,
    Your way of asking questions sucks!
    - Do not use such fonts!
    - Try to find things out yourself first (apparently GovBob was able to find info, so could you)
    - Have you asked GovBob if he likes it that you mail him for more questions?
    You ask for a complete solution on a project YOU have to do. (you dont learn of it if you dont try it yourself first)
    Hopefully you will ask questions in a less DEMANDING way next time.
    Good luck with your project

  • Documentation for programming a PXI card with VISA in LabVIEW.

    Hi,
    Where can I find a documentation for programming a PXI card with VISA in
    LabVIEW?
    Thanks.
    Denys.

    Dan,
    Thank you for your answer, short but useful to start.
    Denys.
    "Dan Mondrik" a ecrit dans le message news:
    [email protected]..
    > Denys:
    >
    > Our NI-VISA documentation for PXI has been somewhat scarce. We are
    > improving it in the next version. In the meantime...
    >
    > Call VISA Find Resources with "PXI?*INSTR" to find all PXI devices.
    > Call VISA Open with a device string like "PXI::devicenum::INSTR" or
    > "PXI[bus]::devicenum[::function]::INSTR". In LabVIEW, use the VISA
    > class "PXI Instr", available since LV 5.0. (The generic "Instr" will
    > also work but will also present GPIB and VXI options and may be too
    > confusing.)
    >
    > The property node has all the available PXI properties such as
    > BAR0-BAR5 base/s
    ize/type, and also manufacturer ID and model code.
    > You can use all the register based in/out/peek/poke methods, just make
    > sure to use the appropriate address space for your device.
    >
    > Dan Mondrik
    > Senior Software Engineer, NI-VISA
    > National Instruments

  • My daughter bought her touch last August.  It has had problems with sensors ever since.  The store cannot fix it.  What should I do now?

    My daughter bought a touch last August.  It has had problems with sensors ever since and does not hold a charge.  We have taken it to the lcoal store twice with no repairs working.  What do I do next?

    Call Apple and ask to be transferred to Customer Relations. Explain the situation to them and have any case numbers handy. They will take care of you.
    Basic troubleshooting steps  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • MyDAQ, connect sensors with multiplexer in labview

    I am quite new to labview so hope someone can help. What  I am doing is to use NImyDAQ to connect 8 different sensors and show the output on labview. Since the myDAQ does not have enough input for 8 sensors, so I am using two 8 bits multiplexers to solve it. 
    Here is the question. How do the circuit draw in the labview which will make it works? I want to make an drop down button to select which sensor is connected and shown, therefore I need to output boolean value (0,1) to the digital input/output? I have try using case structure but seems difficult for me. Is there any example similar to what I am doing?
    Attachments:
    Idea_01.jpg ‏187 KB

    What you mean by skiping the DAQ Assistant? Can you make a drag and drop diagram for an example? I have no idea how the drop down menu giving out numerical value then goes into the Digital input in NImyDAQ.

  • How to connect external sensors to labview?

    i want to ask How can i connect external sensors to NI labview for my final year project.? here are my lists of sensors:
    a. Temperature sensor (LM35)
    b. Humidity sensor (HH10D)
    c. Light sensor (LDR)
    d. Moisture sensor

    simply_me wrote:
    I've used the NI's bread board (with DAQ assistant initially) when I was in school. We used it for temp, light, and etc... measurements, the whole system is very straight forward. I would say having the option to simulate signals is a big plus in that. From what you described, I don't think the "slower" rate of data acquisition will disturb you at all. But more information is needed on your sensors and  general functional spec. 
    @ NIquist & RTSLVU, please correct me if I'm misleading/wrong :-)
    Is that the ELVIS stuff?  Very neat but kind of pricey (unless the school is paying! )
    Again, the low-cost USB DAQs from NI or MC are the way to go for the OPs project.  I am assuming that he has enough electronics background to make simple signal conditioning circuits for his sensor chips.
    Using LabVIEW: 7.1.1, 8.5.1 & 2013

  • Can't control color sensor in LabView for Mindstorms

    Hello!  New here.
    I'm trying to bone up on LabView via "LabView for Lego Mindstorms" for a possible job in the near future and I've run into a problem early on.
    I'm programming my Lego brick in LabView to simply turn on the color sensor which is easy enough:  I build a while loop and inside that I have a color sensor block connected to a text block which displays light intensity from the sensor in text on the brick.  I compile and run and the sensor turns on and I can read the constantly updating intensity on the brick.  That part works fine.  Now I'd like to control the light sensor (which doubles as a light source with color LEDs) on the LV front panel.  The book I'm using (LabView for Lego Minstorms) says I need to right click the sensor block on the "generate light" input and choose "Create-->Control" from the resulting menu.  A Boolean pushbutton should appear connected to the sensor block in the Block Panel and a push button should appear in the Front Panel.  That's not what happens.  Two things are different here.
    1) I have no "generate light" port to right click on.  This is probably due to using a more up to date version of Mindstorms than the book uses.  That's a book/Mindstorms issue that probably can't be solved here but hopefully solving the next issue will make this one irrelevant.
    2) I right click and create the control, but instead of creating a Boolean push button as the book predicts, it creates a "BrickReference.lvclass" icon.  It connects okay with the light sensor and a corresponding block is created in the Front Panel but it is a paper weight as far as I can tell.  I can't do anything with it.  There is no button to push, no slider, knob, radio button etc. and I can't seem to change it into anything that works in any way.  I delete it and create a no kidding Boolean push button from the library but it won't connect to the light sensor and so I can't compile.  So now I'm a bit stuck.
    I've looked for "Brick Reference" on line in the context of LabView class and have found little or nothing that tells me about its definition or how I can use it to control the light sensor via the Front Panel.  The help section with the software isn't much help either and yet I'm sure there must be a way to control a simple Lego light sensor from the Front Panel for debugging and other purposes.
    If you know what I'm doing wrong or if you know an end run around this issue that will enable me to control a Mindstorms brick from the Front Panel in this way, please let me know.
    Thanks!
    Solved!
    Go to Solution.

    Try posting in the Lego forum.
    http://forums.ni.com/t5/LabVIEW-for-LEGO-MINDSTORMS-and/bd-p/460

  • How will i link flowmeter sensor and labview

    Hello everyone,
    I am new in this forum and alson in labview.I have a flowmeter sensor, I made cable connections bewteen the sensor and DAQ(NI-USB 6229) The question is what am i supposed to do to read the data on sensor.I just want to measure read the flowmeter sensor and dont know how to construct the labview diagram.I searched on net and learned that I have to do something with counters to convert square signal to a grapgh.and also I searched some codes about it but there must be an easy way to do this it ooks too complicated.In attachment I am sending the vi file.
    Can you please help me because I have limited time..
    Thanks in advance.
    Attachments:
    seyfi.vi ‏62 KB

    Why did you attach a VI that writes out an analog output rather than a VI that actually reads in a signal?
    What type of signal is the flowmeter putting out?
    Did you look in LabVIEW help?  There are dozens of examples there for reading different signals using DAQmx.

Maybe you are looking for

  • KeyStoreServiceException while reconfig the domain from 11g(11.1.1.7.0) to 12c(12.1.3) in AIX

    Hi All,      I am unable to complete 11g Domain upgrade to 12c in AIX environment, successfully completed the upgrade in LINUX, Solaris, domain contains AdminServer, Managed Server.     I have an ADF application running in 11g (11.1.1.7.0) WL Domain,

  • Windows 8 clients not updating via SCCM?

    I am running Windows Server 2012 R2 and SCCM 2012 R2 (v5.0.7958.1000) and am trying to deploy updates to a Windows 8.1 client but am not having any joy, I keep getting errors within the WindowsUpdate.log.    Can deploy updates to Windows 7 machines o

  • Where can I find itunes for 64 bit Windows 7

    The iTunes for Windows 7, Vista, etc complains about being intended for 32 bitOS.  It suggests I download and install the64 bit version.  I couldn't find it on the download page nor via a site search. Any suggestions on where to look? Thanks

  • FCP 7 Finished Project Seq from 60fps to 23.98 fps

    Thank you in advance. I've been editing for a company which had transcoding issues with source footage recently, and long story short I had to re-encode all of the footage to the proper settings before editing, which is: 23.98 fps / Frame size: 960 x

  • Received HTTP response code 500 with acknowledgment

    Hello, This is my process : R/3 (Idoc) -> XI -> 3rdParty(CSV). I use R/3 4.6C and XI 3.0 SP10 This work fine but there is a problem with the acknowledgment : Transmitting the message to endpoint http://<server>:8000/sap/xi/engine/entry?action=execute