Jump to content

Writing a variable value to PiWeb template


---
 Share

Recommended Posts

I have several variables I need written to a PiWeb report.

I am bypassing Calypso's normal input screen "Input Parameter" for header data to control what gets entered.

I am using vb.net in an interface where the Serial number, Mach center, operator and WOID will be collected for strict control of what is entered.

Current para file variables to write to PiWeb.

OpSerNo="SC-999"
OpMachCtr=K999
OpOper=M999
OpWOID=45009999

Using OpSerNo for this exercise (Solve one should solve all) with PCM.

u_SerNumb=OpSerNo (works and resolves to "SC-999")

But this resolves to nothing

OpSerNumb=getRecordHead("u_SerNumb")

Once that is solved, how do I pass the OpSerNumb to Piweb's "Incremental Counter"? (I use the Incremental Counter as a Counter and or Serial Number)

(Interface shown in the image)

 

 

 

Screenshot 2026-08-17 103403.jpg

Edited
Link to comment
Share on other sites

 Share

×
×
  • Create New...