Equipment/asset management with LabVIEW

I would like to write a basic equipment/asset managment program with LabVIEW, since I just haven't liked the commercial ones that I have tried for various reasons.
My question is how can I manage the information using LabVIEW...? Is there any way to create a small database file (perhaps *.csv) with LabVIEW and be able to easily update the fields in that file as the asset status changes?

You can, but you should use a real database. NI installs the free version of SQL Server when you load the data supervisory control toolkit (and leaves it there if you uninstall the toolkit). MySQL and SQLite are available online and Jet is built into Windows.
Don't however use the database connectivity toolkit -- not worth the effort.
Mike...
Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion
"... after all, He's not a tame lion..."
Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

Similar Messages

  • Load swf into RAM via an asset manager

    Hi.
    I have an AS3 virtual world and we are continually loading external resources such as swfs and sounds.
    A few of my menu screens that take a damn long time to load. Read a tut that said we should load them into RAM using an asset manager.
    I'm assuning the asset manager is simply a Class used specifically for loading and unloading graphics, swfs and sounds. So the important part to ask is:
    What do they mean by loading into RAM.
    I thought all swfs were automatically loaded into RAM ie: cached or in the flash player cache or the browser cache. Or do I have to do it specifically myself with some code. We are importing external files so we thought that was a great idea as they are shared by many games.
    btw: RSLs I have read about but I don't understand. I thought my externally loaded files were RSLs (runtime shared libraries) or would I have to do some physical coding do convert them into RSLs.
    This is so important because I am not very experienced but I am getting a lot better due to help receied in this forum and my current programmer is leaving me. I have been studying up on As3 and design patterns and I understand basic coding a lot better now.
    CHEERS
    EDIT: Just read that I am using a http call. - I use urlloader - well that's what you use isn't it or how would you load an external swf. Just read that you can hold the swf as a variable which loads it in RAM and therefore will be available immediately. Know I don't understand anything as I have never read that anywhere.

    Hi Andrei, nice to see you around here.
    Well, somebody helping me says that normally we make a http request with urlLoader to the server and that is what was happening each time. We weren't getting the cached swf. (that bit I don't understand and doesn't sound right - anyway...)
    So he says if we create a dictionary class to hold that swf then the next time we make a request we will get the movie from there and not from the server.
    I have highlighted the main parts of code below.
    What I don't understand about all this is that I have never seen anything like this in my life. I have read extensively and read all about loading external files and using this type of asset manager with the dictionary class does not ring a bell and goole comes up with nothing.
    I hunch is that as you say, we are doing something wrong somewhere because the only way to get an external file is via urlLoader to the server the first time and then the second time it should look for it cached on our computer is that right? Or when we make the urlLoader request how does it know to look on our computer first before going to the server or are these innner workings of the flash player I know nothing about. This is so important as when I get 10 kids on the computers they wait for as long as 5 minutes for movies that have already been downloaded many times before.
    Cheers in advance.
    package com.Gerry.managers.assetManager
        import flash.display.Loader;
        public class AssetLoader extends Loader
            private var _assetName:String;
            public function AssetLoader()
                super();
            public function get assetName():String
                return _assetName;
            public function set assetName(value:String):void
                _assetName = value;
    The asset manager loading class
    package com.Gerry.managers.assetManager
        import flash.display.Loader;
        import flash.display.LoaderInfo;
        import flash.display.MovieClip;
        import flash.display.Sprite;
        import flash.events.Event;
        import flash.net.URLRequest;
        import flash.utils.Dictionary;
        public class AssetManager extends Sprite
            public static const ASSET_LOADED:String = "assetLoaded";
            private static var _instance:AssetManager;
            private var _assetsLoaded:Dictionary = new Dictionary();
            private var _assetsBeingLoaded:Dictionary = new Dictionary();
            public function AssetManager(pvt:SingletonEnforcer)
             * loads and asset and keeps a reference to the loaded content
             * @param name
             * @return null if the asset is not loaded yet
           public function loadAsset(name:String):MovieClip
                var asset:MovieClip;
                if (_assetsLoaded[name])
                    asset = _assetsLoaded[name];
                else if (_assetsBeingLoaded[name] == null)
                    var skinloader:AssetLoader = new AssetLoader();
                    skinloader.assetName = name;
                    skinloader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadCompleteF);
                    skinloader.load(new URLRequest(name));
                    _assetsBeingLoaded[name] = true;
                return asset;
            protected function loadCompleteF(e:Event):void
                var skin:MovieClip = e.target.content as MovieClip;
                var name:String = ((e.target as LoaderInfo).loader as AssetLoader).assetName;
                _assetsLoaded[name] = skin;
                delete _assetsBeingLoaded[name];
                dispatchEvent(new Event(ASSET_LOADED));
             * gets an instance of the class
             * @return
            public static function get instance():AssetManager
                if (_instance == null)
                    _instance = new AssetManager(new SingletonEnforcer());
                return _instance;
    internal class SingletonEnforcer
    The function inside a class called Screen which is used by menus classes to load their swf menus.
    protected function loadSkin(path:String = null):void
                trace("skin to load: " + path);
                Home.instance.addPreloaderF();
                _path = path + Home.instance.cacheString;
                if (_usingAssetManager)
                    loadSkinFromAssetManager();
                else
                    if (_skinloader.content)
                        _skinloader.unloadAndStop(true);
                    _skinloader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadCompleteF);
                    _skinloader.load(new URLRequest(_path));
            protected function loadSkinFromAssetManager(e:Event = null):void
                _skin = AssetManager.instance.loadAsset(_path);
                //if no skin we have to wait to be loaded it
                if (_skin == null)
                    AssetManager.instance.addEventListener(AssetManager.ASSET_LOADED, loadSkinFromAssetManager);
                else
                    AssetManager.instance.removeEventListener(AssetManager.ASSET_LOADED, loadSkinFromAssetManager);
                    loadCompleteF(null);

  • ZENworks Asset Management 7.5 - Eval Question

    We've been trialing several products and on the ZENworks Asset Managment
    evaluation we ran into a few problems.
    We run a mostly Mac shop. There are a handful of Windows machines and
    plenty of Linux (Redhat & Debian) servers to go around.
    I've gotten it all installed and installed the client on one of the OS X 10.5
    machines. I see the zamclient running but I'm not even seeing the client
    attempt to connect via the Collection Servers -> View Detailed Status window.
    In the About ZENworks Asset Management withing the manager it has
    license information listed as below.
    Workstations 1
    UNIX/Linux Workstations 0
    Asset Inventory Evaluation
    Asset Management Evaluation
    UNIX/Linux Evaluation
    Does that mean it will only find one workstation in evaluation mode and
    that's why my other workstation with the zamclient installed won't show
    up?
    Thanks in advance,
    -Chris

    Originally Posted by blcald
    Chris,
    1st see that the machine conducted an inventory locally on the client. Program files/Novell/Asset Management/bin/Inboxcc/longfilename ending with a wif extension. This doesn't address your issue yet but determine if the client even ran an inventory.
    Next run a workstation query with no criteria to see if it shows. If it doesn't I would validate if you have the correct port settings on the client and that it is communicaiton to the collection server. The collection server will aslo have a log (something like collsvrcore and you should see the machine name in there as it talks to the client. If you're in there then determine if you have rights between the DB and collection server correct or that the port settings are correct.
    I know this better actually doing than writing it here so others might provide you a more logical approach to troubleshoot. I will check in again later to see how you progressed.
    Thanks, Bryant
    I do appreciate your response, I'm sure all of that information will come in
    handy when I do get a good evaluation license from them that allows Linux
    and UNIX support.
    I finally reached some folks at Novell and got a little bit of pre-sales support.
    From the sound of what they're telling me the evaluation license does not
    turn on the linux/unix support and so I couldn't complete my evaluation
    with it due to that. I've been working with them to get a more functional
    evaluation.

  • Integeration for Equipment with Asset Management.

    Hi Gurus,
    Please guide me how to integerate the Equipments with Asset Management.
    Please give me all the process steps relatively.
    Regards,
    Maven Kumoku

    Dear,
    Integrating equipment with asset means at the time of equipment creation you want to maintain as a asset also. Fot this there are two option:
    1- Create asset number at the time of equipment creation
    2- Create equipment number at the time of equipment creation.
    for these you hae settings in customization SPRO>ASSET ACCOUNTING>MASTER DATA>AUTOMATIC CREATION OF EQUIPMENT MASTER RECORD>Specify Conditions for Synchronization of Master Data
    Regards,
    Kaushal RAi

  • Enterprise Asset Management (EAM) Integration with FI/CO

    Hi,
    Enterprise Asset Management (EAM)  integration with FI/CO Configuration process tell me any one.
    Regards,
    Surendra.

    Hi,
    Costing Integration with PM / EAM:
    1. Under Costing Data for Maintenance & Service Orders:
    Costing Variants, Valuation Variants, Costing Sheet, Assignment of costing variants to Order types
    2. General Order Settlement
    Settlement Profile, Allocation Structure
    3. Settings for Display of costs
    Value Categories, Cost elements assignment to value categories
    Regards,
    Maheswaran.

  • Apex Asset manager/ ID link with database

    Hello,
    I use Asset manager demo and i want to know a the link between ID and database is done with "Automatic processing row (DML).
    I create my own page and trying to insert data in the database but i have error with the primary key.
    ID is a hiden field so no data encoded.

    Gus C wrote:
    Apex 3.2
    We are having problems using database links with lov's
    If I use this code in a report, it works
    select f.id||' - '||f.name display_value
    ,f.id return_value
    from WWV_FLOW_CUSTOM_AUTH_SETUPS@&P215_DATABASE. a
    ,WWV_FLOWS@&P215_DATABASE. f
    where a.name='CUSTOM_LOGIN_SCHEME'
    and A.FLOW_ID = F.ID
    order by 1Where P215_DATABASE is a hidden item on the page containing the db link name.
    If I use the same code in a lov we get error.You get an error in the App Builder because there's no P215_DATABASE value in the builder's session state, so <tt>&P215_DATABASE.</tt> evaluates to NULL, making the query invalid SQL:
    select f.id||' - '||f.name display_value
          ,f.id return_value
      from WWV_FLOW_CUSTOM_AUTH_SETUPS@ a
          ,WWV_FLOWS@ f
    where a.name='CUSTOM_LOGIN_SCHEME'
       and A.FLOW_ID = F.ID
    order by 1Similar thing will happen in the app at runtime if a session state value for P215_DATABASE hasn't been set.
    Change the LOV definition to the Function returning SQL query form, and conditionally include the DB link only if the item has a value:
    return '
    select f.id||'' - ''||f.name display_value
          ,f.id return_value
      from WWV_FLOW_CUSTOM_AUTH_SETUPS' || case when :P215_DATABASE is not null then '@' || :P215_DATABASE else null end || ' a
          ,WWV_FLOWS' || case when :P215_DATABASE is not null then '@' || :P215_DATABASE else null end || ' f
    where a.name=''CUSTOM_LOGIN_SCHEME''
       and A.FLOW_ID = F.ID
    order by 1';

  • Get license manager's computer id with labview

    hello, i want to get, with LabVIEW, the computer ID of the NI license manager (ActiveX?).
    Luc Desruelle | Voir mon profil | LabVIEW Code & blog
    Co-auteur livre LabVIEW : Programmation et applications
    CLA : Certified LabVIEW Architect / Certifié Architecte LabVIEW
    CLD : Certified LabVIEW Developer / Certifié Développeur LabVIEW

    This thread saved us a lot of (further) heartache trying to generate a disconnected license! When I go to "NI License Manager" and click "Display Computer Information", the License Manager crashes. That command line utility was able to spit out my 16 digit ID and give us the info we needed to activate my dev suite.
    In the future, if you are reading this... never hesitate to update old threads with helpful information!
    Thanks,
    Jack
    a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"] {color: black;} a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"]:after {content: '';} .jrd-sig {height: 80px; overflow: visible;} .jrd-sig-deploy {float:left; opacity:0.2;} .jrd-sig-img {float:right; opacity:0.2;} .jrd-sig-img:hover {opacity:0.8;} .jrd-sig-deploy:hover {opacity:0.8;}

  • Pool Asset Management - Assign Driver from Planning Board to equipment demand

    How to assign a driver in sap pool asset management, using Planning board , since opening the demand through graphical board i need to assign an equipment & drive to the demand created

    hi , you can use partner function to assign driver name.

  • Crane Aerospace and electronics is looking for Test Engineers with LabVIEW experience - please disregard previous post.

    Here is the correct post:
    Are you detail-oriented, creative, and technically skilled at Engineering design and development?  Come to Crane Aerospace & Electronics and use your excellent Engineering skills to design, improve, and deliver the next generation of products in the aerospace and electronics Industry!
    We have a unique and exciting career opportunity for Engineer II, Test.
    You will be responsible for maximizing new product development and manufacturing performance through the creation and deployment of test strategies, tools, and plans.  Design and implement high performance hardware and software for test equipment.  Authoring test procedures and performing Qualification test activities.  Ensure high product quality.
    Responsibilities:
    Collaborate with customers and multi-disciplined engineers to establish/clarify test, qualification, verification and validation requirements.
    Write test plans, procedures, requirements and reports in a highly structured environment.
    Analyze, develop and deploy complex and high performance test hardware and software solutions for automated test equipment. 
    Design, develop, debug, validate & verify the fabrication of manual and automated test equipment at the circuit board and system level, and specify and procure COTS test equipment.
    Develop/maintain hardware documentation including block diagrams, schematics, BOMs, wiring diagrams and wiring lists, software documentation, and configuration control of initial release and updates. 
    Perform detailed calculations to establish test equipment specifications and design margins.
    Maintain existing test systems through bug fixes, improvements and modifications.
    Support the estimation of costs and schedules to develop or upgrade test platforms.
    To perform a number of the above responsibilities with limited supervision.
    Minimum Requirements:
    Experience: 2-5 years.  Previous work experience in aerospace, space or medical electronics industry preferred.
    Knowledge: Microprocessor / Microcontroller hardware and firmware design; Analog Circuit and power supply design; Digital Circuit Design including high-speed serial communication design; Firmware programming in c; Schematic Capture, PADS Logic preferred; Circuit Simulation; Fundamentals of magnetic proximity, temperature, and pressure sensing electronics; ESD; Familiarity with testing standards (MIL-810, MIL-704, and DO-160 preferred).  Basic laboratory test equipment; LabVIEW experience, certification preferred; Developing hardware per DO-254 and software per DO-178 preferred; Experience with Adobe FrameMaker, IBM Rational tools, TestStand, Microsoft Project preferred.
    Skills: Good interpersonal and communication skills (verbal and written)- effectively lead and/or participate in multifunctional teams in a dynamic work environment. Ability to manage multiple tasks, flexibility to switch between tasks and prioritize tasks. 
    Education/Certification: Bachelors Degree in electrical engineering, computer science, physics or related technical discipline.
    Eligibility Requirement: Must be a US Person (under ITAR rules) to be eligible.
    Working Conditions:
    Working conditions are normal for an office/manufacturing environment. Machinery operation requires the use of safety equipment to include but not limited to safety glasses, heel straps, and shop coats.
    Requires lifting 25 lbs
    Apply online today: http://ch.tbe.taleo.net/CH06/ats/careers/requisition.jsp?org=CRANEAE&cws=5&rid=3170
    Crane Aerospace & Electronics offers competitive salaries and outstanding opportunities for career growth and development.  Visit our website at CraneAE.com for more information on our company, benefits and great opportunities.
    In our efforts to maintain a safe and drug-free workplace, Crane Aerospace & Electronics requires that candidates complete a satisfactory background check and pass a drug screen prior to employment.  FAA sensitive positions require employees to participate in a random drug test pool.

    How can you say you are hiring test engineers with LabVIEW, yet the job description doesn't even mention LabVIEW.  All I see in there is CAD design.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Electrical Engineer with LabVIEW Experience, Windsor, CO - Start Immediately

    National Analytics, Inc. is looking for a talented and motivated Electrical Engineer with a proven electronic hardware design and development background to complement our team of system integration experts. Experience with RF and DC power supplies or high power, high voltage inverters is highly desirable.
    Located in beautiful Northern Colorado, National Analytics has become a mainstay in remote monitoring & control, systems integration and engineering solutions. Our services include software engineering, hardware engineering, mechanical and electrical design, contract manufacturing & test, project management and training. Some of our recent customer markets include:
    * Government
    * Aerospace
    * Nuclear, Fossil & Wind Power
    * Environmental Remote Monitoring
    * Defense
    * Medical
    * Oil & Gas
    * Manufacturing
    Eligible candidates must be hard working, eager to learn, and able to adjust to rapidly changing project demands. We provide a fast-paced, fun work environment that promotes personal growth with challenging opportunities.
    Requirements:
    1. BSEE
    2. Proven electronic hardware design and development experience
    3. 3 years minimum LabVIEW programming experience required.
    4. Experience in analog and digital circuit design, schematic capture, board level PCB layout, design, and validation
    5. Embedded microcontroller programming
    6. FPGA programming
    7. Experience in design and development of automated test equipment for products with analog, digital, and embedded software content
    8. Ability to operate a variety of test equipment (oscilloscope, function generator, spectrum analyzer, etc.)
    9. Altium or similar electronics design package
    10. Demonstrated proficiency with LabVIEW
    11. Ability to solve complex technical problems independently
    12. Good verbal and written communication skills
    13. Ability to work in fast paced, high-pressure environment
    Please include professional references and salary expectations.
    Due to government contracting requirements, only US Citizens will be considered.
    Learn more about us at http://www.nationalanalytics.com
    No phone calls please.

    Hi Dan,
    I am the manager for the Customer Education department for NI Canada. We are looking for Engineers with extensive LabVIEW/LabWindows experienced to become certified as Professional Instructors of our courses.  We are currently looking for someone experienced developing Real-Time applications, TestStand and CVI.
    We do not offer a full-time position, rather are Contract work.
    If you are interested and have the experience, feel free to contact me for further details.
    Thanks,
    Berenice Tostado
    National Instruments Canada
    Customer Education Manager

  • Electrical Engineer with LabVIEW Experience - Needed Immediatel​y - Windsor, CO

    National Analytics, Inc. is looking for a talented and motivated Electrical Engineer with a proven electronic hardware design and development background to complement our team of system integration experts. Experience with RF and DC power supplies or high power, high voltage inverters is highly desirable.
    Located in beautiful Northern Colorado, National Analytics has become a mainstay in remote monitoring & control, systems integration and engineering solutions. Our services include software engineering, hardware engineering, mechanical and electrical design, contract manufacturing & test, project management and training. Some of our recent customer markets include:
    * Government
    * Aerospace
    * Nuclear, Fossil & Wind Power
    * Environmental Remote Monitoring
    * Defense
    * Medical
    * Oil & Gas
    * Manufacturing
    Eligible candidates must be hard working, eager to learn, and able to adjust to rapidly changing project demands. We provide a fast-paced, fun work environment that promotes personal growth with challenging opportunities. 
    Requirements:
    BSEE
    Proven electronic hardware design and development experience
    Experience in analog and digital circuit design, schematic capture, board level PCB layout, design, and validation
    Embedded microcontroller programming
    FPGA programming
    Experience in design and development of automated test equipment for products with analog, digital, and embedded software content
    Ability to operate a variety of test equipment (oscilloscope, function generator, spectrum analyzer, etc.)
    Altium or similar electronics design package
    Demonstrated proficiency with LabVIEW
    Ability to solve complex technical problems independently
    Good verbal and written communication skills
    Ability to work in fast paced, high-pressure environment
    Please submit your resume via email to [email protected] . Please include professional references and salary expectations.
    Due to government contracting requirements, only US Citizens will be considered.
    Learn more about us at http://www.nationalanalytics.com
    No phone calls please.

    Hi
    I completed my M.S in electronics engineering and working with GE in INDIA since June 2005. I have total 20 months of experience with LabVIEW and have the follwoing skills.
    Intermediate-to-advanced knowledge of LabVIEW.
    Familiarity with data acquisition concepts and hardware.
    Ability to troubleshoot electrical and electronic systems at the module and equipment level.
    Discipline and organization with respect to software maintenance and version management.
    Ability to work both alone and with colleagues to solve problems and to weigh the merits of differing approaches
    you can reach me at [email protected]
    Thanks & Regards
    Anil Punnam

  • SpaceX is looking for engineers with LabVIEW experience in Hawthorne CA (LA area)

    SpaceX is looking for engineers with LabVIEW programming experience for our Launch group. Our responsibilities include:
    Controlling launch pad equipment via PXI/LabVIEW
    Commanding and monitoring our Falcon 1 and Falcon 9 rockets via a LabVIEW-based Vehicle control system
    Commanding and monitoring our Dragon capsules via a LabVIEW-based Mission Operation system
    Ocean recovery of Falcon 1 and Falcon 9 stages after liftoff and Dragon capsules after splashdown
    Cargo configuration of Dragon capsules going to resupply the International Space Station
    Maintenance of Mission Control Centers with the help of our IT department
    With the exception of the launch pad equipment program, most of our LabVIEW programs do not interact with DAQ hardware (unusual, I know). The Vehicle control and Mission Operations software get their data via Ethernet from 'black boxes' that connect to NASA & Commercial RF ground stations. We also create several utility programs in LabVIEW that also don't interact with hardware. So, this is mostly a software gig, not a hardware/software gig.
    Ideal candidates will have the following qualities:
    CLD-level LabVIEW experience
    A good understanding of basic computer networking (TCP/IP, UPD, firewalls, VPN)
    Must be enthusiastic about space (What year did we land on the moon? How many men walked on the moon? How many Space Shuttles do we currently have? etc.)
    Must be willing to travel. Common destinations include Houston (NASA Johnson Space Center), McGregor TX (test site), Cape Canaveral FL (launch site), Kwajalein Marshall Islands (launch site)
    Must be able to work without supervision. We have a very flat management structure, no one will be telling you what you need to do. If you don’t know, ask. If you do know, get it done.
    About the job:
    Job is located in Hawthorne, CA in the Los Angeles area.
    This is not a 9-5 job. There will be some late nights.
    You won't be LabVIEW only. Everyone chips in as needed. Our group has done Javascript, C++, MATLAB, configuring of TELEX comm systems, cutting of metal with bandsaws, welding, Unigraphics CAD, etc. If we need it and you don't know it, grab a book and learn.
    We are only hiring full time employees. Contractors need not apply.
    To conform to U.S. Government space technology export regulations, SpaceX hires only U.S. citizens and U.S. Permanent Residents.
    Apply at SpaceX.com. Click the Careers button and fill out the general application. Mention this posting in the cover letter field. Don’t reply to this forum. You need to go to SpaceX.com to get your information into our system.
    Message Edited by Lavezza on 03-31-2010 03:59 PM

    There is a job posting up now at SpaceX.com. Go to the careers tab and search for LabVIEW.
    Look for the position called: Mission Control Software Engineers (LabVIEW).

  • Trouble reading OPC Server values with Labview

    Hello there,
    I am currently working with Siemens Equipment : a Simatic Microbox with an OPC Server.
    I would like to read some variables' values provided by the OPC server with Labview 2012 (and DSC module), but I'm experiencing some difficulties.
    I have set up my OPC Server as an I/O Server in a Labview projet. Then, I have created some Shared Values to treat them in Labview.
    In the Distributed System Manager, I can read NI OPC Client Status :
    Active -> true
    Connected -> false
    Enable logging diagnostic information -> false
    OPC interface version -> OPC DA-3
    Server ProgID -> OPC.SimaticNet.1
    When I want to check any Shared Value, I have the comment : Server Failure.
    I think DCOM/COM configuration of the client and the server are good (I can correctly read values with Siemens OPC Scout).
    Maybe the issue comes from the connection between the OPC Server and Labview.
    Has anyone had a similar problem ?
    Thanks in advance,
    Jeremy

    You don't specify whether the server and the client are on the same PC or not.
    I recently run in a situation where the Matrikon client was able to read from a remote server while the Labview program (using Datasocket) could not.
    I suggest to try with Datasocket vi's to see what happens.
    Paolo
    LV 7.0, 7.1, 8.0.1, 2011
    Attachments:
    Read OPC variant.vi ‏17 KB

  • Linear Asset Management

    Hi,
    Has anyone worked on Linear Asset Management???
    If yes, can you please provide me with documentation for the same....
    Thanks in advances,

    Hi,
    Sorry for late reply.
    Unfortunately I have no real experience of implementing it to explain you how it behaves differently
    My undersatnding is that you can use the functionalities of PM and CS along with Linear data in the master data you maintain.
    Functional locations , Equipment , Measuring points , Maintenance items , plans , notifications , orders etc. are used here also as in the case of normal PM. But you can maintain linear data in the master data.
    Regards
    Kannan G

  • Looking for help - Company is going to Mobile Asset Management service that does not support BB - especially BB 10.

    Hello,
    I am looking for ideas/help. I currently have a BB Z10 (10.1.0.2039) with Verizon Wireless.  The company has a BB Enterprise Server for older devices (I previously was on that).  I bought a Z10 several months ago and have been connecting to the corporate network through Lotus Traveler. They do not have and will not implement a BB 10 Enterprise Server. Some in IT informed that if the company used the BB software they could manage all devices..... not accepted.
    All my contacts, calendar, and company email is funneled to the BB Hub.....
    So my company is implementing a Mobile Asset Management Service that I have to sign up for (Airwatch?).  They only support Android and IPhone.
    Will future versions of the BB OS support Android Apps.... Soon (I have less than 2 weeks)
    I have read where it is possible to put the device in development mode to run Android Apps.  I don't know if that will work with this and have no idea how stable the phone is in that mode. I travel internationally so I don't know how a development mode would work overseas. Any thoughts?
    I like my Z10 but will need to switch to keep functionality if I can't find a work around 
    Any assistance ????
    Thanks for any help.

    Hi and Welcome to the Community!
    BB10 devices have the ability to run .apk apps via special methods. Development Mode is used only for installing the app...not for normal operation. So you install (side-load) the app in Development Mode, then go back to normal mode for normal operations.
    If a .bar file for the .apk app already exists somewhere, you can side load it to the BB10 device and see if it works or not. If there is not yet any .bar file, there is an app called SideSwype that can convert many .apk apps to .bar and install it to your device.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • Greyed out loops?

    i just opened my GB 08 for the 1st time and 1/2 the loops are greyed out. I click on the link and it asks me if I want to dload now, later or use dvd. I choose now, and my system updates pops up, then tells me i am up to date, and nothing gets loaded

  • XSLT Mapping : XML to Fixed Length File

    Hi, I have to code a XSLT mapping which converts the XML into a Fixed Length File Format. I am getting the output but it has some garbage values (Some extra spaces in front of first record and also extra blank lines before the first record) I am past

  • I have a Suggestion to make iTunes better.

    I really have no idea if someone else has had this idea posted or not but it is a really good suggestion (i think). I sometimes find myself surfing iTunes at night just looking for music. Sometimes I run into artists that I sort of dig. My biggest pr

  • Is it possible to hide part of the line in webI line chart

    I had webI line chart which is showing for 2 months data, and is it possible to hide the line for only first 10 days in the line chart and continue the line after 11 th day till the end?

  • Japanese and English together in database table?

    Hi all, on to my next challenge... ;-) I'm wondering if there are any issues with database tables that contain both Japanese and English (Roman) characters. I'm in the process of establishing an online language-learning site that will target (mostly)