Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
module.exports.run = myModule;
module.exports.parms = [
	{ type: "char", length: 20 },
	{ type: "packed", length: 7, decimals:2 }
];

 


After defining your module with the above, you should be able to pass the parameters to your module from the PJSCALL command or on the calls to a proxy program.