DSC stopped logging

I'm running Labview 7.1 and have up until very recently been successfully logging data using the DSC module.  The is no obvious cause for this, hence the posting.
I have the DSC module installed on a PC with an RS-Linx OPC server.  Many tags are configured and have been logging for over a year.  The tagengine is configured and launched upon PC startup.  Database is Citadel 5.
Basically, I cannot see any data beyond 8 aug 2007 when using MAX 4.1.  I have tried stopping an restarting the DSCEngine.  I also renamed the .SCF file and reloaded this into the tagengine.  Also I have added a new tag to see if that would log.   The tagmonitor shows all the tags are there and are updating.  However, when I try to add the new tag to a view in max, it is not present. I'm at a bit of a loss to understand how MAX cannot see it, and suspect this is the root of my problem.  Any help appreciated.
Mark

OK.  I tried this.  The read hisorical data .vi's behaved exactly like MAX, i.e. no data beyond a certain point.  All the tags appeared to be there, etc.
I had a couple of other thoughts which I tried - also to no avail.  I looked at the services which were running, thinking thte Citadel server may not be running.  I found I had two services related to Citadel running.  Starting and stopping these seemed to make no difference, although I did not reboot the PC, a it is running a pretty critical application - although it can be rebooted if absolutely necessary.
One thing: The Citadel service said it depended on something called NIPALK, which I did not see in the services list.  Any thoughts on what this is?

