Rodney

Members
  • Posts

    92
  • Joined

  • Last visited

Posts posted by Rodney

  1. I have a sequence "Sites" that calls a function Site_Poll

    the sequence Site determines if a site has to be polled - could be anywhere from 1 to say 20 sites concurrently

    if Site n is to be polled it calls sequence  Siten_Poll and it in turn calls sequence Site_Poll and and passes the site n parameters 

    Site_Poll then determines if the function Site_Relay has to be called

    thus Site1_Poll could call Site1_Relay and say Site5_Poll could call Site5_Relay (Siten_Relay calls Site_Relay and passes site n parameters)

    I have used the same logic to call Site_Poll and Site_Relay however I cannot get it to work Site_Relay to work

    error message is  C1000 Channel or function not found:  Line 1: Site_Poll Line 104: Site1_Poll Line 1 - Uncaught error in sequence Site1_Poll

    Sequence named Site1_Poll only has 1 line of code

    Site_Poll(1)

    is it because Site_relay is effectively nested under Site_Poll?

    do I have to pass additional parameters that relate to Site_Relay when I call Site_Poll in the 1st place?

    Rodney

     

  2. I have a similar syntax issue - 

    I am trying to update the clock on a mppt solar controller (ID 5 ) (I can read the data  - no issues)

    I would like to update the 3 registers (hex 9013-9015 = decimal 36883-36885) with the DAQ time values on start up - see the simple clock sequence below

    The documentation appears fairly simple and comprehensive

    I was hoping line 8 of the sequence would update the registers - but no luck

    thanks in advance

    Rodney

     

     

    mppt_clock_details.JPG

    Clock_Sequence.JPG

  3. I found the email from 6 years ago with the upgrade key

    I am currently running release 19.1 build 2366 on both PC's

    I tried to remove the license from the old Computer - not sure if it worked though - no notification that it had (even after reboot)

    I then tried to install on my new computer but received the error message  "you cannot upgrade a trial version of DAQFactory!"

    How do I confirm if the license has been removed and what do I need to do to install the license on the trial version that's currently installed

     

     

  4. I wish to transfer a license from my 6 year computer to my newly purchased computer

    reading section 1.6 and 1.7 this should be fairly simple

    my problem is section 1.7 item 2

    "On the new computer, use the unlock key provided to you to license the computer as described in the last
    section. " 

    where do I find the 15 -16 letter key in DAQFactory on my old Computer?

    Does it appear when I remove the development License?

    I don't want to remove it if I cannot re-install on my new computer

    I'm sorry to waste your time with such a simple task but it's just not clear to me

    what have I missed?

     

    Rodney