LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  How does "Save as Executable" work?

    Employee
    Posted 05-26-2017 12:45

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: djnrempel

    I see this option in the File menu but not sure how to use either BRX or LXA files. Is there documentation on this?


  • 2.  RE: How does "Save as Executable" work?

    Employee
    Posted 05-30-2017 05:47

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: gmullin

    You need to save a graph you have worked on as LXA if you want to import it into Explorer (v6) or schedule it via Logistics Manager (v5+). Have a look at the document LAE Administration Guide.pdf. The document comes with the install of BRE, you should find it in the directory <LAE Installation Directory>\docs. Starting at page 8 you'll see Logistics Manager discussed and how to schedule graphs. Lavastorm explorer is mentioned too.


  • 3.  RE: How does "Save as Executable" work?

    Employee
    Posted 05-30-2017 06:38

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ejones

    Just adding that the BRX file can be executed by the Execute BRX node.


  • 4.  RE: How does "Save as Executable" work?

    Employee
    Posted 05-31-2017 10:09

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: djnrempel

    Okay. I was hoping something that would let me save a standalone EXE file that would execute the contents of my BRG.

    Is it possible to run lavastorm from commandline to do this?

    I don't have Server edition or whatever it's called, just my own workstation. I'd like to be able to automate / schedule the running of certain processes.


  • 5.  RE: How does "Save as Executable" work?

    Employee
    Posted 05-31-2017 10:33

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    No, it does not produce an EXE. To run a graph repetitively, you need the LAE server task (already running on your port 7721) and you need a license that allows you to run the "Controller" process.

    LAE is a true client-server system. The client is BRE (the editor) and the server is the LAE task running in the background.

    In 'interactive mode', you use BRE to read a BRG and send nodes over to the LAE server for execution.
    In 'batch mode', you produce a BRX, and the invoke the Controller which reads the BRX and sends requests to the LAE server.

    In either case, the nodes are executed in the same manner by the server - the output result is the same.

    Our licensing (pricing) for the desktop doesn't include scheduled runs.. Would you like for one of our salespeople to contact you to review your options?


  • 6.  RE: How does "Save as Executable" work?

    Employee
    Posted 05-31-2017 10:40

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: djnrempel

    Sure - my guess is it will be prohibitively expensive though. I bet I could automate this with Autohotkey.


  • 7.  RE: How does "Save as Executable" work?

    Employee
    Posted 08-19-2017 03:14

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: online

    I'd like to be able to automate / schedule the running of certain processes.


  • 8.  RE: How does "Save as Executable" work?

    Employee
    Posted 08-21-2017 06:40

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: gmullin

    Are you using the server version? If so have a look at LAE Administration Guide.pdf (page 40).


  • 9.  RE: How does "Save as Executable" work?

    Employee
    Posted 11-01-2017 01:01

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: online

    BRX file can be executed by the Execute BRX node.