Similar Messages

  • DSC not logging data

    Hi all,
    For some reason, my DSC has stopped logging data. I have a fairly simple setup (8 modbus servers) that are being read as I/O servers in the DSC. I have checked the "Log Data"option, and this was working for several months. Recently, I had to move to a different computer, and now nothing is being logged. The data are coming in correctly, the database seems to exist, but there's no new data being stored. I have tried creating a new database,  and then going into "Project library: Properties" and poining it to the new database, but nothing seems to happen.
    I'd welcome any suggestions.
    thanks,
    mike
    Attachments:
    OAlab_pH_control.lvproj ‏9 KB

    Hi Matthew,
    There is no error message. In fact, I can access the shared variables just fine. The historical data charts act like they should, but they have no data. I've looked in the folder where the database lives, and see that it has basically never been used... there are 5 files (sdb_lock, pid_cdih, stridm.cdin, nodetree.elog, nodetree.elog.ckpt0) but nothing else.
    I also did locate the original computer and found the technical report.
    At this point, I'm reasonably comfortable abandoning any previous historical data, so I wouldn't object to a solution that involved starting the database over. I'd like to be able to use the original project to specify all the variables because it was laborious to set them all up. 
    thanks for your help.
    mike
    Attachments:
    ni_supportOLD.zip ‏311 KB

  • Exception.log and mail.log stopped logging (MX7)

    Hi all - we have been experiencing intermittent problems with our MX 7.02 server & checked the log files to help diagnose the problem.
    However both exception.log and mail.log appear to have stopped logging information in June 2010.
    The size of the logfiles is only 178K and 34K.
    Does anyone know why they've stopped & how to restart the logging?
    Many thanks
    cf_rog

    On CF7 as far as I know you need to restart the CF server. In CF9 you
    can selectively enable/disable logging for those files and thus
    attempt to restart logging.
    Mack

  • Alarms stop logging

    I am running Lookout 5.0 on Windows XP PRO. My system has stopped logging alarms and don't know why. I have searched this forum and found a few others that have had similar troubles but have not been resolved. Is this a problem with Citadel? or an inherent problem with Lookout?
    I need to get this fixed and need some help. Thanks.

    Your relay wants 12V for the coil, which one of your counters can't deal with directly.  And the coil looks like it will want around 37mA to turn on (12V/320 Ohms = 37.5mA).  What I have typically done in these situations is use a 2N2222 transistor to cause the current from a 12V source to go through the coil and through the transitor to ground.  When you apply 5V to the base, the current can flow.  When you apply 0V, the transistor will be "off" and the current won't be able to flow.  When current can flow through the coil, the relay will turn on.  When current does not flow through the coil, the relay is off.  And you will also want a protection diode in there to allow current to go from the negative side of the coil to your 12V (the coil will hold a charge).
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Stimulus profile stops logging immediately (Custom Steps)

    Greeting again all! I'm using 2012 versions of everything here (VS, TS, LV, and DIAdem), and I'm also using VS Custom Steps for TS. I have a main TS sequence that does all of the configuration and setup tasks via subsequences and VS Custom steps. The only thing I'm using the Stimulus Profile for is logging at the moment, and for some reason the resulting TDMS file only holds six data points (logging at 100Hz). It looks like it starts and stops immediately, and I can't figure out why. 
    The only steps I have in the stimulus profile are Start Logging and Channel Group steps. There's no Stop Log step, so the logging shouldn't stop until the TS sequence undeplous the project, as far as I understand it. Triggered Logging Trigger Condition is set to none, and File Segmenting is set to Do Not Segment.
    Can anyone shed any light on what's happening here? 
    Solved!
    Go to Solution.

    The best option would be to control data logging directly from the TestStand sequence, but I'm not very familiar with what steps are available. Newer versions of the steps seem to have some DataLogging palette available (just based on screenshots posted online), but they might not support VeriStand 2012.
    You could do this by calling a LabVIEW VI from TestStand that would set up the data logging session, and then calling another at the end of the TestStand sequence to stop it. We have example VIs that ship with Veristand to show you how to start and stop logging.
    Jarrod S.
    National Instruments

  • Lookout 6.0 - alarms stopped logging

    our alarms in Lookout 6.0 have stopped logging to the database for approximately a month. I have tried to view in Max but only alarms older than approx a month can be seen. Data traces are current.

    Alarms, Events, and logging to historical database for hyper trends make the database folder too big too fast.
    Try a cleaning of the events and alarms (or avoid as much as possible unnecessary events and alarm records). Try also to create the database folder out of Lookout folder (i.e C:\Data).
    Detaching, deleting, and creating databases can create fragmentation of the Hard Drive with the time as well. As a tumb rule, keep checking if the hard drive is asking for a defragmentation and how big is the database once in a while. I had that before......
    Good luck this time......

  • How to stop logging in stored procedure?

    With interactive ISQL ssession, there is a command "stop logging" to stop ase logging for current session.
    How to do same thing for a stored procedure?

    No, each select/into will need to create a new table.
    With some planning/designing you could do something like:
    ==========================
    select ... into mytab1 ...
    select ... into mytab2 ... union all select * from mytab1
    --drop any indexes from mytab1
    truncate table mytab1
    drop table mytab1
    select ... into mytab3 ... union all select * from mytab2
    --drop any indexes from mytab2
    truncate table mytab2
    drop table mytab2
    ==========================
    Obviously you have to make the final decision ... minimize logging with more complicated coding *vs* accept logging overhead with less complicated coding.
    Just saw Kevin's response ... which is a more efficient method assuming each insert can stand on it's own.
    My example assumes some intermediate processing between the INSERTs (eg, insert mytab1, run some queries against mytab1, insert mytab2, run some queries against mytab2, insert mytab3) ... then again perhaps you could use the #temp tables for intermediate processing, too.
    There are a lot of ways to reduce your logging which ultimately depends on your exact requirements.

  • SLG1 Transfer logs stopped logging X-fer activities

    Hello Experts,
    We are on GTS 10.0 and have come across an issue where the transfer log using SLG1 txn has stopped logging activities for the Orders flowing from ECC.
    Could this be because the log limit has exceeded and if there is a way to make it work without having to delete the historical log that has been there for last 5 months since Go-Live?
    Any help is much appreciated..
    Regards,
    Prashant.

    Hi Prashant,
    Use SLG1 to display the last logs available.  In the top pane of the results screen, you can see the Log Number.  Does it look as though the Number Range is exhausted?  If it is, then all other logging should also have stopped at that time - did you check the logs for other objects?
    Regards,
    Dave

  • Rapid disk use with DSC data logging

    I recently installed Labview 8.2.1 with DSC module.  I have tried a few shared variable projects with data logging and now I find my hard drive space is being consumed very rapidly.  The variable manager indicates that only a few shared variables are left from my projects.  They would produce very little data in the Citadel database.  Certainly not enough to consume 100 meg + of disk per day.  I am obviously missing something that would turn off some hidden logging process.  Any suggestions?

    Thanks for the input.  I did have another look at historical data and there are not large traces.  I used the Variable manager to stop all processes and I stopped the shared variable engine.  The leak continues.  The only way I can stop it is to use the Windows Task Manager to shut down the Citadel5 process.  I have searched the computer and cannot find any large database files that would account for the disk shrink.  I have also uninstalled and re-installed the DSC module.  No success.  
    If I knew where the data was located I might be able to determine the source.  The National Instruments directory is not growing even though all the processes had their database pointed to a directory inside the NI directory!
    Len

  • I want to Host my Shared Variables on a cRIO, but use DSC for Logging/Alarming/SCADA

    Hi everyone,
    What I'm trying to do is this:
    -Host shared variables on my RT targets (cRIO-9022) for reliability
    -Use the DSC module to log to database, track Alarms, develop distributed HMI
    The problem I'm running into is that the DSC engine (it seems) needs the shared variables it is monitoring to be hosted on that computer. The DSC engine can not run on a real-time target.
    My end goal is to create a plant-wide network of cRIO's that are all linked back to a central server/PC that runs DSC to collect and stores data in a database. The plant HMI would also connect to the central server and get their information from there (not directly connected to the cRIO process). Is this possible/does any one have ideas on how to do this efficiently?
    Thanks for the help.
    --CLD--
    LV 6.1, 8.6.1, 2011 SP1, 2012 SP1
    Solved!
    Go to Solution.

    Sachsm,
    Thanks for the input. I tried to create a test project for this type of architecture (bound NSV's) but am running into some errors.
    I have attached a screenshot of the project and front panel showing the binding status of each variable **see attached picture**
    Hosted on PC:
    -Clone (Variable1) ---- This is bound to Variable1 on cRIo using the "Create Bound Variables" option in the Library
    -Variable3
    Hosted on cRIO
    -Variable1
    As you can see, when I drag variable 1 directly onto the PC front panel, the variable connects (indicator is green). Likewise, when I host Variable3 on the PC and drag it to the front panel, it connects. However, when I drag the Clone (variable bound to Variable1 on cRIO) onto the front panel, it cannot connect. Any thoughts?
    --CLD--
    LV 6.1, 8.6.1, 2011 SP1, 2012 SP1
    Attachments:
    Binding Error.jpg ‏127 KB

  • Toplink Warning - how to stop logging?

    I'm just getting started with JPA and TopLink so I need a little help here.
    Here's the situation. I want to build a simple Rich Client Application and have it use JPA for persistence. I am developing in NetBeans and using the built in Derby database for testing.
    So I've got my Entities all set up and I've started writing a class that'll be using an EntityManager to handle the persistence. The first test I've done is working. However, every time I retrieve the EntityManager from my EntityManagerFactory and Toplink wants to create the tables for all the entities (and it realizes that they're already there), the Toplinks Logger prints this warning for every table:
    +[TopLink Warning]: 2010.04.25 03:36:16.187--ServerSession(16795115)--Exception [TOPLINK-4002] (Oracle TopLink Essentials - 2.0.1 (Build b09d-fcs (12/06/2007))): oracle.toplink.essentials.exceptions.DatabaseException+
    Internal Exception: java.sql.SQLException: Table/View '<table-name>' ist bereits in Schema '<schema-name>' vorhanden.
    Error Code: -1
    Call: CREATE TABLE <table-name> (ID BIGINT NOT NULL, MESSAGE VARCHAR(255), PRIMARY KEY (ID))
    Query: DataModifyQuery()
    I don't know why the warning is in German, but it means: Table/View ... already exists in ...
    I've already tried to disable toplink-logging via persistence.xml which I've posted below. The warnings still show, though.
    I've also tried to stop toplink wanting to create the tables by deleting the +<property name="toplink.ddl-generation" value="create-tables"/>+.
    persistance.xml
    +<?xml version="1.0" encoding="UTF-8"?>+
    +<persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">+
    +<persistence-unit name="MovieDBv2.0PU" transaction-type="RESOURCE_LOCAL">+
    +<provider>oracle.toplink.essentials.PersistenceProvider</provider>+
    +<properties>+
    +<property name="toplink.logging.level" value="OFF"/>+
    +<property name="toplink.jdbc.user" value="admin"/>+
    +<property name="toplink.jdbc.password" value="adminadmin"/>+
    +<property name="toplink.jdbc.url" value="jdbc:derby://localhost:1527/movie_db1"/>+
    +<property name="toplink.jdbc.driver" value="org.apache.derby.jdbc.ClientDriver"/>+
    +<property name="toplink.ddl-generation" value="create-tables"/>+
    +</properties>+
    +</persistence-unit>+
    +</persistence>+
    This is my persistence handling class DatabaseLink.java
    package moviedbv20;
    import java.util.List;
    import javax.persistence.EntityManager;
    import javax.persistence.EntityManagerFactory;
    import javax.persistence.Persistence;
    import moviedbv20.elements.DatabaseEntry;
    +public class DatabaseLink {+
    EntityManager em;
    EntityManagerFactory emf;
    +public DatabaseLink(){+
    this.getEntityManager();
    +}+
    +public void getEntityManager (){+
    +if (this.emf == null){+
    this.emf = Persistence.createEntityManagerFactory("MovieDBv2.0PU");
    +}+
    +if(this.em == null){+
    this.em = emf.createEntityManager();
    +}+
    +}+
    +protected void createDatabaseEntry(DatabaseEntry entry){+
    em.getTransaction().begin();
    em.persist(entry);
    em.getTransaction().commit();
    +}+
    +protected void editDatabaseEntry(DatabaseEntry entry) {+
    em.merge(entry);
    +}+
    +protected void removeDatabaseEntry(DatabaseEntry entry){+
    em.remove(em.merge(entry));
    +}+
    +protected DatabaseEntry findDatabaseEntry(Object id) {+
    return em.find(DatabaseEntry.class, id);
    +}+
    +protected List<DatabaseEntry> findAllDatabaseEntries() {+
    return em.createQuery("select object(o) from DatabaseEntry as o").getResultList();
    +}+
    +}+

    Hi,
    I tried with below persistence.xml using toplink essentials but with oracle database and seems everything working as expected.
    <?xml version="1.0" encoding="Cp1252" ?>
    <persistence xmlns="http://java.sun.com/xml/ns/persistence"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
    version="1.0">
    <persistence-unit name="Project1">
    <provider>oracle.toplink.essentials.PersistenceProvider</provider>
    <jta-data-source>java:/app/jdbc/jdbc/Connection1DS</jta-data-source>
    <class>project1.Dept</class>
    <class>project1.Emp</class>
    <properties>
    <property name="toplink.target-server"
    value="project1.WebLogicTransactionController"/>
    <property name="toplink.logging.level" value="OFF"/>
    <property name="toplink.logging.file" value="c:\jpatoplink.log"/>
    <property name="toplink.target-database" value="Oracle"/>
    <property name="toplink.ddl-generation" value="none"/>
    </properties>
    </persistence-unit>
    </persistence>
    As Eclipselink persistence provider is being the latest and preferred ,it is recommended to shift to eclipselink persistence provider from toplink essentials.
    Regards,
    Vinay

  • Stop logging out when logging in

    When I log in and start using my Mac, all the applications start quitting and attempting to automatically log out. How does one stop this completely pointless Yosemite 'feature'?

    I suspect it is a Yosemite bug (I was being ironic about 'feature' :-). It's set to automatically log out after an hour. On older OS, this would do a 'fast switch' log out. Yosemite seems to try and do a full log out (really annoying and pointless). When you fast log in, it seems to think the hour is up and tries to do a full log out.
    Ideally, I'd like the fast switching log out to work again, and this 'feature' log out not to exist at all as it has no useful function.

  • Smartband swr10 has stopped logging cycling

    Hi. I've had my swr10 smartband for approx 3 weeks, got it at the same time as my Xperia z2. Having a lot of problems with the z2 which probably aren't relevant here but the smartband was working fine until a few days ago. I cycle every day and until 3 days ago it was accurately recording time spent cycling. But now it has stopped recording this altogether and is recording zero minutes of cycling. Also the tap to use apps (eg media player or camera) has stopped working, sometimes I have to tap about 20 times before it will respond.
    Additionally it has a few times recorded a few minutes of transportation in the middle of the day when I am usually sitting quietly at my desk reading papers or checking emails. Why is this?
    This was an expensive toy for it to break so quickly! I have tried disconnecting, reconnecting, restarting the phone, reinstalling life log. I can confirm that WiFi, Bluetooth, data and nfc are always activated.
    Can anyone help please?

    I find that cycling is intermittently logged - yesterday i did 23 miles and it was all logged as transport - was a leisure cycle so average only around 10 miles an hour.  Longer trip the previous evening when I did go fater than 20mph for bits was logged as some cycling and some transport.
    Would like to be able to set the transport mode via Lifelog - or link to another app such as Endomondo so that sport is more accurately logged.

  • Canon Hv20 stops logging

    I have got an iMac and I used to capture from my HDV-Canon HV20 without problems. Now the logging stops after 2 seconds telling me that band end is reached. But it isn't. How can I make it run again?
    Thanks for help! Greetings Sigi from Austria

    Please give your full system specifications, what computer, what drives, how everything's connected, what settings are on the media, what settings you're using in Final Cut, and finally what version of the software, of the OS, and of QuickTime are you using?

  • I need to start and stop logging based on a digital input event(or analog if necessary), log data for several seconds prior to the event, and have the data file close at the end of event and increment the filename for the next logging event.

    I don't know if this can be done with VI Logger or need to use Labview V7.1.

    After browsing through the VI Logger User Manual, it looks like the triggering that you are hoping to accomplish is possible. However, incrementing the filename for the next logging event is not going to be possible. VI Logger does exactly what its name tells - logs data. I don't think the automation that you are hoping to accomplish is possible.
    For help with setting up your application, if you do choose to stay with VI Logger, make sure to chek out the Getting Started with VI Logger Manual.
    Best of luck.
    Jared A

Maybe you are looking for

  • HELP! iMac G5 hangs at blue screen, but boots in Safe Mode

    Please can anyone guide me to recover my iMac G5 PowerMac 8,2 running OS X 10.4.11. Problem; Mac hangs on start-up at blue screen after grey Apple screen. Mouse pointer eventually appears but that is all. Actions taken so far without success: 1.  Dis

  • New to Apple.  Any suggestions for a contact mgmt. app for Mac similar to ACT?

    I am totally new on Apple products.  Can anyone suggest if there is a comparable product such as ACT or Goldmine for Customer Contact Management purpose?  I am excited about the simplicity of "Contacts" on Mac compared to ACT or some of the more comp

  • Music won't download from iCloud to iTunes or iPhone

    So, I recently downloaded the new iTunes. And then I realized I have two copies of the same song (one I bought and one was ripped from a CD). I decided to delete one copy. However this deleted all the music from that artist (over  one hundred songs,

  • Facetime & Photobooth Not Working

    The camera on my Macbook Air is not working. I just got it a couple of days ago. I try to go on Facetime and the camera doesn't come on. I then tried Photo Booth and it still wouldn't work. Is there anyway I can fix this?

  • Consuming Cloud Web Services (SFDC) from ABAP

    We are implementing a project where we integrate with SalesForce.Com (SFDC). We received the Salesforce.com Enterprise WSDL API and created an ABAP proxy based on it. http://www.salesforce.com/us/developer/docs/api/index.htm However we have 2 issues